View Full Version : left indent and right margin


jamingben
02-14-2003, 08:52 AM
take a look at this page:

http://www.personal.rdg.ac.uk/~smu00bjd/test.htm

the problem seems to be that there is some kind of setting for html pages to always have this right hand margin, and pictures set to align left have a slight indent.

i think there is a similar thing at the bottom of the page. the reason this is a problem is that if you set a table to 100% width and height, it doesn't cover the whole page

thanks very much
ben

Alcy
02-14-2003, 10:40 AM
<body topmargin=0 leftmargin=0 rightmargin=0 bottommargin=0>

:D

jamingben
02-17-2003, 01:08 PM
thanx