Browser size help

Status
Not open for further replies.

WHWebSolutions

In Runtime
Messages
128
Hello I was wondering if someone could help me out with something. I need to know how to make the size of my webpage the same no matter what screen resalution the viewer has? If someone could tell me what code to enter that woudl be wonderful.

Thanks,
William
 
You can use Javascript to determine the clients screen size.

But to keep the size of the web page the same, you can use absolute values like
<table width="800" ........

instead of ="100%" etc.
 
Status
Not open for further replies.
Back
Top Bottom