Jump to content

how to set a site to a certain size


Mr-Antony

Recommended Posts

using javascript, but it is not recommended, people get really annoyed when you resize their browser without their permission. Many outright leave the site.

Link to comment
Share on other sites

  • 4 weeks later...

I am still very new to HTML and all of that, but it sounds simple enough I just don't know the proper way to do it. You could use tables and set their widths/heights to add up to the size you desire and if the user has a higher resolution, it won't fill the browser, no? There is a 95% chance I am wrong, but that is my best guess this early in my learning.System

Link to comment
Share on other sites

I'm not sure if I understand what you're trying to do.If you're trying to make the page's content a certain width, you could take System's suggestion and use tables, or you could use a DIV and set it's width (using CSS) to 100%. Like <div style="width:100%">page content</div>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...