Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Simple HTML problem...
Old 09-01-2006, 12:08 AM Simple HTML problem...
Novice Talker

Posts: 14
Name: rob
Trades: 0
edit- (bad copy/paste bad sorry)

I am making an HTML page that I plan to use as a bulletin on myspace (god I know I will get flamed for that...sorry) But I want the bulletin to have a viral effect. My idea was to write a small bulletin with an image promoting my site, and then a TEXTAREA box at the bottom with the HTML code to re post the exact same bulletin with a TEXTAREA box of its own.

The problem I am having is that I can't get the closing TEXTAREA tag into the actual text of the text box. I need to have the closing tag inside my text area box as just text, not as an HTML code. Here is what I have so far so that you guys kind visualize the code...I am sure it is a bit confusing.

Code:
 <p align="center">Promo text with images and what not... 
<b>Please, please re-post this bulletin with the following code!</b><br> 
<br> 
copy and paste into new bulletin...<br> 
<TEXTAREA NAME="1" COLS="40" ROWS="20> 
<p align="center">Promo text with images and what not... 
<br> 
copy and paste into new bulletin...<br> 
<TEXTAREA ID="2" COLS="40" ROWS="20"><br> 
<p align="center">Promo text with images and what not... 
<b>Please, please re-post this bulletin with the following code!</b><br> 
<br> 
copy and paste into new bulletin...<br> 
<TEXTAREA ID="3" COLS="40" ROWS="20"><br> 
<p align="center">Promo text with images and what not... 
<b>Please, please re-post this bulletin with the following code!</b><br> 
<br> 
copy and paste into new bulletin...</TEXTAREA ID="3"> 
 
</TEXTAREA ID="2"> 
</TEXTAREA ID="First">
On top of the problem with the ending textarea tag being used instead of inside the text box, I feel like my logic is flawwed, I just can't pin where. I need to have the one text box on the main bulletin, and then two more within the text of the TEXTAREA box...right? I am getting myself so wrapped around in circles here.
__________________

Please login or register to view this content. Registration is FREE

Last edited by CheebaHawk; 09-01-2006 at 01:10 AM..
CheebaHawk is offline
Reply With Quote
View Public Profile Visit CheebaHawk's homepage!
 
 
Register now for full access!
Old 09-01-2006, 02:37 AM Re: Simple HTML problem...
Ultra Talker

Posts: 256
Location: Auckland, New Zealand
Trades: 0
You can't use HTML tags within the TEXTAREA, you must convert them to their HTML entities. Use &lt; and &gt; for the < > characters inside your textarea. That way you aren't creating additional HTML elements.

You'll possibly want to disable the textarea so that no mishaps will happen with copying the content.

Another thing is Names or IDs can not start with or be numbers and IDs must be unique. So place letters infront of them. Closing tags can not have attributes either unless it's an empty element like br, hr, link, meta, etc.

Cheers,

MC
__________________
#------------------------------signature---------------------------------------------------------------------------------#
Quote:
I am well recognised for what I don't do than what I do. Chores are just one of those things.
mastercomputers is offline
Reply With Quote
View Public Profile Visit mastercomputers's homepage!
 
Old 09-01-2006, 04:15 AM Re: Simple HTML problem...
Novice Talker

Posts: 14
Name: rob
Trades: 0
Thank you so much for the tip, that should work perfectly! I really appreciate it!
__________________

Please login or register to view this content. Registration is FREE
CheebaHawk is offline
Reply With Quote
View Public Profile Visit CheebaHawk's homepage!
 
Reply     « Reply to Simple HTML problem...
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.12116 seconds with 12 queries