answersLogoWhite

0

First you have to get the data from signup form. Then using <td> and <tr> you can populate the results.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

Can you insert an image in table header in HTML?

Yes, you can insert an image anywhere in the code. You just have to insert the img tag before the area you want to insert it.


How do you insert a picture from netbeans 6.5?

By using the html code we can able to insert the imagein netbeans.


How do you insert a HTML into your website?

You need to create your complete website with HTML. Right and open it with notepad to view the HTML code.


What is the HTML code to make link inside a table?

You have to use the anchor tag to make a link. The code will be &lt;a&gt;&lt;table&gt;Table-Stuff&lt;/table&gt;&lt;/a&gt;.


How do you insert a horizontal line in code?

By code what kind of code do you mean? If HTML, then &lt;hr/&gt;, if normal wikitext/BBCode, ----.


How do you specify a password in HTML?

Insert this into your code:Password:Obviously you will have to have used other things correctly in your code for it to work.


How will you make certain piece of text bold-faced in HTML?

For HTML, the code would be &lt;b&gt;(insert word here without parenthases)&lt;/b&gt;


Is there an alternative to tr in HTML code?

Not if you're attempting to put a table together, no.


What is HTML code to create a webpageb to insert an images of input devices and output devices?

The code to insert an image beings with the &lt;img&gt; tag. If you want the user to enter the image, you have to apply image upload.


How do you insert a HTML text box in a flash website how to insert HTML text box code in empty text box?

The textarea tag is a part of the form tag and is contained within that and the fieldset tags. A textbox is produced by an inline or external JavaScript.


How do you insert pictures on sniff on wolfhome?

Go to tinypic.com, pick your file, and use the html code and post it on your sniff when you are done.


How you can create a rounded border on HTML Table?

You can use the code from below example: &lt;TABLE BORDER=5 BORDERCOLOR=BLUE&gt; &lt;TR&gt; &lt;TD&gt;Row1Column1&lt;/TD&gt; &lt;TD&gt;Row1Column2&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt; &lt;TD&gt;Row2Column1&lt;/TD&gt; &lt;TD&gt;Row2Column2&lt;/TD&gt; &lt;/TR&gt; &lt;/TABLE&gt;