Topic: New layout feedback (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: Out on the Sea of Madness... |
posted 09-22-2006 02:47
I'm in the process of upgrading the software I use on my website, going from using bBlog to installing Joomla! for the CMS. I've been testing it for a friend's site for a while, and decided to take advantage of the fact that he's got it installed on his server already. So here is the new layout I've come up with. I've checked it in IE6 and FF only, and at different resolutions. The content is for his site and a few areas will break (like the Space Cowboy review, because of the images), but everything else should work fine. |
Paranoid (IV) Inmate From: Florida |
posted 09-22-2006 03:21
http://hotdesign.com/seybold/everything.html |
Paranoid (IV) Inmate From: Out on the Sea of Madness... |
posted 09-22-2006 07:05
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? 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 rel="nofollow" href="<?php echo $mosConfig_live_site;?>/templates/cdf_cdf2/css/template_css.css" rel="stylesheet" type="text/css"/> <link rel="shortcut icon" rel="nofollow" href="<?php echo $mosConfig_live_site;?>/images/favicon.ico"/> </head> <body> <div id="container"> <div id="left_column"> <div id="logo"><a rel="nofollow" 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 rel="nofollow" href="<?php echo $mosConfig_live_site;?>"><?php echo $mosConfig_sitename;?> </a>. <br /> <a rel="nofollow" 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>
|
Paranoid (IV) Inmate From: Florida |
posted 09-22-2006 19:51
quote:
|
Paranoid (IV) Inmate From: Out on the Sea of Madness... |
posted 10-02-2006 19:24
Well, I made a few tweaks to the look of the site and moved it to my own url. |