View Full Version : very confused...


swtgrl55
04-09-2003, 05:11 PM
I'm using Yahoo! Pagebuiler and I'm trying to use a marquee... i want the marquee to be on the left and the text to be centered, can anyone help meh? heres the code:

<body><p align="left"><marquee behavior=scroll direction="up" scrollamount="4" style="font-family: comic sans ms; color: #FFCC99; size: 10pt; text-align: center;">Heyz! Welcum to my site.. and something like that..</marquee></body>

epolady
04-09-2003, 05:26 PM
Remove text-align: center; and it'll align to the left.

swtgrl55
04-09-2003, 05:31 PM
thanx a bunch but how do u center the text?

epolady
04-09-2003, 05:35 PM
Well unless you put it in a table or something, you won't be able to left align it and center it.

swtgrl55
04-09-2003, 05:39 PM
thanx if i'm not botherin you how wud i be able to do that? srry but im a complete idiot on html...

epolady
04-09-2003, 05:54 PM
<table width="100">
<tr><td>
<marquee behavior=scroll direction="up" scrollamount="4" style="font-family: comic sans ms; color: #FFCC99; size: 10pt; text-align: center;">Heyz! Welcum to my site.. and something like that..</marquee>
</td>
</tr>
</table>


or something like that.

swtgrl55
04-09-2003, 06:11 PM
thanx so much...

swtgrl55
04-09-2003, 06:39 PM
uh... i tried it and at first it worked den it didn't? heres the link: click here (http://www.geocities.com/atlaznhuni89/temporarypreviewfile.html?10498697492) as you can probably see the text seems to be colliding with the welcum sign... is dere a way u can put the marquee a little bit downer or another way so it doesn't seem all squeezed together? if u can help thanx a bunch...

epolady
04-09-2003, 07:13 PM
That's because you have

<table width="350">
<td><td>
<marquee behavior=scroll direction="up" scrollamount="4" style="font family: comic sans ms; color: #000000; size: 10pt; text-align: center;">Heyz!Welcum to my site<br>as you can see this is not done and this is just a trial cuz i onno if i want to make my own site juss yet....</marquee>
</td>
</td>
</table>

try

<table width="350">
<tr><td>
<marquee behavior=scroll direction="up" scrollamount="4" style="font family: comic sans ms; color: #000000; size: 10pt; text-align: center;">Heyz!Welcum to my site<br>as you can see this is not done and this is just a trial cuz i onno if i want to make my own site juss yet....</marquee>
</td>
</tr>
</table>

swtgrl55
04-09-2003, 11:29 PM
i'm srry 4 wasting ur precious time.... but i don't see the difference.. am i blind or have i've been spending way too much time on the computer??

swtgrl55
04-09-2003, 11:30 PM
yea... i've spent too much time on the computer i found out wat i did wrong... thanx 4 everything!