How do I change a image's border color without using a style sheet?
Place a style command in the element declaration. Like So:
<img style="border: 1px solid #FF0000;" src="someimage.img">
That will give the image a 1 pixel, solid red border.
THANKS!!!
No Problem. Glad I could help.