![]() |
CSS help
fuck CSS, all i'm trying to do is add some link text to the right of these icons and no matter what I try the link text ends up going under the icons on a new line.
how can i get the text to the right of the icons? Code:
<ul> |
i would do it a different way.
example Code:
html example |
Quote:
|
<li><NOBR><a href="#."><img src="images/facebook.png" alt="" /></a></li>
or set in css white-space: nowrap; |
Quote:
here is a live example of this. |
Try
li a img {display:inline;} |
dumb me - the <li>'s had a width that was too small to fit the text in one line
thanks for the CSS tips |
All times are GMT -7. The time now is 03:56 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123