• 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
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

This is regarding an Issue in Bootstrap

 
Ranch Hand
Posts: 105
jQuery Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello ,

Actually i am new to Bootstrap, As i was developing my first App, i got an issue.
Please Help me with that ...

Here Goes my Code.




Here is my Project Structure..

My Problem is :-

I am not getting a Desired Output..

This Was my desired Output..



But what i am getting is a Plain Html Webpage.


Please help me with this.

Any Suggestion Will be Helpful..


Thanks and Regard's

Rohit Kumar Singh
Capture1.JPG
[Thumbnail for Capture1.JPG]
My Project Structure.
Capture.JPG
[Thumbnail for Capture.JPG]
My Desired Output.
3.JPG
[Thumbnail for 3.JPG]
MY Actual Output
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It's a clear case of css not being applied.

<link rel="stylesheet" type="text/css" href="res/css/bootstrap.min.css">



Compare the expected file name with the contents of the res/css folder contents. From the image you posted, that folder has no such css file.
 
Rohit Kumar Singh
Ranch Hand
Posts: 105
jQuery Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for your reply..

Can you please be a little more specific..

I am not getting you sir..

Sorry for the inconvenience.
 
Jaikiran Pai
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Can you please be a little more specific..

I am not getting you sir..



Your HTML says that it requires a bootstrap.min.css. Where is it located?
 
Rohit Kumar Singh
Ranch Hand
Posts: 105
jQuery Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
oh yaa, My Mistake..

It's done now..

Little alignment problem is there, but now i got 70% output..

Thanks a lot
 
Talk sense to a fool and he calls you foolish. -Euripides A foolish tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic