Re: Change backgorund image
Nick Laborera <[email protected]>
| Newsgroups | gmane.comp.java.sun.servlet |
|---|---|
| Message-ID | <[email protected]> |
Adrian Morales wrote: > If I have a image field in my Sybase DB ( jpg for example), and when I > fetch it to display it with my servlet how can I change its background > or embed it with other image? > > Any idea. > > Thanks for your help. > > ___________________________________________________________________________ > To unsubscribe, send email to [email protected] and include in the > body > of the message "signoff SERVLET-INTEREST". > > Archives: http://archives.java.sun.com/archives/servlet-interest.html > Resources: http://java.sun.com/products/servlet/external-resources.html > LISTSERV Help: http://www.lsoft.com/manuals/user/user.html > > "display it with my servlet" ?!? you mean, display in a browser using your servlet? if yes, you can manipulate html tag, <TD> in particular to display the other image as a background. gl, nick ___________________________________________________________________________ To unsubscribe, send email to [email protected] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html