Click to See Complete Forum and Search --> : spacing around new table in website


crz_06
09-15-2005, 07:34 AM
If I create a table in a page and align left, their always stays some spacing on the left and top side of that table. How do i place the table so it doesn;t show that spacing. see: http://server3.uploadit.org/files/chrisk-table.jpg

silverbullet24
09-15-2005, 07:50 AM
specify margin:0 in your page styles. and if you're not using any css at all (bad bad) then you can do it the old way of

<body topmargin="0 "leftmargin="0">