arunkumarmg
Forum Replies Created
-
Ah.. sorry Tobias, I replied on the wrong thread (both were open, and got confused while replying)…
Am surprised how you are figuring out which row is causing the issue so quick ! Corrected the row 17 now, and it is appearing good ! Thank you very much !
Regards,
ArunHi Tobias,
Thankyou very much for the quick answer ! Sorry, I didn’t really think about the fact that there are no spaces in the words and hence it will not get wrapped by the browser! With your advice, I could get the sample data in shape.. The page looks perfect now:
https://www.oracleappsvideos.com/this-is-a-test-page/As displayed in this page, I wanted to display the table inside the page, not crossing to the widget area outside, and wanted to display the whole data with proper wrapping.
BUT, when I tried to load my actual data, I faced the issue again ?? Please see the below page, the data is crossing over to the widget area! I think it is because the “Description” column is having lot of words in it… But still, the data should get wrapped, as it happened for the first test page right?
https://www.oracleappsvideos.com/test-page/
Regards,
ArunHi Tobias,
Thanks a lot for the quick reply! I did update my site to WordPress 4.0.1, and installed the TablePress plugin.
One problem I am having is that the table is not aligned properly. I tried with the already answered support questions, and tried many things, but I am unable to resolve the issue.
This is the test page I have created with tablepress. There is only one table as of now, I would want to have the same table style for all my tables. My test page is :
https://www.oracleappsvideos.com/test-page/The Custom CSS in Plugin Options is given as:
.tablepress {
width: 60%;
}.tablepress thead th,
.tablepress tfoot th {
font-weight: bold;
vertical-align: middle;
text-align: center;
}Thanks,
Arun