PDA

View Full Version : css? (change font, tilting)



ashbradshaw
November 19th, 2006, 07:33 PM
i have a title for my page and i want to change the :
color
size
font
the angle
i know how too tag with a class code but when ive tryed changing the font it stays the same but the color changes and size but thats it..also i would like to put a tilt on the angle of my h1 text..please help a.s.a.p...thanks...

mdnky
November 21st, 2006, 10:13 AM
Post a copy (or link to) the code in question and it'll be easier to help you. :)

Natobasso
November 21st, 2006, 11:33 AM
You need a .css file that you reference in your html code. That css file contains all your styles which you then call out in your html code. For example, <h1></h1> around the text you want to affect.

Seeing your code, as mdnky said, will definitely help.