Help - Search - Members - Calendar
Full Version: Please Check Out My Zymic Mini Page
Zymic Webmaster Forums > Web Design & Development > Reviews > Website Reviews
elChapin
Hello, I have been here for two days and this is what I ve done so far... cool.gif http://elchapin.zxq.net/index.html#
IamShipon1988
It's a good start for a starter site. I appreciate the fact that you have used Div tags instead of tables and that you are using CSS to your advantage. I also ran through some of your code and noticed that you forgot to end a Div tag (the about me div)
elChapin
Thanks for the advice, I think I fixed the error, but as you can see the navigation has some issues.. It should be Home About More...I dont know whats wrong.. thanks again.
IamShipon1988
Sorry, I had a little family emergency and was out of town for a few days. The reason for that navigation error is because you have your navigation floating right. Just switch replace your navigation with the following:
CODE
<li><a href="#">More</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Home</a></li>

This is the easiest solution in your case. Another solution is to change the float in your CSS for #nav a to left instead of right and then give some size and float to the #nav tag.
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.