Allright, I've searched around for really long but I can't seem to get any solution... The thing I want is to make my link float to the right but it stops like 50 px from the end here's my HTML code
<ul id="fullylinked">
</a>
</li>
<li>
<style type="text/css">
<!--
A:link { COLOR: #400000; TEXT-DECORATION: none; font-weight: normal }
A:visited { COLOR: #400000; TEXT-DECORATION: none; font-weight: normal }
A:active { COLOR: #400000; TEXT-DECORATION: none }
A:hover { COLOR: red; TEXT-DECORATION: none; font-weight: none }
-->
</style>
<p><U><b><a href="http://www.fullylinked.com/">Fullylinked - Latest links from the web</a></b></U></p>
</a>
</li>
</ul>
And here's my CSS code:
#underskiten ul#fullylinked{
float:right;
margin-right: 10px;
position: relative;
bottom: 140px;
}
Here's a screenshot of what it looks like in the browser: http://data.fuskbugg.se/skalman02/4e28877941b3a_Namnl%F6s.jpg
So why is the link not floating to the right? I have no idea, please help!