Webmaster Forum
Go Back   Webmaster Forums UK SEO SEM Webmaster Community Forum > Web Design and Website Development > Programming > CSS Forums
Register FAQ Members List Downloads Calendar Search Today's Posts Mark Forums Read Webmaster Resources Webmaster Blogs

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-11-2008, 01:18 PM
Junior Member
 
Join Date: Feb 2008
Posts: 3
iTrader: 0 / 0%
webdesignyorkshire is on a distinguished road
Default css help please

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;
}
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Stumble this Post!
Reply With Quote
  #2 (permalink)  
Old 02-11-2008, 01:45 PM
Bagi Zoltán's Avatar
Boss Cart Support
 
Join Date: Feb 2007
Location: Veszprém, Hungary
Posts: 1,421
iTrader: 0 / 0%
Bagi Zoltán has much to be proud ofBagi Zoltán has much to be proud ofBagi Zoltán has much to be proud ofBagi Zoltán has much to be proud ofBagi Zoltán has much to be proud ofBagi Zoltán has much to be proud ofBagi Zoltán has much to be proud ofBagi Zoltán has much to be proud of
Default

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;
}
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Stumble this Post!
Reply With Quote
  #3 (permalink)  
Old 02-11-2008, 01:57 PM
Junior Member
 
Join Date: Feb 2008
Posts: 3
iTrader: 0 / 0%
webdesignyorkshire is on a distinguished road
Default

Works a treat thanks. It was the missing slash then?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Stumble this Post!
Reply With Quote
  #4 (permalink)  
Old 02-11-2008, 02:00 PM
Bagi Zoltán's Avatar
Boss Cart Support
 
Join Date: Feb 2007
Location: Veszprém, Hungary
Posts: 1,421
iTrader: 0 / 0%
Bagi Zoltán has much to be proud ofBagi Zoltán has much to be proud ofBagi Zoltán has much to be proud ofBagi Zoltán has much to be proud ofBagi Zoltán has much to be proud ofBagi Zoltán has much to be proud ofBagi Zoltán has much to be proud ofBagi Zoltán has much to be proud of
Default

The direction of the slashes was not correct
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Stumble this Post!
Reply With Quote
  #5 (permalink)  
Old 02-11-2008, 02:45 PM
Junior Member
 
Join Date: Feb 2008
Posts: 3
iTrader: 0 / 0%
webdesignyorkshire is on a distinguished road
Default

Thanks Bagi, I must have been looking too hard and gone cross eyed!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Stumble this Post!
Reply With Quote
  #6 (permalink)  
Old 02-11-2008, 02:47 PM
Resonate's Avatar
Internet Marketing Admin
 
Join Date: Sep 2007
Location: {{ A Remote Server }}
Posts: 615
iTrader: 0 / 0%
Resonate is a jewel in the roughResonate is a jewel in the roughResonate is a jewel in the rough
Send a message via ICQ to Resonate Send a message via AIM to Resonate Send a message via MSN to Resonate Send a message via Yahoo to Resonate Send a message via Skype™ to Resonate
Default

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Stumble this Post!
Reply With Quote
Reply


Useful Resources & Sites
Search Engine Marketing Company
UK Web Hosting
Build One Way Links
 
 
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 04:05 PM.

UK Webmaster World Forums - Internet marketing, web development, domain names, SEO contest and discussuons.
Subscribe to our feeds   Subscribe to our feeds

Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0