Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

borders on images

Status
Not open for further replies.

izachar

Technical User
Oct 7, 2000
84
CA
I am trying to apply a border on an image that gets pulled out of a db and I can not change the color on the frame. I can do it on a static image but it is not applying it to the variable image.

<font color=&quot;white&quot;>
<IMG height=150 src=&quot;movie_images/#m_picture#&quot; width=100 align=left border=10 >
</font>

Any Idea ?
 
If your images are all the same size and shape, this might work for you.
Code:
<TABLE WIDTH=102 HEIGHT=102 CELLPADDING=0 CELLSPACING=0 BORDER=0 BGCOLOR=YELLOW>
<TR>
	<TD VALIGN=CENTER ALIGN=MIDDLE>
	<IMG SRC=&quot;blank.gif&quot; ALT=&quot;&quot; BORDER=0 ALT=&quot;&quot; WIDTH=100 HEIGHT=100>
	</TD>
</TR>
</TABLE><BR>
Otherwise, here's the link to the site I got this from:

Calista :-X
Jedi Knight,
Champion of the Force
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top