My CSS turns out fine, and I thought my site was coded properly, but I'm getting 5 strange validation errors.
Here is my code:
<?php echo $mosConfig_sitename; ?>
/templates/vcc_contemporary/css/template_css.css" />
/templates/vcc_contemporary/nav/css/menu.css" />
/templates/vcc_contemporary/nav/js/menu.js" type="text/javascript">
body {padding-left:1px;}/* for ie 5, 6 and 7, all affected*/
<?php mosLoadModules ( 'login' ); ?>
<?php mosLoadModules ( "top" ); ?> <?php include_once("mainbody.php"); ?> <?php mosLoadModules ( "bottom" ); ?>
Here is the link for validation:
[url]http://validator.w3.org/check?uri=http%3A%2F%2Fwww.vcommunity.org%2Fmainframe%2Ftemplates%2Fvcc_contemporary%2Findex.php&charset=%28detect+automatically%29&doctype=Inline
[/url]
It's not really my place to
It's not really my place to say anything, but you should check out this first regarding questions like this in the site check section:
http://csscreator.com/node/18565
PS: nice looking site, though you should try it without tables and JavaScript (no small task, I know). You could recreate that quite nicely with pure CSS though. (Is that a Mambo CMS? If so, I understand why the structure is that way, though a Wordpress blog is standards compliant, open source, uses PHP and CSS and can be used as CMS too).
With errors like that, the
With errors like that, the most probable cause is you've got one too many opening <div> tags somewhere. Check through your code, make sure everything is as it should be.
this seemed to be the most
this seemed to be the most appropriate place, as i am done with the layout - but had trouble with validation.
As far as tables and javascript go, I didnt code any tables into the layout template - it is complete CSS. there is minimal lines of code using javascript for the menu, which is using the Suckerfish menu - the lightest one i could find. its Joomla, btw. and the tables are coming only from certain modules...i cant really help that, nor do i really care, as long as it works cross major browsers.
Wordpress doesnt have near the power of Joomla, and I needed something very flexible.
I havent been able to find
I havent been able to find one extra anywhere - everything seems accounted for.
The code was posted above - its as simple as i could possibly make it.
any other suggestions?
dayfall jesse wrote:... any
... any other suggestions?
How about showing the rendered code instead of the php?