View Full Version : Marcque Positioning


SSPrincess
07-09-2003, 09:47 PM
I'm creating a new website for my swim team, and am having a little bit of trouble positioning a marquee. I have an inline frame on the page, so I want to put a scrolling marcque on the sid of it, but I can't get it to position the way I want it. I'd like it to be to the right of the inline frame, but not above it. I tried SSI...but no luck. Here's the link: http://www.angelfire.com/art2/doodleplex/PSC/layouttest.shtml.

Is there a way to put the little marque next to the Iframe instead of next to it?

kittycat
07-09-2003, 10:22 PM
Add an extra column to the table you have and put the iframe code in one of the cells, so the basic code looks like

<table>
<tr>
<td> iframe code</td>
<td> marquee code</td>
</tr>
</table>

SSPrincess
07-09-2003, 10:58 PM
I didn't think of that. I tried it, and it's working just the way I wanted it too. I just have to fix the size of the marque, but that's easy. Thanks a lot!