PDA

View Full Version : can you target <td>'s?


smartalecc5
02-17-2003, 10:05 PM
Hi, i have my on geocities and theres alot of ads, so if i were to have frames, the ad box would almost completely cover the navigation links, so I was wondering if you could target TD's.
can you do..
<table>
<tr>
<td width=20% name="left"><a href="link.html" target=right>Can this work</a>
</td>
<td width=80% name="right">
</tr>
</table>



can you target withn td's? Thanks in advance :)

Nightfire
02-18-2003, 12:14 AM
I'm very sure there isn't a way to do it like that, but I know you can use div's like that with a bit of javascript

I would give you the script, but I lost everything when my harddrive crashed, and also never got around to making back up cd's :rolleyes:

Phantom
02-18-2003, 01:04 AM
You could colspan and align the text to the right if that helps...

jkd
02-18-2003, 01:22 AM
Put an <iframe> in the right td, and target that.