Title: Basic HTML
Last modified: August 19, 2016

---

# Basic HTML

 *  [TerdRatchett](https://wordpress.org/support/users/terdratchett/)
 * (@terdratchett)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/basic-html/)
 * Hi Community,
 * I am new to WordPress. I just created an account and cut and pasted some very
   nice looking basic HTML into a page and posted it. It looks horrible in WordPress!
 * The background colors are missing from the cells. The tables borders are missing.
   The cell borders are visible when they should not be. The absolute link for the
   pictures was changed to a WordPress hyperlink where of course the picture does
   not exist. The cell padding is at least four times greater than actual, among
   numerous other inconsistancies.
 * Wow, what am I doing wrong?
 * Thanks in Advance,
    TR

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

 *  [Jeremy Pry](https://wordpress.org/support/users/jpry/)
 * (@jpry)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/basic-html/#post-1748486)
 * Your problems are probably stemming from some HTML not being output correctly(
   WordPress is designed to remove certain HTML tags from posts and pages) and unexpected
   styling in your CSS.
 * Can you post a link to your site so we can see specifically what might be wrong?
 *  Thread Starter [TerdRatchett](https://wordpress.org/support/users/terdratchett/)
 * (@terdratchett)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/basic-html/#post-1748490)
 * Hi JPry,
 * Thanks for your assistance! Here is the page for what it’s worth. It’s so missing
   the design elements I created it’s almost unrecognizable….
 * [http://dalebjohnston.wordpress.com/about/](http://dalebjohnston.wordpress.com/about/)
 * I did not use any CSS, it’s purely conventional HTML.
 * TR
 *  [Jeremy Pry](https://wordpress.org/support/users/jpry/)
 * (@jpry)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/basic-html/#post-1748518)
 * There are a couple things here…
    1. I **highly** recommend NOT using tables. They add lots of extra code that simply
       isn’t needed.
    2. Your image isn’t showing up because the code has `src="HadlyPic_SWS.png"`, which
       the browser interprets as being in the same folder location as the current file,
       which would therefore be `http://dalebjohnston.wordpress.com/about/HadlyPic_SWS.
       png`. If your image is located somewhere else, make sure to change the src attribute
       to the full URL of the image.
    3. Your background colors are being overridden by the style sheet. However, this
       is a bit unusual, as the inline style attribute _should_ override the stylesheet.
       That might take some more in-depth investigation into what’s actually going 
       on. In the meantime, you could try making adjustments to your stylesheet (it
       appears that the background color that’s overriding your background color is
       on line #9… However not using Tables may also help)
    4. The cell padding issue is also from your stylesheet. Check out line #88
 * That should be enough to get you started, I think.
 *  Thread Starter [TerdRatchett](https://wordpress.org/support/users/terdratchett/)
 * (@terdratchett)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/basic-html/#post-1748537)
 * Thanks very much!
 * Honestly I’ve never seen CSS used in such a way where a table type layouts look
   the same from browser to browser. So many times you see text on top of text and
   other formating issues. With tables, with any browser they always look like they
   are supposed to. Until they come out with another web standard, HTML tables are
   second only to Flash to create visually attractive, consistent, pixel accurate
   designs.
 * Thanks for the image thing. I entered the whole link into my editor, but it truncated
   the hyperlink.
 * So there is an active stylesheet even though I did not create one? There is a
   default one?
 * Will check on this, thanks again!
 * TR
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/basic-html/#post-1748541)
 * > Until they come out with another web standard, HTML tables are second only 
   > to Flash to create visually attractive, consistent, pixel accurate designs.
 * Um – they did. It was called XHTML 1.0
 * Tabled layouts are seriously old-school. If you don’t believe me, have a look
   at [CSS Zen Garden](http://www.csszengarden.com/). Not a single table in sight.
   Plus moving to a table-less layout can reduce file download sizes by as much 
   as 70%.
 * Even the Big Boys have realised this. See [http://www.nytimes.com/](http://www.nytimes.com/)
   and [http://edition.cnn.com/](http://edition.cnn.com/)
 *  [Jeremy Pry](https://wordpress.org/support/users/jpry/)
 * (@jpry)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/basic-html/#post-1748545)
 * I regularly create table-less layouts for sites that look the same from browser
   to browser using HTML and/or XHTML and CSS. esmi is 100% correct… Sites laid 
   out with tables are a thing of the past. Keep tables for what they were meant
   for… tabular (think spreadsheet) data.
 *  Thread Starter [TerdRatchett](https://wordpress.org/support/users/terdratchett/)
 * (@terdratchett)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/basic-html/#post-1748557)
 * I looked at CSS Zen Garden and with all due respect, while some of the designs
   are attractive in a basic way, they look like every other CSS site that has been
   put together in the last 3 years. You can spot a CSS site a mile away. They tend
   to look like someone had to make compromises in the design and layout process???
 *  [Justin Tadlock](https://wordpress.org/support/users/greenshady/)
 * (@greenshady)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/basic-html/#post-1748589)
 * Just had a horrible flashback to Web design in the ’90s.
 *  Thread Starter [TerdRatchett](https://wordpress.org/support/users/terdratchett/)
 * (@terdratchett)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/basic-html/#post-1748595)
 * There was some God awful stuff in the mid to late 90’s. There was an upsurge 
   of really awesome HTML/Java and Flash sites in the early 00’s. The last 3 or 
   4 years things have gotten really bland….

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

The topic ‘Basic HTML’ is closed to new replies.

## Tags

 * [cells](https://wordpress.org/support/topic-tag/cells/)
 * [links](https://wordpress.org/support/topic-tag/links/)
 * [picture/](https://wordpress.org/support/topic-tag/picture/)
 * [tables](https://wordpress.org/support/topic-tag/tables/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 9 replies
 * 4 participants
 * Last reply from: [TerdRatchett](https://wordpress.org/support/users/terdratchett/)
 * Last activity: [15 years, 6 months ago](https://wordpress.org/support/topic/basic-html/#post-1748595)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
