Trending News
HTML WEBSITE I have made a website in HTML. Now i want that i have three boxes?
CAN YOU HELP ME.
THESE BOXES ARE
1)NAME
2) EMAIL ID
3)COMMENTS
I WANT THAT THESE COMMENTS SHOULD GO TO THE EMAIL ID WHICH WILL FILLED BY USER IN EMAIL BOX BY CLICK SUBMIT BUTTON.
SORRY FOR INCOMPLETE QUESTION IN BEGINING.
3 Answers
- 1 decade agoFavorite Answer
only if I had a clue what you wanted...
3 check boxes like in an HTML form?
3 rectangles for content like in an HTML table?
3 rectangles, maybe even overlapped and/or with color gradients like in an SVG image
3 rectangle like a frameset (title on top, navigation on the left and content on the right)
3 cardboard boxes like next to a dumpster behind a store in a picture?
3 computers
the list is long and could even be politically incorrect
- 1 decade ago
Not enough clue as to what exactly you are looking for?
Could be three rows or three columns.
Please,be specific.. on that.. that would help us solve it better
- 1 decade ago
use tables..
<table height="50" width="200" border="3" cellspacing="1" cellpadding="1">
<tr>
<td></td>
<td></td>
<td></td>
</tr>
</table>
this is just a sample code.. just modify it