Side-by-side header icons
-
How can I make the twitter and rss icons in my header tile side-by-side instead of on top of each other? I’ve tried the alignleft/alignright commands.
Code (contained within my header stuff):
<div id="quicklinks"> <a href="http://twitter.com/firstbite" target="_blank"><img src="/wp-admin/images/twitter.png" align="alignleft" width="105" height="75"></a> <li><a title="rss" href="<?php bloginfo('rss2_url'); ?>" class="rss"> <img src="/wp-admin/images/rss2.jpg" align="alignright" width="105" height="75"></a></li>Site url (in case I’ve left anything out): http://www.first-bite.com
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Side-by-side header icons’ is closed to new replies.