Jesina
06-03-2005, 01:34 PM
... to integrate into phpbb?
I noticed when I made sure this:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
The alignment within the tables shifted to right align.
Also, I have
<?php $CSS=1; require ("full/path/to/escal/showCalendar.php (http://www.paarandisen.net/escal/showCalendar.php)"); ?>
in both the header (before the </ head> tag (space intentionally put in there) as well as into the code where I wish the calendar to be displayed.
I'm wondering, if it is not showing because of some craziness between the phpbb and the require and include functions - because I have a random quote display which also is not showing.
Any ideas?
I noticed when I made sure this:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
The alignment within the tables shifted to right align.
Also, I have
<?php $CSS=1; require ("full/path/to/escal/showCalendar.php (http://www.paarandisen.net/escal/showCalendar.php)"); ?>
in both the header (before the </ head> tag (space intentionally put in there) as well as into the code where I wish the calendar to be displayed.
I'm wondering, if it is not showing because of some craziness between the phpbb and the require and include functions - because I have a random quote display which also is not showing.
Any ideas?