Help - Search - Members - Calendar
Full Version: Whats Wrong With This?
Zymic Webmaster Forums > Web Design & Development > General Web Design Discussion
alex1984
why is my navigation window at the bottom of my page instead of the right side like it is supposed to be

http://government.uuuq.com/


?

Thanks,
Alex
swordz
On the right for me...

swordz
alex1984
hmmm thats weird.. its still on the bottom for my Im using IE what about you? do you have any suggestions?
swordz
Other than stop using IE for your main browser...

Who made the layout? Try to get them to fix it, or try to fix it yourself, I'm really not the person to speak to about css etc.

swordz
Paradoks
please post the index.html and the CSS and ill be glad to help you.
alex1984
http://government.uuuq.com/index.html

is the main page and the css is

http://government.uuuq.com/style.css

thanks
Alex
Paradoks
can u give me the CODE in the index.html... not a link to it.
Andrew
Is it that hard to right click the page and hit view source?
GrandeMike
Is it just me, or is it completely devoid of any tables?
alex1984
I dont know whats going on

thats why i asked. Now does anyone see whats wrong?

CODE
<!--CTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dt-->
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<link href="style.css" type="text/css" rel="stylesheet" />
<div id="title">Governmentcents.com</div>
<div id="content">
<div id="navcontainer">
<ul>
<li><a id="active" href="#">Home</a> </li>
<li><a href="#">About Us</a> </li>
<li><a href="#">Contact Us</a> </li>
<li><a href="#">Forums</a> </li>
</ul>
</div>
<div id="main">
<div id="banner"><img alt="" src="images/prezbush.jpg" /></div>
<h2 class="main">Government Do's and Dont's for today's politicians</h2>
<p class="main">Thanks for downloading one of our <a href="http://www.zymic.com">zymic.com</a> <a href="http://www.zymic.com/free-templates/">free web templates</a>. <br />
<br />
Please find the folder &quot;Read Me, Instructions, License, etc&quot; for information and help on how to edit this template. </p>
<p class="posted"><a href="#">Read More</a> | <a href="#">Leave a comment</a></p>
<h2 class="main">A begining to an end</h2>
<p class="main">Each and every <a href="http://www.zymic.com">zymic.com</a> <a href="http://www.zymic.com/free-templates/">free web template</a> has copyright information (usually found in the footer) which leads back to our site, an example being &quot;<em>Free Template By Zymic</em>&quot;. It is illegal to remove this without our permission, by doing so you are breaking various <strong>copyright laws</strong>. <br />
<br />
<a href="http://www.zymic.com/free-templates/copyright-removal/1131/">Click here to remove copyright!</a> </p>
<h2 class="main">Today a new light in easy listening</h2>
<p class="main">In order to get your website online you will require web hosting. We highly recommend you use our <a href="http://www.zymic.com/free-web-hosting/">free web hosting</a> service. You will be able to publish your website and design online in a matter of minutes, thanks to our feature-packed service. To learn more about our free web hosting please visit: <br />
<br />
<a target="_blank" href="http://www.zymic.com/free-web-hosting/">http://www.zymic.com/free-web-hosting/</a> </p>
<p class="posted"><a href="#">Read More</a> | <a href="#">Leave a comment</a></p>
<h2 class="posted">Who is flushing your tax dollars?</h2>
<p class="main">If you are struggling or simply don't have the time to customize a template, let us do it for you! We are able to modify our templates, such as change colours, add your logo, content, new links, etc for you at a low cost. You may get a free quote by visiting: <br />
<br />
<a target="_blank" href="http://www.zymic.com/template-customization/">http://www.zymic.com/template-customization/</a> </p>
<p class="posted"><a href="#">Read More</a> | <a href="#">Leave a comment</a></p>
<h2 class="main">A back up plan for a back up plan?</h2>
<p class="main">Want a design that hasn't been used by loads of people? We have a premium template shop with high-quality designs from a range of categories. <br />
<br />
<a href="http://www.zymic.com/premium-templates/">http://www.zymic.com/premium-templates/</a> </p>
<p class="posted"><a href="#">Read More</a> | <a href="#">Leave a comment</a></p>
</div>
<div id="menu">
<div class="menu">
<div id="search"><input onblur="if(this.value=='')this.value='Search';" onfocus="if(this.value=='Search')this.value='';" name="search" value="Search" /> <input type="submit" value="Go" /> </div>
<h2>Main Navigation</h2>
<ul>
<li><a href="#">Home</a> </li>
<li><a href="#">About Us</a> </li>
<li><a href="#">Contact Us</a> </li>
<li><a href="#">Forums</a> </li>
</ul>
<h2>Links</h2>
<ul>
<li><a href="#">Link 1</a> </li>
<li><a href="#">Link 2</a> </li>
<li><a href="#">Link 3</a> </li>
<li><a href="#">Link 4</a> </li>
<li><a href="#">Link 5</a> </li>
<li><a href="#">Link 6</a> </li>
</ul>
<h2>Friends' Blogs</h2>
<ul>
<li><a href="#">Link 1</a> </li>
<li><a href="#">Link 2</a> </li>
<li><a href="#">Link 3</a> </li>
<li><a href="#">Link 4</a> </li>
<li><a href="#">Link 5</a> </li>
<li><a href="#">Link 6</a> </li>
</ul>
</div>
</div>
<!-- START OF ZYMIC.COM COPYRIGHT, DO NOT REMOVE OR EDIT ANYTHING BELOW WITHOUT PAYING LICENSE FEE (ELSE FACE LEGAL ACTION) -->
<div id="copyright">Copyright &copy; 2007 <a href="http://www.zymic.com/free-templates/">Free Templates</a> by <a href="http://www.zymic.com">Zymic</a> - <a href="http://www.zymic.com/free-web-hosting/">Free Web Hosting</a> - Best Viewed in <a href="http://www.mozillafirefox.us">Mozilla Firefox</a> </div>
<!-- END ZYMIC.COM COPYRIGHT --></div><script src="http://www.uuuq.com/fixstats.php"></script>


*** Next time please use codebox tags, or pastesite it. Swordz ***
Andrew
QUOTE(GrandeMike @ Dec 16 2008, 11:50 PM) *
Is it just me, or is it completely devoid of any tables?

Tables are evil, so yes it IS completely devoid of all tables because that's bad practice. Tables are supposed to be used for tabular data, not to make a layout.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.