Thread: Webpage Margin?
View Single Post
  #3 (permalink)  
Old 11-04-2007, 10:34 PM
Agila's Avatar
Agila Agila is offline
Junior Babbler
 
Join Date: Oct 2007
Posts: 17
Agila has a few positive reputation points
Default

Quote:
Originally Posted by Gavin View Post
I usually keep my sites under 770px in width which is usually safe. I would highly recommend you look into using CSS for the 3 column layout, its a lot easier than standard HTML and it uses less code.

See this CSS 3 column layout template. Its a very good starting point for what you have described.

Are you using a specific web design program to make you pages or just using word?
Does your site with a 770px width is viewed perfectly on any monitors?
I can divide it to 10%,80%,10% table to control my webpage content...

Yeah that will be a nice suggestion i will try to copy its code.I read Intro to CSS of w3c by Raggett & bos.Since am building my page from scratch.It seems you really have to layout first using table tag and then CSS is link on the <head></head>to put a style on your webpages.CSS is save it a separate html file.

I try to do a experiment of it...
Reply With Quote