 | reply to dvd536
Re: [help] Border color Hi there,
You can't add colored border by HTML code. You can add via CSS though
Here is the code .style1{border: solide 1px green; } .style2{border: solide 1px yellow; } |
|
 cdruGo ColtsPremium,MVM join:2003-05-14 Fort Wayne, IN kudos:7 | said by Christeena:You can't add colored border by HTML code. If you don't mind using really old legacy attributes, sure you can. It's not recommended, and CSS is a far better way to go about it. But every browser I have ready access to renders it the same, correctly: »jsfiddle.net/gX3pT/ |
|