|
|
|
terry1975
regular
Reg'd: Tue
Posts: 124
|
|
I've got a black background to my site so a border around my image doesnt appear. Is there a colour code for borders in HTML?
I've tried to look-up how you can do this on the net but can't find anything. Can you do this?
I know the border code is "border=3" say, for the thickness. I tried "border color=white" out of luck, but guess what? I was unlucky!
|
|
paul_lomax
Reg'd: Wed
Posts: 1661
Loc: London, England
|
|
Use CSS (cascading style sheets)
put this in your image tag: style="border: 1px solid white;"
Paul Lomax Internet Technology Manager IPC Country and Leisure Media - www.ipcmedia.com
Pick Me Up magazine - Real life as you've never seen it before!
|
terry1975
regular
Reg'd: Tue
Posts: 124
|
|
Havent used CSS yet.
Thanks for the advice - will give that a go.
|
|
|