Log in

View Full Version : HTML newbie - needs help please!



tonybrown
12-17-2007, 02:45 PM
Can anyone help please. I need a html code for a ridge style border. I found one on dynamicdrive.com about 2 years ago, but can't seem to find a section anywhere now featuring borders. You could choose the colour and the border width, (pixels), as well as the border style. Can anyone let me know where I can find this section, or help me with the html code? Thanks in advance.

Regards
Tony Brown

jscheuer1
12-17-2007, 03:51 PM
Use css:


<div style="border:2px ridge black;">
Whatever
</div>