View Single Post
  #1 (permalink)  
Old 08-31-2008, 11:38 AM
kruser kruser is offline
WebProWorld Pro
 
Join Date: Aug 2007
Location: Stuttgart Germany
Posts: 174
kruser RepRank 1
Default Inline Styling For Hyperlinks

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>
__________________
Best Regards,
Randy
Reply With Quote