Posted on: 12/9/2013 5:46:45 PM | Views : 1072

I can't seem to get images and text to display the way I'd like them to.  I'm using three tables in a footer.  The fotter moves around depending on the page layout it is attached to.
I want to place social media hyperlink images in a certain position.  I can do so with position:absolute or relative but when I do that the image doesn't move with the rest of the footer.  If I don't position the images, they show up with a wide gap between them.  Is there any way to position an image exaclty where you want it that doesn't pin it in place?
<asp:Table ID="Table3" runat="server" Width="200px" Font-Names="Gill Sans MT Pro" HorizontalAlign="Left"> <asp:TableRow> <asp:TableCell> <asp:HyperLink runat="server" ID="Link2" NavigateUrl="http://twitter.com/a" Target="_new ...

Go to the complete details ...