radula
Forum Replies Created
-
Forum: Plugins
In reply to: [Developer Formatter] Not Compatible with 3.8Its not working even in wp 3.9.2.
Hi,
I edited the rating to 5, presently I dont have any thoughts on scope of improvement in the plugin, as it has suited my requirement.Thanks for the response. The link which you provided would work for me to apply border radius. Thanks for finding the ‘localhost’ link issue, I missed noticing them.
I want to wrap the table so that I can apply border radius to the table.
URL: http://cyberbel.com/
I had inserted the code in functions.php, but it was wrapping ‘dataTables_wrapper’ container not just the table. Instead I want to wrap around the table, so that i can apply border around the table wrapper.Presently the code looks like:
<div class=”tablepress-wrapper2″><div id=”tablepress-devTools_wrapper” class=”dataTables_wrapper” role=”grid”><div id=”tablepress-devTools_length” class=”dataTables_length”><label>Show <select size=”1″ name=”tablepress-devTools_length” aria-controls=”tablepress-devTools”><option value=”10″ selected=”selected”>10</option><option value=”25″>25</option><option value=”50″>50</option><option value=”100″>100</option></select> entries</label></div><div class=”dataTables_filter” id=”tablepress-devTools_filter”><label>Search: <input type=”text” aria-controls=”tablepress-devTools”></label></div><table id=”tablepress-devTools”
Instead I was expecting, tablepress-wrapper2 to wrap around table tag
Sorry for asking again,I want to add wrapper just around the table, so that i can border the table.