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; } Quote Link to comment 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; Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.