html - How do I move an image (top-bottom) once it's already in a table? -
i position instagram link towards middle of image beside it.
<div align="center"> <table cellpadding="0" width="400" cellspacing="0"> <tr> <td> <a href="http://www.facebook.com/pages/yourfanpage/12345678" target="_blank"> <img src="http://www.liviocapalbo.com/img/instagram-icon_white.png" alt="" width="128" height="128" border="0"cellpadding="30" > </a> </td> <td> <a href="http://www.myspace.com/yourpage" target="_blank"> <hr style="border: none; width: 200px; height: 550px; color: white; background: rgba(000,0,0,0.0);;margin: 0; padding: 0;"/> </a> </td> <td> <a href="http://twitter.com/yourtwitter" target="_blank"> <img src="http://askreu.com/wp-content/uploads/2012/08/gradient_1600x1200.jpg" alt="follow on twitter" width="367" height="550" border="0"> </a> </td> </tr> </table> </div>
i'm not entirely sure you're trying accomplish (specifically why wrapping <hr>
in <a>
tag), i've added borders code illustrate why layout such.
if further explain you're trying accomplish i'll best out. can maybe link pic or wireframe or of how want look?
Comments
Post a Comment