|
-
Apr 5th, 2002, 08:19 PM
#1
Thread Starter
Hyperactive Member
Banner Link Problem
Hi,
I would like to get my banner links to line up properly. I have them inside of a table cell. However I can't get them to lineup flush to the bottom. This causes a small, empty space to exist between the banner and the content below. I've tried using VALIGN="BOTTOM" but that doesn't work.
-
Apr 5th, 2002, 08:25 PM
#2
Stuck in the 80s
Have you tried messing around with the cellpadding and cellspacing properties of the table?
-
Apr 5th, 2002, 08:45 PM
#3
Thread Starter
Hyperactive Member
Yes, here is the code:
<TABLE align = "CENTER" Class="linkback" width = "100%" cellpadding = "0" cellspacing="0">
<TR VALIGN="BOTTOM"><TD Class="NavLinkTitle"><a href="http://www.qksrv.net/" target="_top" >
<img src="http://www.qksrv.net/image" width="468" height="60" alt="Piggy Bank" border="0"></a>
</TD></TR>
-
Apr 5th, 2002, 10:52 PM
#4
Thread Starter
Hyperactive Member
I sorta figured a way to do it. I put the link on a seperate page and included it in a iframe.
-
Apr 7th, 2002, 01:11 AM
#5
Fanatic Member
HEY "DKCK" guess what ?? i have a solution for you, keep ur original code, there IS a way to get rid of that little space at the bottom of the page. just put a 'line break' after the image; this doesnt make sense but it works.
this should work fine:
<TABLE align="CENTER" width="100%" cellpadding="0" cellspacing="0">
<TR>
<TD><a href="" ><img src="something.gif" width="468" height="60" alt="Piggy Bank" border="0"></a><br>
</TD>
</TR>
</table>
-
Apr 8th, 2002, 03:52 AM
#6
Thread Starter
Hyperactive Member
Thanks for the answer. However the <IFRAME> works better for me because I can control which ads will be shown and how often.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|