http://rocsplace.yuku.com
| Author | Comment | |||
|---|---|---|---|---|
LappySais08 |
CSS help |
Lead | ||
|
I want to make all the categories text centered like i have for the forums but I can't find the code to change it. and I want to make the text bigger as
well. If I edit it in wysiwyg it makes my board skin all messed up. Can anyone help.
http://rocsplace.yuku.com |
||||
|
|
||||
cedar |
#1 | |||
|
Hey Lappy
Welcome!
Instead of going to the wysiwyg, click on "edit html" in the row of buttons. Now scroll down to the third (last) box on that page. That's your complete "raw" css. Scroll down in that box, and almost at the top you'll see this code: .boxheading, .boxheading h1, .boxheading h2 {color: #FFF; font-size: 14px; } Change that to: .boxheading, .boxheading h1, .boxheading h2 {color: #FFF; font-size: 14px; text-align: center;} The bold line is the line that I've added so that your category headers will center. Save your changes at the bottom of the page, and go back to your board. Now refresh the page if the changes aren't showing. Once you've refreshed, you should see that the titles are centered. |
||||
|
|
||||
LappySais08 |
#2 | |||
|
Thanks Cedar!! When it comes to reading CSS it's like a foreign language for me. So thanks for helping me.
Lappy
Last Edited By: LappySais08 21 Oct, 2007 20:34.
Edited 2 times.
|
||||
|
|
||||
cedar |
#3 | |||
|
I don't see posts inside the forums centered. Can you provide a link to where you mean as an example? And if not, perhaps you can tell me with more
description what you see and with which browser and browser version you are looking? (for instance, Internet Explorer version 6 or 7)?
|
||||
|
|
||||
LappySais08 |
#4 | |||
|
I changed my mind that's okay I'll just leave it the way it is. Thanks anyway.
Lappy
Last Edited By: LappySais08 22 Oct, 2007 00:59.
Edited 1 time.
|
||||
|
|
||||
cedar |
#5 | |||
|
Okay
|
||||
|
|
||||