OZONE Asylum
Forums
Site reviews!
redone site open for comments
This page's ID:
10440
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
The layout of your site could be done very simply in CSS, something like this: <body> <!--div for top banner, flag image as background image of div--> <div id="flag"> </div> <!--div for navigation--> <div id="navigation"> <img src="menu1.gif" /><img src="menu2.gif" /><img src="menu3.gif" /> </div> <!--introductory paragraph--> <p> Text text text text text.... </p> <!--div for bottom flag image, same technique as for header--> <div id="footer"> </div> </body> And some partial css: /*header flag*/ #flag { width: 648px; margin-left: auto; margin-right: auto; background-image: url("flag.jpg"); } p { width: 648px; margin-left: auto; margin-right: auto; } Obviously that's not a full website, but that should give you an idea of the basic bits of code you need to know to start with a CSS layout. On the introduction to your portfolio page you have a list of catagories... which isn't marked up as a list. It would make more sense to do it that way, I'm not sure that the image is really adding anything to the site. Another tip I might add is not to leave your email address on your site, since it will attract mountains of spam. If possible use an encoder such as [url=http://www.hiveware.com/enkoder_form.php]the hivelogic one[/url]. Hope that's of some help. [edit]As far as the doctype goes, XHTML Strict would be the purists choice, and if you're coding your pages without presentational markup etc. then there's no reason why you shouldn't use it. However, if you're still using dreamweaver then you may want to stick with HTML 4 Transitional.[/edit] [url=http://faq.ozoneasylum.com/1224/] [img]http://www.quis.cc/sigs/?disp=true[/img] [/url] [This message has been edited by quisja (edited 09-14-2003).]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »