View Single Post
  #2 (permalink)  
Old 02-10-2005, 09:43 PM
ZILLA ZILLA is offline
Junior Member
 
Join Date: Feb 2005
Posts: 2
Default

use css instead.

create a class in your stylesheet file (.css)

something like...
.button {
border:1px solid #hexadecimalcolor;
padding:0px;
}

then wrap your image in a span class wherever it will appear on the page.

< span class = button > [img code for button] < /span>

hope that helps.
Reply With Quote