image top right

liunx

Guest
How can I align a table with 2 columns and 1 row to the very top and right/left of the page so therte is no space between the table edge and the browser??<!--content-->Place this code inside your <BODY> tag. -<br />
<br />
-------------------------------------------------------<br />
<br />
leftmargin="0" rightmargin="0" topmargin="0" marginwidth="0" marginheight="0"<br />
<br />
-------------------------------------------------------<br />
<br />
An example of how it should be after placing the code in the <BODY> tag<br />
<br />
<br />
<body leftmargin="0" rightmargin="0" topmargin="0" marginwidth="0" marginheight="0"><br />
<br />
<br />
The above would code would remove the margins from the page so there would not be any space between the table and the browser.<!--content-->Cheers i had it in my brain that for some reason i needed to add in another tag oh well cheers fredricknish<!--content-->
 
Back
Top