View Full Version : Border around image wont show


laura189
03-26-2003, 04:58 PM
I added a border to an image on frontpage, but after i save it, it wont show.

<p align="center"><font color="#C0C0C0"><img
src="8261.jpg" border="1" width="700"
height="100"></font></p>

Where am i going wrong?

bjmprime
03-26-2003, 05:09 PM
I cant really remeber I think this will work
<img src="8261.jpg" border="1">
if this dosent show up try making the border thicker like 2

laura189
03-26-2003, 05:21 PM
Thanks for replying :) it still doesn't work. Thanks anyway :)

epolady
03-26-2003, 05:43 PM
Try

<img src="image.jpg" style="border: 1px solid #000000; height: ###px; width: ###px">

laura189
03-26-2003, 06:06 PM
Thank you.