• I seem to be having an issue with WP striping out some code, but I am not sure. I am trying to use some Spry effects that come with Dreamweaver and then I am placing the code into the page.php and of course the code that needs to be in the body (post). It works just fine but oddly enough, after a while the code (post) does not show up at all. Everything else around it does, but everything inside the CONTENT div, if you look at the source code, is blank. There is nothing there.

    Thanks,
    Houston

Viewing 3 replies - 1 through 3 (of 3 total)
  • what is the question.. there is no question mark anywhere..

    Thread Starter htown

    (@htown)

    Can I use HTML code in side of a post? Can I create a post that looks like this:

    <table width="100%">
                <tr><td width="26%">Name</td>
            <td colspan="3"><label>
              <input type="text" name="name" id="name" />
              </label></td>
          </tr>
                <tr>
                  <td>Address</td>
            <td colspan="3"><label>
              <input type="text" name="address" id="address" />
              </label></td>
            </tr>
                <tr>
                  <td>City</td>
            <td colspan="3"><label>
              <input name="city" type="text" class="short" id="city" />
              </label>
              <label></label>          <label></label></td>
            </tr>
                <tr>
                  <td>State</td>
                  <td width="28%"><input name="state" type="text" class="short" id="state" /></td>
                  <td width="8%">Zip</td>
                  <td width="38%"><input name="zip" type="text" class="short" id="zip" /></td>
                </tr>
                <tr>
                  <td>Home Number</td>
            <td colspan="3"><label>
              <input name="homePh" type="text" class="short" id="homePh" />
              </label></td>
          </tr>
                <tr>
                  <td> Work Number</td>
            <td colspan="3"><label>
              <input name="workPh" type="text" class="short" id="workPh" />
              </label></td>
          </tr>
                <tr>
                  <td>Mobile Number</td>
            <td colspan="3"><label>
              <input name="mobilePh" type="text" class="short" id="mobilePh" />
              </label></td>
          </tr>
                <tr>
                  <td>Fax Number</td>
            <td colspan="3"><label>
              <input name="faxPh" type="text" class="short" id="faxPh" />
              </label></td>
          </tr>
                <tr>
                  <td>Email Address</td>
            <td colspan="3"><label>
              <input type="text" name="email" id="email" />
              </label></td>
          </tr>
            </table>

    Thread Starter htown

    (@htown)

    Of course I do not want the post to display the HTML code as is, I want the table and the content to show up. I want people to be able to fill out this form and submit it. Is this possible?

    Thanks,
    Houston

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Using HTML code insode your blog (content)’ is closed to new replies.