| Author |
html:file taglib ... please help
|
jack enloe
Greenhorn
Joined: Jan 11, 2006
Posts: 1
|
|
|
does anyone know how to change the button style on the html:file taglib.. i tried using stylesheet with the style="my style" but that's not working...
|
 |
Amit Kumar Kaushik
Greenhorn
Joined: Jan 12, 2006
Posts: 11
|
|
try the following code <html:file property="imageFile1" styleClass="filebutton" /> and code for style is given below. You can put it in .css file and link in jsp .filebutton { BORDER-RIGHT: #999999 1px solid; BORDER-TOP: #999999 1px solid; FONT-WEIGHT: normal; FONT-SIZE: 10pt; COLOR: #000000; BORDER-LEFT: #999999 1px solid; BORDER-BOTTOM: #999999 1px solid; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; }
|
 |
 |
|
|
subject: html:file taglib ... please help
|
|
|