View Full Version : div


swtgrl55
04-12-2003, 10:11 PM
I'm using a div and i want to center the text inside the div how can u do that? can ne1 help meh?

kittycat
04-12-2003, 10:13 PM
Just add align="center" to the div code.

swtgrl55
04-12-2003, 10:20 PM
thank you i'll try that

swtgrl55
04-12-2003, 10:22 PM
hmmm... here's how i put it... probably did it wrong... kinda new at this stuff...

<DIV id="content" style="position: absolute; bottom: 100px; width:200px; right: 100px;" align="center"><marquee behavior=scroll direction="up" scrollamount="5">This is where Jessica's poems will hopefully be<br>*hopefully*<br>Ok... you can stop reading now...<br>I'm trying to see if this will work...</marquee></DIV>

starlet
04-12-2003, 11:50 PM
That works for me...

epolady
04-12-2003, 11:58 PM
Do you want the text to be centered? If so, add style="text-align: center" in your marquee tag.

swtgrl55
04-13-2003, 01:41 AM
it worked!! thanx a lot!!