Hey, sorry for the delay..
This is what i got http://i38.tinypic.com/2laymph.jpg
I added the code to my Stylesheet like this:
#footer {
background: #333333;
width: 960px;
height: 35px;
margin: 0px;
padding: 0px;
text-align: left;
}
#mylinks { float: right; width: 400px; }
#footer p {
color: #FFFFFF;
font-size: 11px;
font-family: Arial, Tahoma, Verdana;
margin: 0px;
padding: 9px 0px 0px 0px;
}
#footer a, #footer a:visited {
color: #333333;
text-decoration: none;
}
#footer a:hover {
color: #333333;
text-decoration: underline;
}
And the code in footer like this:
<div id="footer">
<p>
<a href="http://wordpress.org" title="Powered by WordPress"><img src="http://ripwrz.com/wp-content/uploads/wordpress.png" alt="Powered by WordPress" width="24" height="24" /></a>
<a href="http://twitter.com/RIPWRZ" target="_blank" title="Follow me on Twitter"><img src="http://ripwrz.com/wp-content/uploads/twitter.png" alt="Follow me on Twitter" width="24" height="24" /></a>
</p>
<div id="mylinks"><a href="http://twitter.com/RIPWRZ" target="_blank" title="Follow me on Twitter"><img src="http://ripwrz.com/wp-content/uploads/twitter.png" alt="Follow me on Twitter" width="24" height="24" /></a></div>
</div>
<?php do_action('wp_footer'); ?>
What i`m doin wrong? :(
Thanks alot.