bay500
07-29-2005, 03:35 PM
On a couple of websites i've seen nice thick borders around portfolio images and such, i know the code for borders is "border="value" but what is the color code for borders? anyone know?
Thanks.
Alex.
Thanks.
Alex.
|
View Full Version : Thick Borders bay500 07-29-2005, 03:35 PM On a couple of websites i've seen nice thick borders around portfolio images and such, i know the code for borders is "border="value" but what is the color code for borders? anyone know? Thanks. Alex. kittycat 07-29-2005, 03:39 PM bordercolor="#colour" might work, I'm not sure I do know this works though: style="border-color: #colour;" You could do the whole border in that style if you wanted as well style="border: 1px solid #colour;" bay500 07-29-2005, 03:55 PM bordercolor="#colour" might work, I'm not sure I do know this works though: style="border-color: #colour;" You could do the whole border in that style if you wanted as well style="border: 1px solid #colour;" where abouts to i place the code? an example would be great. Thanks. MaGiCSuN 07-29-2005, 03:58 PM just in the <img> tag <img src="blah.gif" style="border: 1px solid black;"> that's a small example :) Love, Mirna DUANE 07-29-2005, 06:29 PM You could do this: <img src="image url" bordercolor="black" border="5"> |