Waqas Saeed Posted May 26, 2021 Share Posted May 26, 2021 Hello! @Brains You're always being a angel to me. Now i have issue in Domain name pricing table not working in wordpress, I'm using latest WHMCS and WordPress. I tried the following code that works good if checked directly through the URL. <style type="text/css"> table.domainpricing { width: 600px; background-color: #ccc; } table.domainpricing th { padding: 3px; background-color: #efefef; font-weight: bold; } table.domainpricing td { padding: 3px; background-color: #fff; text-align: center; } </style> <script language="javascript" src="feeds/domainpricing.php"></script> Along with domain name https://websol.biz/order/feeds/domainpricing.php if I use it in WordPress code or other section it does not work. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted May 28, 2021 Share Posted May 28, 2021 On 26/05/2021 at 09:15, Waqas Saeed said: if I use it in WordPress code or other section it does not work. I assume this is now fixed as I can see the feed working here - the only issue I can see it that the table headings are centred, but that's likely because you're not passing a th text center align in the CSS. 0 Quote Link to comment Share on other sites More sharing options...
Waqas Saeed Posted May 29, 2021 Author Share Posted May 29, 2021 Unfortunately, it was the .htaccess issue, as soon as I recreated it started. What should I add to further style it on the mobile device 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.