Page 1 of 1
wordpress bugs?
Posted: Sun Aug 14, 2016 5:33 pm
by Vegan
Code: Select all
<table style="width: 460px; margin: 5px; float: right;">
<tbody>
<tr>
<th style="background: #d1dbdf; text-align: center;" colspan="2">System Requirements</th>
</tr>
<tr>
<th style="background: #d1dbdf; text-align: left;">Operating System</th>
<td>Windows 7 x64 or better</td>
</tr>
<tr>
<th style="background: #d1dbdf; text-align: left;">CPU</th>
<td>3 GHz X4 processor or better</td>
</tr>
<tr>
<th style="background: #d1dbdf; text-align: left;">Memory</th>
<td>8 GB or more</td>
</tr>
<tr>
<th style="background: #d1dbdf; text-align: left;">Hard Drive Space</th>
<td>35 GB</td>
</tr>
<tr>
<th style="background: #d1dbdf; text-align: left;">Graphics Hardware</th>
<td>GeForce GTX 660 or better
Radeon HD 7850 or better</td>
</tr>
<tr>
<th style="background: #d1dbdf; text-align: left;">Network</th>
<td>Broadband Internet Connection Required</td>
</tr>
</tbody>
</table>
This table renders a nicely with HTML in the WordPress editor, but when its shown in the main view it all puffy and double spaced etc, so anybody got any ideas what I can do with this as I wanted to use the box for game system requirements that I can cut and paste from a page with various preset templates.
This is standard HTML table, not rocket science.
Thoughts, ideas?
Re: wordpress bugs?
Posted: Sun Aug 14, 2016 10:54 pm
by requinix
Use your browser to inspect the table to see what CSS is being applied to it that causes the unexpected appearance.
Re: wordpress bugs?
Posted: Tue Aug 16, 2016 10:00 pm
by Vegan
https://hardcoregames.azurewebsites.net/?page_id=30398
This is not a regular published page, its there to test code etc
I cannot find the problem and I thought maybe somebody could spot the problem?
Re: wordpress bugs?
Posted: Tue Aug 16, 2016 11:41 pm
by requinix
I don't know what "puffy and double spaced" means, but those three tables have a
added by your theme.
Re: wordpress bugs?
Posted: Wed Aug 17, 2016 5:22 am
by Vegan
Why they would add that makes no sense
any idea how to clear that? I use inline style now.
Re: wordpress bugs?
Posted: Wed Aug 17, 2016 2:38 pm
by requinix
Don't use inline styles and make your own theme instead.
Re: wordpress bugs?
Posted: Fri Aug 19, 2016 6:53 am
by Vegan
that would be a lot of had work and take more hours than i can afford right now