Simple Question = simple answer?

K

Kirk

A very simple question for anyone who knows their HTML tags and
attributes.

Is there an atribute that I can use to hide the white space around a
table which I have used to fill an entire page?

I have already tried the following which are un-associated with this
white space:
CellSpacing="0"
CellPadding="0"
Border="0"

The table just does not seem to fill the entire page despite having it
set to 100% width and height.

Cheers.
 
M

Martin Honnen

Kirk said:
A very simple question for anyone who knows their HTML tags and
attributes.

Is there an atribute that I can use to hide the white space around a
table which I have used to fill an entire page?

I have already tried the following which are un-associated with this
white space:
CellSpacing="0"
CellPadding="0"
Border="0"

The table just does not seem to fill the entire page despite having it
set to 100% width and height.

You are probably looking for CSS
<style type="text/css">
body { margin: 0; }
</style>
 

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

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,011
Latest member
AjaUqq1950

Latest Threads

Top