title backgrounds? |
title backgrounds? |
Aug 7 2006, 03:41 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 41 Joined: Jan 2005 Member No: 85,685 |
I will try and make this as understandale as possible because I dont really know how to explain it. buuuut anyways, i was wondering what the code is to get a background bhind the 'titles' of each section (like your name, contacting so and so, so and sos interest and all its subheadings, etc)
here is an example |
|
|
|
![]() |
Aug 7 2006, 04:01 PM
Post
#2
|
|
![]() the name is ada. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 4,688 Joined: Dec 2005 Member No: 334,608 |
basically..
in your code. .mygen { Text Properties } table, tr, td, li, p, div { font-family:garamond; color:000000; font-size: 12px; background-color: COLOR HERE; } .btext { font-family:georgia; color:989898; font-size:12px; font-weight:bold; background-color: COLOR HERE;} .blacktext10 { font-family:georgia; color:989898; font-size:12px; font-weight:bold; background-color: COLOR HERE; } .blacktext12 { font-family:georgia; color:444444; font-size:20px; font-weight:; background-color: COLOR HERE; } .lightbluetext8 { font-family:georgia; color:989898; font-size:12px; font-weight:bold; background-color: COLOR HERE; } .orangetext15 { font-family:georgia; color:444444; font-size:20px; font-weight:; background-color: COLOR HERE; } .redtext { font-family:georgia; color:989898; font-size:12px; font-weight:bold; background-color: COLOR HERE; } .redbtext { font-family:georgia; color:989898; font-size:12px; font-weight:bold; background-color: COLOR HERE; } .text { font-family: garamond; color:000000; font-size:12px; background-color: COLOR HERE; } .whitetext12 { font-family:georgia; color:444444; font-size:20px; font-weight:; background-color: COLOR HERE; } .nametext { font-family:georgia; color:444444; font-size:20px; font-weight:; background-color: COLOR HERE; } a:active, a:visited, a:link { font-family:georgia; color:000000; font-size:14px; font-weight:bold; background-color: COLOR HERE; } a:hover { font-family:georgia; color:78667a; font-size:18px; font-weight:bold; background-color: COLOR HERE; } a.navbar:active, a.navbar:visited, a.navbar:link { font-family:georgia; color:000000; font-size:14px; font-weight:bold; } a.navbar:hover { font-family:georgia; color:78667a; font-size:18px; font-weight:bold; background-color: COLOR HERE; } a.redlink:active, a.redlink:visited, a.redlink:link { font-family:georgia; color:000000; font-size:14px; font-weight:bold; background-color: COLOR HERE; } a.redlink:hover { font-family:georgia; color:78667a; font-size:18px; font-weight:bold; background-color: COLOR HERE;} i added background-color: COLOR HERE; change the bg color. |
|
|
|
br0ken_ title backgrounds? Aug 7 2006, 03:41 PM
xbabyboo layout code ? Aug 7 2006, 03:50 PM
br0ken_ CODE<style type="text/css">
.mygen... Aug 7 2006, 03:53 PM
br0ken_ that almost worked...how do I get it to take up th... Aug 7 2006, 04:07 PM
xbabyboo try adding
width: 100%; at the end of each one bac... Aug 7 2006, 04:15 PM
br0ken_ yup yup that worked. thank you so very much for yo... Aug 7 2006, 04:22 PM
xbabyboo no problem :) Aug 7 2006, 05:26 PM![]() ![]() |