|
|
| <a href="#">foo <img src="..."></a> - is there a way to make 'foo' underlined but not the image? |
| were you asking this earlier? vertical-align: bottom; on the img should cover up the underline |
| not earlier today at least! I'll try it! Oh wait.. it doesn't underline the img... but what I really wanted to ask: is there a way to make the space between the text and image not be underlined? Eh to answer myself: use padding-left for the <img> |
| There is none There are length units based on the font height |
| Hmm..ok |