Results 1 to 2 of 2

Thread: Background Image + SWF

  1. #1

    Question Background Image + SWF

    Hi all,,

    I am newbie to Spring web Flow,

    i want to display a table background image.. but i cant get that

    here is my code

    Code:
    <table style="background-image: url('images/backgroundImage.gif');">
         	<tr >
         		<td>
         			Some Contents ........
         		</td>
         		<td>
         			Some Contents ........
         		</td>
         	</tr>
         </table>
    the file was handled in the proper directory too..

    when i use in ice:graphicImage tag it displays properly..

    i am getting this exception too...

    javax.faces.FacesException: Problem in renderResponse: Error Parsing images/backgroundImage.gif: Error Traced[line: 1] Content is not allowed in prolog.

    your help is highly appreciated

    thanks in advance
    vinoop

  2. #2

    Default

    Sorry

    I got when i use ../images

    it working fine

    thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •