i would like to add an aqua border around this image: <img src="http://members.truepath.com/emokid8526/RECOLLECT%20-%20me%20with%20camera%20fisheye" border=3 bordercolor=aqua />
what's wrong with the code?
border around image
Page 1 of 113 Replies - 38403 Views - Last Post: 28 December 2009 - 04:40 AM
Replies To: border around image
#2
Re: border around image
Posted 27 December 2002 - 02:41 PM
also, is it possible to put a border color around this grey scrolling text box?
#3
Re: border around image
Posted 27 December 2002 - 04:58 PM
rocks.in.my.shoes, on Dec 27 2002, 10:18 PM, said:
i would like to add an aqua border around this image: <img src="http://members.truepath.com/emokid8526/RECOLLECT%20-%20me%20with%20camera%20fisheye" border=3 bordercolor=aqua />
what's wrong with the code?
what's wrong with the code?
why is there no file exention on the src, what is it? a jpg? a gif?
#5
Re: border around image
Posted 28 December 2002 - 12:58 AM
aqua is not a color you can use...
you have to use hex code.
you have to use hex code.
#6
Re: border around image
Posted 28 December 2002 - 02:09 AM
i tried a hex code, still doesn't work.
#22
Re: border around image
Posted 28 December 2002 - 11:09 AM
Images won't display a border unless they're linked.
Use css instead:
Use css instead:
<img src="source.jpg" alt="alt" width="100" height="100" style="border: 3px solid #ff0000;">
#23
Re: border around image
Posted 28 December 2002 - 12:00 PM
thanks, that worked. now how do i put a border around that text box?
#25
Re: border around image
Posted 31 December 2002 - 10:55 AM
what grey scrolling text box?
#27
Re: border around image
Posted 31 December 2002 - 07:11 PM
from what i belive to put a border around a scrolling text box use this code it the text box tag
Quote
width="100" height="100" style="border: 3px solid #ff0000;">
#29
Re: border around image
Posted 28 December 2009 - 04:40 AM
Or you could try
But ur question is answered so i'm no use
<table border=1> <tr> <td> <img src="http://members.truepath.com/emokid8526/RECOLLECT%20-%20me%20with%20camera%20fisheye" border=3 bordercolor=aqua /> </td> </tr> </table>
But ur question is answered so i'm no use
This post has been edited by oimoi: 28 December 2009 - 04:41 AM
Page 1 of 1
|
|

New Topic/Question
Reply

MultiQuote







|