• Hi I put Html code on one of my pages. But it didnt convert the code when I go to my website it just shows code. I dont know what I did wrong

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter track9

    (@track9)

    `<tr>
    <td>burger king</td>
    <td>charley’s grilled subs</td>
    <td>pizza hut</td>
    <td>del taco</td>
    <td>church’s chicken</td>
    </tr>
    <tr>
    <td>carl’s junior</td>
    <td>subway</td>
    <td>dominos</td>
    <td>taco bell</td>
    <td>kfc</td>
    </tr>
    <tr>
    <td>hardee’s</td>
    <td>blimpie</td>
    <td>papa jons</td>
    <td>taco del mar</td>
    <td>popeyes</td>
    </tr>
    <tr>
    <td>in-n-out-burger</td>
    <td>quiznos</td>
    <td>little caesars pizza</td>
    <td>chipotle mexican grill</td>
    <td>chick-fil-a</td>
    </tr>
    <tr>
    <td>jack in the box</td>
    <td>arby’s</td>
    <td>hungry howies</td>
    <td></td>
    <td></td>
    </tr>
    <tr>
    <td>krystal</td>
    <td></td>
    <td></td>
    <td></td>
    <td></td>
    </tr>
    <tr>
    <td>wendy’s</td>
    <td></td>
    <td></td>
    <td></td>
    <td></td>
    </tr>
    <tr>
    <td>white castle</td>
    <td></td>
    <td></td>
    <td></td>
    <td></td>
    </tr>
    <tr>
    <td>mcdonald’s</td>
    <td></td>
    <td></td>
    <td></td>
    <td></td>
    </tr>
    </table>

    </body>
    </html>

    Ryan S

    (@ryan_accuwebhosting)

    You dont have to use HTML. WordPress will autocatically convert it to HTML.
    check this:

    http://codex.wordpress.org/Writing_Posts#Best_Practices_For_Posting

    Thread Starter track9

    (@track9)

    But what if you want to use HTMl. how do make sure the code is converted.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Help Html code’ is closed to new replies.