• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JSP body class placement issue causing problem in result html

 
Ranch Hand
Posts: 68
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi experts

In the below dojo script used in my jsp page as an example , I am getting an orientation issue in the result html page. The resultant HTML creates a folder structure at the bottom of the page. Can I make it appear in the main body or center of the page, not sure exactly how to do the same. I tried up putting <body class="claro"> in the script before function but it shows error. Can someone suggest how can i modify the code to make the folder structure appear in the center of the HTML page?





Many thanks
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That would most likely just be a matter of using CSS appropriately.

As this has nothing to do with JSP, it's been moved to the HTML forum.
 
Foni kumar
Ranch Hand
Posts: 68
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Bear Bibeault wrote:That would most likely just be a matter of using CSS appropriately.

As this has nothing to do with JSP, it's been moved to the HTML forum.




Thankyou for the reply...so where exactly is the problem about the CSS here in above code, could you please tell me in some more details, the changes which is expected in the css here. Below is the claro.css file we are referring here which is hosted on a link , do i need to include any additinal css files in my project? Please suggest

http://ajax.googleapis.com/ajax/libs/dojo/1.9.1/dijit/themes/claro/claro.css
 
reply
    Bookmark Topic Watch Topic
  • New Topic