help with website view settings

liunx

Guest
hello,<br />
<br />
well I have a website <!-- w --><a class="postlink" href="http://www.lomaximoproductions.com">www.lomaximoproductions.com</a><!-- w --> and i had to post 2 types of view settings so people can view the pages right. Example 800x600 is for smaller view and then i have 1027x768 for larger view, how can i make it one view for everybody to view it right, if somebody could maybe check out my website and view my html and and tell me what im doing wrong, thank you.<!--content-->Your site needs a Doctype(link in sig). You need to move your CSS into a external CSS file to help clean up your code. The 800X600 version took a long time to load. I didn't check the other one. The scrollbar area where you have a mailto link needs to be fixed. I can't see the text below the mailto link and I have to scroll vertically and horizontally.<br />
<br />
In terms of two different layouts, make one and have the <body> tag, or a <div id="container"> tag, which goes around all of your content, that is defined as being roughly 750px. Center it and it should look good regardless of the users resolution. CSS Zen Garden(link in sig) is always a good source for these types of layout.<!--content-->In terms of two different layouts, make one and have the <body> tag, or a <div id="container"> tag, which goes around all of your content, that is defined as being roughly 750px. <br />
<br />
<br />
i dont understand what you mean can you write me the whole coding or give me an example please thank you<!--content-->
 
Back
Top