Problems getting text to show

H

Harlin

I have the following HTML:

<html> <head><title>Veldsma Admin Console: Edit 11614C</title></head>
<body> <table cellpadding=10 cellspacing=10> <tr>
<td>
<h2>Veldsma Admin Console</h2>
<p>Logout | View Website | <a href="/veldsma/admin/
adminStart.pih">Admin Start</a></p>
</td>
</tr> <tr>
<td valign="TOP">
<p><b>MANAGE</b></p>
<p><a href="/veldsma/admin/manageSeasons.pih">Seasons</a></p>
<p><a href="/veldsma/admin/manageCategories.pih">Cateogories</
a></p>
<p><a href="/veldsma/admin/manageProducts.pih">Products</a></
p>
<p><a href="/veldsma/admin/manageWebsite.pih">Website</a></p>
</td>
<td>
<p>Enter Your Product Information</p>
<table cellpadding=5 cellspacing=5>
<tr><td>Item# </td><td><input type=text width=30 value="11614C"></td></
tr>
<tr><td>Product Name</td><td><input type=text width=30 value="TRIPLE
CONE"></td></tr>
<tr><td>Short Description</td><td><textarea rows=6
value="TRIPLE&nbsp;CONE,&nbsp;144/CS"></textarea></td></tr>
<tr><td>Description</td><td><textarea rows=9
value="&lt;LI&gt;Three&nbsp;miniature&nbsp;brown&nbsp;cones&nbsp;on&nbsp;on
e&nbsp;pick.&lt;li&gt;Each&nbsp;pick&nbsp;is&nbsp;approx.&nbsp;
8".&lt;li&gt;Packed&nbsp;144&nbsp;per&nbsp;case."></t
extarea><td></tr>
<tr><td>Sale Status</td><td><input type=text width=15></td></tr>
<tr><td>Thumbnail</td><td><img src=""></td></tr>
<tr><td></td><td>Upload Thumnail <input type=submit value="Upload"></
td></tr>
<tr><td>Picture 1</td><td><img src=""></td></tr>
<tr><td>Picture 2</td><td><img src=""></td></tr>
<tr><td>Categories</td><td>Category goes here</td></tr>
</td></tr>
</table>
</td>
</tr>
</table>

For some reason the values of the textareas are not showing up. Can
anyone see any reason why they wouldn't be?
 
N

Neredbojias

Well bust mah britches and call me cheeky, on Thu, 19 Jul 2007 14:49:34
GMT Harlin scribed:
I have the following HTML: ....
For some reason the values of the textareas are not showing up. Can
anyone see any reason why they wouldn't be?

Which browser(s)?
 
J

Jonathan N. Little

Harlin said:
I have the following HTML:

<snip mess of code>

For some reason the values of the textareas are not showing up. Can
anyone see any reason why they wouldn't be?

Post URL, post URL, post URL not the code!

TEXTAREAs do not have a VALUE attribute, you set their value with text
in between the opening and closing tags

<textarea name="stuff" rows="5" cols="50">
The value goes here!
</textarea>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top