Nov 24, 2004 #1 compxinu MIS Sep 20, 2004 40 US Is there a way to modify the <border="1"> color or shape of the border when using <img src>? Thanks.
Nov 24, 2004 #2 chessbot Programmer Mar 14, 2004 1,524 US Code: <img src="img.jpg" [red]style="border: 1px solid blue;"[/red]> Or, I think this works. Code: <img src="img.jpg" border="1" bordercolor="#FF0000"> --Chessbot "Violence is the last refuge of the incompetent." -- Asimov, Foundation Upvote 0 Downvote
Code: <img src="img.jpg" [red]style="border: 1px solid blue;"[/red]> Or, I think this works. Code: <img src="img.jpg" border="1" bordercolor="#FF0000"> --Chessbot "Violence is the last refuge of the incompetent." -- Asimov, Foundation