what is the code for this ? |
![]() ![]() |
what is the code for this ? |
Dec 19 2008, 05:14 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 354 Joined: May 2007 Member No: 526,982 |
so when you use this
CODE <h1>text here</h1> whats the code for me to use so i can edit the colors ? mines gray and ugly and i`d like to change it x) please & thank you sooooooo much! |
|
|
|
Dec 19 2008, 05:40 PM
Post
#2
|
|
|
Irrisistable Cabbages. ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 549 Joined: Nov 2007 Member No: 589,355 |
CODE <style type="text/css"> h1{background-color: color here; background-image: url("if you would like an image put the url here"); background-repeat: repeat-y, repeat, or repeat-x; color: text color here; font-family: what kind of family you would like; font-size: size of the font in px or pt; height: if you would like a specific height in px or pt; display: block (if you would like a space in between your header & text;} </style> If you would like h2-h6 tags just replace the h1 with whatever tag you would like. |
|
|
|
Dec 21 2008, 01:26 AM
Post
#3
|
|
![]() We are the cure. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 4,936 Joined: Jan 2004 Member No: 1,456 |
CODE <style type="text/css"> h1{background-color: color here; background-image: url("if you would like an image put the url here"); background-repeat: repeat-y, repeat, or repeat-x; color: text color here; font-family: what kind of family you would like; font-size: size of the font in px or pt; height: if you would like a specific height in px or pt; display: block (if you would like a space in between your header & text;} </style> If you would like h2-h6 tags just replace the h1 with whatever tag you would like. Just cutting out the fat: CODE <style type="text/css">
h1 {color: #FFFFFF; font-family: arial, tahoma; font-size: 12px} </style> |
|
|
|
Dec 22 2008, 12:58 AM
Post
#4
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 354 Joined: May 2007 Member No: 526,982 |
awesome, thanks :)
|
|
|
|
Dec 22 2008, 01:05 AM
Post
#5
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Administrator Posts: 8,629 Joined: Jan 2007 Member No: 498,468 |
Topic Closed & Moved
|
|
|
|
![]() ![]() |