
Originally Posted by
rebradley
I am not sure why that is? Maybe you can help me speaking in general terms then. Any ideas as to why the contents in my define_main_page.php would be shifting right and not aligning within the main wrapper? I have turned off the left side navigation column and all that is showing on my main page is the header, contents of define_main_page.php within the main wrapper, footer, and copyright.
thanks again!
If the following is what you have as your define_main_page.php, then that is the problem.
You have duplicate <html><head> </head> <body> </body> </html> elements which are breaking the site.
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
<title>CompanyName - PageName</title>
<meta http-equiv="Content-Language" content="en-us" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="MSSmartTagsPreventParsing" content="true" />
<meta name="description" content="Description" />
<meta name="keywords" content="Keywords" />
<meta name="BMG Servers" content="Joliet Township High School Spirit Store" />
<style type="text/css" media="all">
@import "css/index_home.css"; .style2 {color: #EBA93F}
.style3 {
font-family: "Bell MT";
font-size: 45px;
}
</style>
</head>
<body class="header">
<div id="page-container">
<div id="content">
<h1 align="center"><img src="images/headers/spirit_store.gif" /></h1>
<div align="center"><br />
<img src="images/general/slideshow.gif" height="240" width="579" alt="Spirit Store Slideshow" border="3" />
<br />
<br />
<br />
<br />
<div id="content p">
<p align="justify">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh
euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad
minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip
ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate
velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et
accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis
dolore te feugait nulla facilisi.
<br /><br />
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh
euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad
minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip
ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate
velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et
accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis
dolore te feugait nulla facilisi.
</p>
</div>
</div>
</div>
<div id="sidebar-a">
<h1><a href="http://jths.customers/ec/index.php?main_page=index&cPath=17&zenid=d0b5c10e3ecf3efda4b3c2c868b990e1">
<img src="images/general/central.gif" alt="Central" width="250" height="60" border="0" /></a><br />
<br />
<a href="http://jths.customers/ec/index.php?main_page=index&cPath=18&zenid=d0b5c10e3ecf3efda4b3c2c868b990e1">
<img src="images/general/west.gif" alt="West" width="250" height="62" border="0" /></a><br />
<br />
<a href="http://jths.customers/ec/index.php?main_page=index&cPath=19&zenid=d0b5c10e3ecf3efda4b3c2c868b990e1">
<img src="images/general/joliet_township.gif" alt="Joliet Township" width="250" height="58" border="0" /></a><br />
<br />
<a href="http://jths.customers/ec/index.php?main_page=index&cPath=22&zenid=d0b5c10e3ecf3efda4b3c2c868b990e1">
<img src="images/general/alumni.gif" alt="Alumni" width="250" height="57" border="0" /></a><br />
<br />
<a href="http://jths.customers/ec/index.php?main_page=index&cPath=21&zenid=d0b5c10e3ecf3efda4b3c2c868b990e1">
<img src="images/general/gym_uniforms.gif" alt="PE Uniforms" width="250" height="60" border="0" /></a><br />
<br />
<a href="http://jths.customers/ec/index.php?main_page=index&cPath=20&zenid=d0b5c10e3ecf3efda4b3c2c868b990e1">
<img src="images/general/promos.gif" alt="Promotions" width="250" height="59" border="0" /></a><br />
<br />
<a href="http://www.jths.org"><img src="images/general/district.gif" alt="District 204 Website" height="61" border="0" wi /></a> </h1>
</div>
</div>
</body>
</html>
All you really need in the define_main_page.php file is the following: You can then style this using the index_home.css
Code:
<div id="page-container">
<div id="content">
<h1 align="center"><img src="images/headers/spirit_store.gif" /></h1>
<div align="center"><br />
<img src="images/general/slideshow.gif" height="240" width="579" alt="Spirit Store Slideshow" border="3" />
<br />
<br />
<br />
<br />
<div id="content p">
<p align="justify">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh
euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad
minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip
ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate
velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et
accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis
dolore te feugait nulla facilisi.
<br /><br />
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh
euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad
minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip
ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate
velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et
accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis
dolore te feugait nulla facilisi.
</p>
</div>
</div>
</div>
<div id="sidebar-a">
<h1><a href="http://jths.customers/ec/index.php?main_page=index&cPath=17&zenid=d0b5c10e3ecf3efda4b3c2c868b990e1">
<img src="images/general/central.gif" alt="Central" width="250" height="60" border="0" /></a><br />
<br />
<a href="http://jths.customers/ec/index.php?main_page=index&cPath=18&zenid=d0b5c10e3ecf3efda4b3c2c868b990e1">
<img src="images/general/west.gif" alt="West" width="250" height="62" border="0" /></a><br />
<br />
<a href="http://jths.customers/ec/index.php?main_page=index&cPath=19&zenid=d0b5c10e3ecf3efda4b3c2c868b990e1">
<img src="images/general/joliet_township.gif" alt="Joliet Township" width="250" height="58" border="0" /></a><br />
<br />
<a href="http://jths.customers/ec/index.php?main_page=index&cPath=22&zenid=d0b5c10e3ecf3efda4b3c2c868b990e1">
<img src="images/general/alumni.gif" alt="Alumni" width="250" height="57" border="0" /></a><br />
<br />
<a href="http://jths.customers/ec/index.php?main_page=index&cPath=21&zenid=d0b5c10e3ecf3efda4b3c2c868b990e1">
<img src="images/general/gym_uniforms.gif" alt="PE Uniforms" width="250" height="60" border="0" /></a><br />
<br />
<a href="http://jths.customers/ec/index.php?main_page=index&cPath=20&zenid=d0b5c10e3ecf3efda4b3c2c868b990e1">
<img src="images/general/promos.gif" alt="Promotions" width="250" height="59" border="0" /></a><br />
<br />
<a href="http://www.jths.org"><img src="images/general/district.gif" alt="District 204 Website" height="61" border="0" wi /></a> </h1>
</div>
</div>
Bookmarks