I'm trying to get a border around an image
In Version 3, I had the following code to put a blue border around an image:
,"Title<img src='/path/to/my.jpg' style='border: 1 solid #366999'>","/path/to/my.asp",,"Status Title",1
How do I do the same kind of thing in Version 5?
Image Border
I have a few images in my menu just before the text items and I tested and this coding gave a border in nn4.79, 6, 7, opera 6, 7 ie 5.0
Ruth
Code: Select all
aI("text=<img src=usairgrd.gif border=1> Air National Guard;url=http://www.ang.af.mil/ target=_new;");
Ruth
I don't know. Perhaps it needs some kind of script or something. You might post another topic asking if there is a way to set the color for the border in the
or if there is another way to do it. Good Luck
Ruth
Code: Select all
<img src=whatever.xxx border=1>
Ruth