|
Well, I know that, the main HTML page, loads its style in the its head. The shoutbox.php file also is loading its style in its head.
The problem is after the mainpage loads, it loads the shoutbox which then is loading its own style midway through the HTML page.
Ive treied removing the style from the php file, and putting it in the head of the html file, but that didn't work.
How do i move the style to an external file, and keep the site xhtml valid?
xhtml doesnt support the LINK property.
|