Quote:
Originally Posted by Agila
Does your site with a 770px width is viewed perfectly on any monitors?
|
All but 800x600. As Techieguy suggests use the 700px width.
Quote:
|
Originally Posted by Agila
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.
|
Yes. You'll need to structure the page using the div tags. Notice the id="header", id="leftcolumn", id="content", id="rightcolumn" and id="footer". That will be the layout for the page. The css style will manipulate it to how it looks and where on the page it will be positioned.
You are correct about linking the style.css from the head tag.