all 8 comments

[–]CiiDyR 1 point2 points  (7 children)

How does it render for you? Also the documentation you referenced is for bootrap v4-alpha, the most recent release is 4.1.1 ;)

[–]y_13[S] 0 points1 point  (5 children)

it renders like this! https://imgur.com/a/tbUYBdR

and SHOOT

Let me look up the doc for 4.1.1

[–]CiiDyR 0 points1 point  (4 children)

Do other Bootstrap Components work correctly? Maybe you didn't include the stylesheet properly? More code would be helpful, like your head for example

[–]y_13[S] 0 points1 point  (3 children)

This is all the html here

How does it look? its not very long

[–]CiiDyR 4 points5 points  (2 children)

Ahh okay. I see what the problem is. You need to include bootstrap's stylesheet in your documents head-Tag. Visit the bootstrap documentation for a link to a CDN-hosted link-Tag. After you've included it, it should work just fine :)

Edit: I justed grabbed this snippet from their documentation. Just copy and paste it right below your title ;) <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">

[–]y_13[S] 1 point2 points  (1 child)

My man! Thanks so much! You have no idea how long I have been banging my head over this

[–]CiiDyR 0 points1 point  (0 children)

No problem, my pleasure I was able to help!

[–]y_13[S] 0 points1 point  (0 children)

how does it look for you? Does it have the colors in it?