table html question

B

blackace

I created a site that has tables, but when the window is not open
fullscreen, the data in the tables comes all out of alignment. How do
I correct this?
 
T

The Keith

you probably have the width of the table and the widths of its cells (td)
set to certain percentages instead of fixed pixel widths. Example: You may
have something like this <td width=30%>; instead use exact pixel widths,
like <td width=100> -- then the stuff won't get all messed up depending on
the size of your window.
 
B

blackace

The Keith said:
you probably have the width of the table and the widths of its cells (td)
set to certain percentages instead of fixed pixel widths. Example: You may
have something like this <td width=30%>; instead use exact pixel widths,
like <td width=100> -- then the stuff won't get all messed up depending on
the size of your window.

Hey, that worked. Thanks alot.
 
H

Hywel Jenkins

The Keith said:
you probably have the width of the table and the widths of its cells (td)
set to certain percentages instead of fixed pixel widths. Example: You may
have something like this <td width=30%>; instead use exact pixel widths,
like <td width=100> -- then the stuff won't get all messed up depending on
the size of your window.

Nor will people be able to see the stuff without scrolling if the
window is too small. The OP has fundamental design problems.
 

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

Members online

Forum statistics

Threads
474,083
Messages
2,570,591
Members
47,212
Latest member
RobynWiley

Latest Threads

Top