Oh yea, also display width.

H

Hans Bessel

Just bought a 17 in. LCD monitor, previously used a 15 in. CRT.

Web pages display a similar width as the CRT, how do do I get a full width
display, (no big white stripes down both sides).

Thanks.
 
R

Ray at

This is up to the person who designed the web page. Some people design
their pages for a fixed size of 800×600, which is the common accepted norm
these days. Other people do not do it. You can't change this.

<table width="100%">
vs.
<table width="740">

The top html table will fill your screen. The bottom one will be the same
width no matter how large your monitor is.

Ray at home
 
H

Hans Bessel

Ray at said:
This is up to the person who designed the web page. Some people design
their pages for a fixed size of 800×600, which is the common accepted norm
these days. Other people do not do it. You can't change this.

<table width="100%">
vs.
<table width="740">

The top html table will fill your screen. The bottom one will be the same
width no matter how large your monitor is.

Ray at home
Thank you Ray.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top