Results 1 to 2 of 2

Thread: Style tag does not work in Form tag of JSP

  1. #1
    Join Date
    May 2007
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Style tag does not work in Form tag of JSP

    Hello,
    I am Using <div align="center" style="width=100%;height=52%;overflow:auto;"> to make a part of my JSP page to scroll but it does not work if I put it inside a <HTML:FORM></HTML:FORM> tag. Do you any idea of how to make it work?
    I will be thankfull to you.

    ravi

  2. #2
    Join Date
    Apr 2007
    Location
    Down the road from the store
    Posts
    27
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Try making an external stylesheet, assigning the form an ID or class, and declaring the styles you want to apply to the form in the external stylesheet. If you have any questions as to how this is done, feel free to ask, else this should work for you.

Bookmarks

Posting Permissions

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