jdubwelch Posted April 30, 2007 Share Posted April 30, 2007 how do i recreate this: the html: <div id="videoInsert"><img src="images/anna-marla1.jpg" width="100" height="50" />WATCH: <a href="video.php">Marla compete in 2000 Sydney Olympics</a> </div> css so far: #videoInsert { margin-left: 25px; margin-right: 27px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; font-weight: bold; background-color: #EBEBEB; border-left-width: 5px; border-left-style: solid; border-left-color: #666666; } Link to comment https://forums.phpfreaks.com/topic/49346-vertical-align-middle/ Share on other sites More sharing options...
mainewoods Posted May 2, 2007 Share Posted May 2, 2007 add to your css class: vertical-align: middle; Link to comment https://forums.phpfreaks.com/topic/49346-vertical-align-middle/#findComment-243083 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.