Hello,
I am confused why the inline styling is not working in the following example. The hyperlink does not space down from the div it is contained in. I am viewing the page in IE6.
Code:
<div style=" height:345px; width:245px; border: 1px solid black; float:left;">
<a href="index.html" style="margin:5px 0px 0px 7px;">Home</a>
</div>