PDA

View Full Version : can't find the code for the text colour in my about page.


qck
08-12-2005, 08:43 AM
Hi, I've just changed the colours of my blog and all text is visible but not the text on my about page. I checked my css file again but I am not sure what to do, or should I add a line in the html file of the about page? I really am a noob and it's already a miracle that I have a blog running so help would be greatly appreciated!

http://www.allesismooi.nl/photos

cheers!

Connie
08-12-2005, 09:27 AM
I am repeating myself again, but it's necessary:

1) please change the codepage-setting in your templates!
you will run into a lot of trouble as PixelPost uses UTF-8 !

<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> should be

<meta http-equiv="content-type" content="text/html; charset=UTF-8" />

2)
give a color to #abouttextbox !!!
#abouttextbox {
font-family: verdana, sans-serif, arial, georia;
font-size: 11px;
line-height: 2.0em;
margin: 0;
text-align: center;
width: 540px;
margin-right: auto;
margin-left: auto;
text-align: justify;
padding-top: 105px;
padding-bottom: 105px;
text-transform: none;
color:white;
}

and you will see something! Black in black in black ;=(

good luck!

qck
08-12-2005, 12:15 PM
Thnaks again Connie, you've made my day!

Connie
08-12-2005, 12:33 PM
you know, in german we say: "in kleinen Dingen grosszuegig sein" => to be generous with small things is very easy ;=)

come back with your next questions, or, even better, stay with us here in the forum and exchange your PixelPost-experiences!