V. MP
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP makes table cellspacing by default, how can this be disabled?Hello WPyogi,
Thank you for the firebug and child theme tips, I shall use them once the table issue is solved.
I have replaced
#content table {
to#content tr.odd td {
with your code (full CSS code below).I have also added above it:
#content table.mytable tr td { border-top: 1px solid #e7e7e7; padding: 0; }
Someting really strange is going on here, even after switching between the noirmal editor and Tinymce Ultimate it’s the same.
https://www.thevmovie.com/contact/temp-page/
See ‘temp’ page link above.
Table A <table class="alignleft" border="2" cellspacing="0" cellpadding="0" align="left"> <tbody> <tr> <td></td> </tr> </tbody> </table> Table B <table class="mytable" style="width: 10px; height: 10px;" border="2" cellspacing="0" cellpadding="0" align="left"> <tbody> <tr> <td></td> </tr> </tbody> </table>
Table A is set to 10 x 10 px, but as you can see, it stays at around 50 px, doesen’t get any smaller.
Changing the table size can only be done in ‘HTML’ mode if I drag the table in ‘visual’ mode, the table jumps to ‘640’ px wide, i can’t drag it to a smaller size. See Table B it has no width defined but stays at 640 px wide.
I have gone through the ‘style.css’ and the only place I have found the number ‘640’ was at:
.one-column #content { margin: 0 auto; width: 640px;
I have set it to 500, but that doesent change the auto resize problem.
Any idea whats the reason for this?
Full ‘style.css’: https://www.v-mp.com/Files/wordpressforum/style.css
VMP
Forum: Fixing WordPress
In reply to: WP makes table cellspacing by default, how can this be disabled?Hi WPyogi, thanks for your reply.
Sample page: https://www.thevmovie.com/contact/temp-page/
I have another WP running on another server but it also creates space around the image when it is placed in a table.
I think this is something that WP does by default?
I am now using another plugin called ‘Get Post List With Thumbnails’ that seem to work.