suport for ungegonized content

code not regonized by bootstrap will not simply work

try float: center; bootstrap studio will denie this request while a text editor does! with a nav

HOW CAN YOUR PROGRAM NOT UNDERSTAND THIS!!!!

Sorry to say there is no such thing as float:center; https://www.w3schools.com/CSSref/pr_class_float.asp

Do you mean text-align:center;, or the Bootstrap class text-center which in fact is text-align:center;?

We need better info and possibly an actual example to better help you.

Saj

There is no such thing as float center, that's why. There is Float left, float right and float none. Doesn't matter what editor you use, there is no "center" attribute for float.

To center something such as images or columns or whatever, you use:

float: none; margin-right: auto; margin-left: auto;

or variations of the above such as:

margin: 0 auto; margin: 10px auto;

and so on.

You may want to brush up on some CSS to get more familiar with how the classes and ID's work. Hope that helps :)

lol Saj you cheater! LOL you beat me again! :P