Log in

View Full Version : Line these banners up?


Synth
01-03-2006, 08:18 PM
How can I get these banners to line up side by side?

Thanks

Mastar
01-04-2006, 04:45 AM
How can I get these banners to line up side by side?

Thanks

Try:

<div style="position:relative;">
<!-- code 1 no center element -->

<table style="position:absolute; top:0; right:0;" summary="">
<!-- code 2 -->
</table>
</div>

Let me know if it works!

Synth
01-04-2006, 11:25 AM
I tried it but it throws my tables way off, but im sure i probably have it in the wrong place. When I just put the banner code in it looks fine until I add another banner, so I thought the location in the code was fine.

anyone else have any ideas?