| Author | Comment | |||
|---|---|---|---|---|
Leigh Taryn Conor |
can't find answer to centering quote of the day |
Lead | ||
|
Hello! I copied the necessary html for the quote of the day in the header, but I have no idea how to center it. Where do I do that?
|
||||
|
|
||||
cedar |
#1 | |||
|
Can you give a link to your board? You'll probably need to add a bit of html and css to center it, and if we have a link we can give you customized
instructions.
|
||||
|
|
||||
Leigh Taryn Conor |
#2 | |||
|
It's a private board, so how does that work? Thanks! I am unsure.
|
||||
|
|
||||
Kathy |
#3 | |||
|
If you don't want to post the url, you can send it to cedar or ChrisW via PM
|
||||
|
|
||||
Alice in Wonderliddle |
#4 | |||
|
Doesn't a normal html center tag work? I used < center > (javascript) < /center>
(no spaces) Now I'm wondering if it isn't centered for everyone. It looks centered to me. |
||||
|
|
||||
Leigh Taryn Conor |
#5 | |||
|
Thank you Alice! That worked!! I don't know html very well, so I didn't know it was that easy!
|
||||
|
|
||||
exstreamuser |
#6 | |||
|
While it may work, the use of the < center > tag is deprecated in HTML 4.
The preferred way is like this: <div style="text-align: center;">your text or whatever here</div> |
||||
|
|
||||