Please post a valid “working page”… starts with <!doctype html>, contains <head> section with appropriate links, etc, contains a <body> section with the content, and ends with </html>. Just like the code that I included in your last post in this category. Copy it to a file and it demonstrates the problem (or fix).
I don’t think I’d advocate option #2 because there is no telling what else will be killed; but I do sympathize.
My recommendation to any new coder is to learn the basics of HTML and CSS before deciding to commit himself to a framework. Unless one is working as a member of a team in a business, writing a web page is usually faster and easier outside of a framework. Besides, without a knowledge of even the basics of HTML and CSS, one does not know how to find and fix the simplest of problems or make equally simple changes to the layout. Frameworks are too restricting. My 2 cents.
EDIT: Instead of using !important, just be sure the override follows the original style and is at least as specific. If everything becomes !important then nothing is !important. It’s a trippy trap.
You have the experience to know how to use the wild card selector and !important discretely and with precision. New bootscrap coders don’t and just might find it to be too convenient. Maybe I’m sounding too idealistic?
Does this work?
I can’t attach yet
I cut and paste and for some reason it looks to have chopped the top part off
This also includes a revised blockcode style
Not sure what you’re asking… does what work and in what way does it work (what constitutes “working”)?
You can’t attach what yet, please?
If you are referring to the code that you’re posting, it’s all there. You should see a vertical scrollbar on the right side of the block of code. Having said that, I’m not sure if all new operating systems display scrollbars in the same ways, so I may be mistaken. What operating system and browser are you using?
The revised blockcode style works great! If {border-left:none} is commented out, the gray bar on the left appears again. Remove the comment marks and it goes away again. Good, good.