Results 1 to 5 of 5

Thread: Need help with Table Please

  1. #1
    Join Date
    Nov 2008
    Location
    Missouri
    Posts
    13
    Thanks
    6
    Thanked 0 Times in 0 Posts

    Default Need help with Table Please

    I have a table I have been working on half the day and I can't seem to get the HTML code to paste were it is suppose to go so that people can copy and paste it on their page. I used < T E X T A R E A > </ T E X T > but for some reason it carries the whole table code over into it and also hides the rest of the table. Can someone suggest something I have not already done?

    The Page

    Thank You

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    It should be:
    Code:
    <textarea></textarea>
    Not </text>.
    Jeremy | jfein.net

  3. The Following User Says Thank You to Nile For This Useful Post:

    Learning PHP (01-08-2009)

  4. #3
    Join Date
    Nov 2008
    Location
    Missouri
    Posts
    13
    Thanks
    6
    Thanked 0 Times in 0 Posts

    Default Resolved

    I cant believe I missed this. I have been working on it half the day thinking I was writing the code wrong for some reason. Anyway I should have expected it to be something this simple.

    Nile Thank You So much for your help. I'm reading a little from the link you offered me and I do appreciate all of your help. *smiles*

    Your Rock

    Thanks

  5. #4
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Hahaha - anytime. Next time validate your page:
    http://validator.w3.org/
    That will save hours of wondering what was wrong. It's worked for me before =\.
    Jeremy | jfein.net

  6. #5
    Join Date
    Sep 2005
    Location
    India
    Posts
    1,627
    Thanks
    6
    Thanked 107 Times in 107 Posts

    Default

    It is better if you use any intelligent editors like Aptana, which has a built-in validator that works in realtime mode.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •