Title: Bug in the latest update: Basic html
Last modified: March 25, 2019

---

# Bug in the latest update: Basic html

 *  [verdensmat](https://wordpress.org/support/users/verdensmat/)
 * (@verdensmat)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/bug-in-the-latest-update-basic-html/)
 * Hi,
 * I would like to report the following bug in your latest update:
 * It seems to override, disable or interfere with some basic html. The
    following
   is basic html for a table (to be flowing on the right), which we have been using
   in dozens of websites for almost two decades, until now seeming to be bullet-
   proof to differing browsers, platforms, updates, etc.
 * For the first time ever, it does not function in your updated “Virtue”
    theme.
   Which should indicate a wider problem in the update.
 * Here’s the typical, basic html that so far has been bullet-proof for
    right flowing
   tables, not working after your update:
 * <table align=”right” border=”1″ cellPadding=”5″ cellSpacing=”1″ width=”400″>
   
   <tbody> <tr> <td width=”100%”> ///// CONTENT ///// </td> </tr> <tr> <td width
   =”100%”> ///// CONTENT ///// </td> </tr> </tbody> </table>
 * Hope this will help you improve the programming, and that you may find
    time 
   to fix it as soon as possible.
 * Greetings,
 * Pablo Gracia
    Verdensmat.no
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fbug-in-the-latest-update-basic-html%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/bug-in-the-latest-update-basic-html/#post-11354787)
 * Hey,
    Would it be possible for you to link to the page where you are having an
   issue creating a table?
 * Ben
 *  Thread Starter [verdensmat](https://wordpress.org/support/users/verdensmat/)
 * (@verdensmat)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/bug-in-the-latest-update-basic-html/#post-11355039)
 * Hi Ben! Here you can see two tables on the same page:
    [http://verdensmat.no/?p=4505](http://verdensmat.no/?p=4505)
 *  [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/bug-in-the-latest-update-basic-html/#post-11355061)
 * Hey,
    I see in one you have set the image to align center. IN one you have set
   the image to not have any alignment. I am confused about what you are expecting
   or what it is supposed to look like?
 * Ben
 *  Thread Starter [verdensmat](https://wordpress.org/support/users/verdensmat/)
 * (@verdensmat)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/bug-in-the-latest-update-basic-html/#post-11355095)
 * Hi again. The image is not the problem. The (entire) table is. It should be floating
   rightbound with its defined width, and not spread all over. And it did float 
   rightbound until the update (as it does in some other sites we administer, f.
   ex. here: [http://afrol.com/articles/38449](http://afrol.com/articles/38449)).
 *  [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/bug-in-the-latest-update-basic-html/#post-11355124)
 * Hey,
 *  Ok, so you want to add this css in your theme options > advanced settings > 
   custom css box:
 *     ```
       .entry-content table {
           width: auto;
       }
       ```
   
 * Just like in your page you linked to where you have set the inline width attribute(
   much different then CSS style) to 174 that will basically be ignored.
 * Please note that your second table will still not align right, this is because
   your content is larger and image set to center. Again similar to the site that
   you linked to the width will be ignored when the content is larger. If you really
   want to make it 400px then you need to set the css width. which you can do inline.
 * `style="width:400px"`
 * Ben

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Bug in the latest update: Basic html’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/virtue/3.4.14/screenshot.png)
 * Virtue
 * [Support Threads](https://wordpress.org/support/theme/virtue/)
 * [Active Topics](https://wordpress.org/support/theme/virtue/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/virtue/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/virtue/reviews/)

## Tags

 * [html](https://wordpress.org/support/topic-tag/html/)

 * 5 replies
 * 2 participants
 * Last reply from: [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * Last activity: [7 years, 1 month ago](https://wordpress.org/support/topic/bug-in-the-latest-update-basic-html/#post-11355124)
 * Status: not resolved