OZONE Asylum
Forums
Site reviews!
New layout feedback
This page's ID:
28464
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
Yeah, I know the CSS validates, and that the html doesn't. I ran those checks already (and want to go through and clean up the extra css code I "inherited" from the template I adapted, plus get rid of any warnings. I think it has to do with the php code in there as well. Plus I'm not understanding the errors I'm getting on the html validator. It's telling me that the <p> tag isn't allowed? Tables I can't necessarily control, or at least not at this time. The ones in there are output by the Joomla/php code. Here's the index.php page code, no tables in there. In fact, the template that I started out with was laid out in tables originally and it so bothered me I redid it all to end up with what I have now. [code] <?php defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); // needed to seperate the ISO number from the language file constant _ISO $iso = split( '=', _ISO ); // xml prolog echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>'; ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <?php mosShowHead(); ?> <?php if ( $my->id ) { initEditor(); } ?> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link href="<?php echo $mosConfig_live_site;?>/templates/cdf_cdf2/css/template_css.css" rel="stylesheet" type="text/css"/> <link rel="shortcut icon" href="<?php echo $mosConfig_live_site;?>/images/favicon.ico"/> </head> <body> <div id="container"> <div id="left_column"> <div id="logo"><a href="http://coeurdefeu.com/"><img src='/templates/cdf_cdf2/images/30_logo.jpg' alt="CDF Logo" border="0" /></a></div> <div id="leftmenu"><?php mosLoadModules ( 'left' ); ?></div> <!-- leftmenu --> <div id="search"><?php mosLoadModules ( 'user4', -1 ); ?></div> <div id="col_footer"><img src="/templates/cdf_cdf2/images/30_column_footer2.jpg" alt="column footer" /></div> </div> <!-- left_column --> <div id="content_area"> <div id="header"> <SCRIPT LANGUAGE="Javascript"><!-- // *********************************************** // AUTHOR: WWW.CGISCRIPT.NET, LLC // URL: http://www.cgiscript.net // Use the script, just leave this message intact. // Download your FREE CGI/Perl Scripts today! // ( http://www.cgiscript.net/scripts.htm ) // *********************************************** function image() { }; image = new image(); number = 0; // imageArray image[number++] = "<img src='/templates/cdf_cdf2/images/30_header_01.jpg' border='0'>" image[number++] = "<img src='/templates/cdf_cdf2/images/30_header_02.jpg' border='0'>" image[number++] = "<img src='/templates/cdf_cdf2/images/30_header_03.jpg' border='0'>" image[number++] = "<img src='/templates/cdf_cdf2/images/30_header_04.jpg' border='0'>" image[number++] = "<img src='/templates/cdf_cdf2/images/30_header_05.jpg' border='0'>" // keep adding items here... increment = Math.floor(Math.random() * number); document.write(image[increment]); //--></SCRIPT></div> <!-- header --> <div id="main"> <?php mosMainBody(); ?> <img src="/templates/cdf_cdf2/images/contenthead.gif" alt="nothing to see here, move along" /> </div> <!-- main --> <div id="footer"> <div class="bottom"><?php mosLoadModules( 'bottom');?> (C)2006 <a href="<?php echo $mosConfig_live_site;?>"><?php echo $mosConfig_sitename;?> </a>. <br /> <a href="http://www.joomla.org">Joomla!</a> is Free Software released under the GNU/GPL License.</div> <?php mosLoadModules( 'debug', -1 );?> </div> <!-- footer --> </div> <!-- content_area --> </div> <!-- container --> </body> </html> [/code] Ooo, thanks for the info on the favicon. I want to do that, and in fact have something all ready for it, just wasn't sure how to make it an icon file. I'll read up on the XHTML information as well. Just from a quick glance, I saw that I have something before the doctype declaration, which would be throwing IE into quirks mode I believe. IE iz teh debil! :D _____________________ [sigrotate][img]http://coeurdefeu.com/sigs/asylum_sig04a.gif[/img]|[img]http://coeurdefeu.com/sigs/asylum_sig03b.gif[/img][/sigrotate] [url=http://coeurdefeu.com]coeur de feu[/url] :: [url=http://www.grimwell.com]Grimwell Online[/url] Qui sème le vent récolte la tempête!
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »