Got a little techonology problem that you need fixed pronto? Post it here and we'll see what we can do.
Topic locked

HTML- help needed with font colours

Thu Jan 05, 2006 3:56 am

Hmm... I must be horridly outdated. I sware there was a special board for HTML, CSS and all that stuff... But I couldn't find it. Sorry if I missed it if it is here somewhere...

Anyway, I was wondering about using HTML to change font colours. Of the little memorized HTML that I know, I can only think of the HTML that involves the <font color=blah>. But this just changes the font colour for the one section I am updating. I want something that can change the font colour for the entire page. Mind you, I know this is possible with CSS but I don't understand style pages and all that. The webpage type is that of a MySpace. I'm pretty sure it works with all HTML codes... Thanks if anyone can help. :)

Thu Jan 05, 2006 4:37 am

off the top of my head, i would have thought there's something you can put in the body code to make all the font one colour. i cant remember the code tho, sorry.

Thu Jan 05, 2006 4:39 am

Hey! I haven't seen you round in ages :D *glomps*

I think this might be what you're looking for? (#ffffff will just give you a boring white background, of course, so change that to another colour as you wish)
Code:
<body text="#ffffff"></body>


There's a list of some other similar tags here: http://www.activejump.com/f-2.shtml

Tue Jan 24, 2006 1:20 pm

And here is a list of color codes you can use: http://www.immigration-usa.com/html_colors.html :)
Topic locked