I am trying to create a design similar to this:
http://img291.imageshack.us/img291/5571/bartablestyling.png
Currently, I only have the top bar in place.
When I attempt to add text, it ends up below the profile picture. I want to avoid using float:left for positioning.
Is there a way to use a table to achieve this text layout and properly adjust the spacing indicated by the red arrow that I added?
Here is the code snippet I am working with:
<div style="background-image: url(images/notificationShelfBg4.png);
background-repeat: repeat-x;
background-position: bottom; width: auto;">
<img src="<?php if(!empty($vP["photo_thumb"])) { echo "images/profileimages/".$vP["photo_thumb_small"]; }else{ echo "images/profileimages/noPhoto_thumb.jpg"; } ?>" style=" border: 2px solid #CCC; margin-right: 5px; margin-left: 15px; margin-bottom: 2px;">
</span>
</span>
</a>
</div>