Thu, 2014-07-17 07:07
Hi guys, My name is Richard Kruger and I am here today because I need your help guys in css code. I am quite noob at this work so here is what I need: On this webite you see there an ad on the right. What I want to do is an yellow border around it. Can you help what snippet of code I need?
Fri, 2014-07-18 16:24
#1
This is basic stuff
.homead2 { background: none repeat scroll 0 0 #F7F7F7; border: 3px solid #FFFF00; float: right; height: 250px; margin: 15px 34px 15px 0; padding: 0; width: 300px; }
I think you need to provide yourself a strong foundational knowledge base. Try some tutorials on the web. A good set of tutorials may be found at HTMLDog.
Judging from your post, I'm guessing you didn't code the site. I'm also guessing whoever did is also lacking an understanding of html, css and javascript, and their best practice use.
cheers,
gary