|
|||
|
I have just taken on an already existing website and they wish to keep the look and feel. I am having problems getting the 2 classes to display! The style sheet is below and the address to see the code is selbybuilders.webdesignyorkshire .net
The 2 classes are = headbox and servicesbg. All images are online too, help! Thanks in advance. CSS: td.textbox { background-color: #6B1410; padding: 5px; } .servicesbg { background-color: #CE0000; background-image: url(template_images\red_horz_bg.jpg); background-repeat: repeat-x; padding: 7px; height: 25px; } .headbox { background-image: url(template_images\above_header.jpg); padding: 4px; height: 25px; } body,td,th { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF; } body { background-color: #333333; margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; } a:link { color: #FFFF00; font-weight: bold; text-decoration: none; } a:visited { text-decoration: none; font-weight: bold; color: #FFFF00; } a:hover { text-decoration: underline; font-weight: bold; color: #FFFFFF; } a:active { text-decoration: none; font-weight: bold; color: #FFFF00; } h1 { font-size: 14pt; } h2 { font-size: 12pt; } h3 { font-size: 10pt; }.images { border: 1px solid #FFFFFF; } |
|
||||
|
Try this one
HTML Code:
td.textbox {
background-color: #6B1410;
padding: 5px;
}
.servicesbg {
background-color: #CE0000;
background-image: url(/template_images/red_horz_bg.jpg);
background-repeat: repeat-x;
padding: 7px;
height: 25px;
}
.headbox {
background-image: url(/template_images/above_header.jpg);
padding: 4px;
height: 25px;
}
body,td,th {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #FFFFFF;
}
body {
background-color: #333333;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
a:link {
color: #FFFF00;
font-weight: bold;
text-decoration: none;
}
a:visited {
text-decoration: none;
font-weight: bold;
color: #FFFF00;
}
a:hover {
text-decoration: underline;
font-weight: bold;
color: #FFFFFF;
}
a:active {
text-decoration: none;
font-weight: bold;
color: #FFFF00;
}
h1 {
font-size: 14pt;
}
h2 {
font-size: 12pt;
}
h3 {
font-size: 10pt;
}.images {
border: 1px solid #FFFFFF;
}
|
|
||||
|
The direction of the slashes was not correct
![]() |
|
||||
|
Never fear when Bagi is around lol
__________________
Currently taking my LEVEL 3 ADVANCED ELECTROTECHNICAL Certification exams. My activity may be limited for some time but i will be around soon.
W3Seo Search engine optimization & Web development forums * Seo Consultancy |
![]() |
| Useful Resources & Sites |
| • Search Engine Marketing Company • UK Web Hosting • Build One Way Links |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
| UK Webmaster World Forums - Internet marketing, web development, domain names, SEO contest and discussuons. |
| Subscribe to our feeds |