Why will it not justify???

liunx

Guest
Can someone tell me or show me a way to get the more.gif in this piece of code to justify. It won't do it under pain of death. Please help it is driving me crazy!<br />
<br />
<!-- m --><a class="postlink" href="http://www.oip.ie/mock_site/zbctest.htm">http://www.oip.ie/mock_site/zbctest.htm</a><!-- m --><br />
<br />
Z<!--content-->There is no way to justify an image, not sure what you really mean. Can you rethink the question and be more specific?<br />
<br />
Regards,<br />
Kevin<!--content-->If by justify, you want the image flush against the left side of the screen...<br />
<br />
You will need to set the page argin widt to zero. To do so, you modify the <body> tag of the page. <body marginwidth="0" leftmargin="0"> You need both terms because Netscape and IE use different terminology. For the margin at the top of the page you would use marginheight="0" and topmargin="0" <br />
<br />
Since the link you gave was to a test page, I will assume you know to use the <html> tags on the page as well.<!--content-->Welcome to HTMLForums!!!<!--content-->I actually meant to say justify the gif to the right of the table. Sorry should have been more specific<br />
<br />
Z<!--content-->In the image tag of the more.gif add this attribute:<br />
<br />
HSPACE="0"<br />
<br />
Regards,<br />
Kevin<!--content-->Thanks a million. You guys!!!<br />
Z<!--content-->
 
Back
Top