Log in

View Full Version : Need help with Table Please



Learning PHP
01-08-2009, 02:04 AM
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 (http://www.drama-art.com/banner-exchange)

Thank You

Nile
01-08-2009, 02:18 AM
It should be:

<textarea></textarea>
Not </text>.

Learning PHP
01-08-2009, 02:27 AM
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

Nile
01-08-2009, 02:31 AM
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 =\.

codeexploiter
01-08-2009, 04:16 AM
It is better if you use any intelligent editors like Aptana (http://www.aptana.com/), which has a built-in validator that works in realtime mode.