-
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
-
-
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.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks