Quote:
Originally Posted by Logician
vb $headinclude should come before </head> tag so you must include it somewhere inside your included file:
include("/home/httpd/vhosts/MYSITE.com/httpdocs/scripts-includes/top.php");
If you can't do it for some reason, alternatively you can remove your vb tags in your code. Eg. don't use
class='thead'
inside your webtemplate.
|
I am not sure what or how to properly code up the include inside my /home/httpd/vhosts/MYSITE.com/httpdocs/scripts-includes/top.php so I can't do that.
So I went for your alternate way, and I didn't have any "thead" in my tempate other than how it's shows up in my last post.
EDIT: I fooled around with it and now my CSS works LOL