<div class="dashboard-icon">
<a href="./structure/">
<img class="admin-icon" src="<?=inc_path;?>images/icons/home.png" alt="" /></a><br />
<p>Dashboard</p>
</div>
This is part of a menu, do you think it would be better in a UL > LI? I want a label underneath the icon.
Trying to think of reasons if this is bad or not. :)
` after the ``. Since it is followed by a `
` the line break is implicit, and if you want to bring the `
` down a bit from the image, give it a `margin-top:`...
– DaveRandom Aug 22 '11 at 09:09