11-26-2016, 05:31 PM
Heyo!
I am trying to use the bootstrap table classes on a new page I made that users visit that pulls from `usersc/external/templates.php. My table classes work on the majority of my other pages, but I cannot get this one to work. It is stuck with the default, non-bordered table, like in the screenshot below:
http://pasteboard.co/2FQ6mwdWw.png
I want it to look more like this:
http://pasteboard.co/2FQtVa47c.png
I had accomplished this by adding classes to the page (which is the second screenshot) but this is not working on the external page that I made. Any advise? Has anyone had issues getting classes to work like this?
Thank you.
I am trying to use the bootstrap table classes on a new page I made that users visit
Code:
usersc/external.php?type=templates
http://pasteboard.co/2FQ6mwdWw.png
I want it to look more like this:
http://pasteboard.co/2FQtVa47c.png
I had accomplished this by adding classes
Code:
table table-hover table-bordered
Code:
functions.php
Thank you.