December 5th, 2004, 05:18 PM
|
#1 (permalink)
| | Senior Member
Join Date: Jun 2004 Location: Wayzata, MN
Posts: 747
|
Hey guys, working on a 2x2 table, and the last column I want to put only 1 row in it and have the text expand over the entire row.
Ok, that sounded confusing to myself, going to try to explain it out, the text to do this has slipped my mind atm.
Ok, so I have a 2x2 table. In the last column I want the text to expand over the two rows. |
| |
December 5th, 2004, 05:23 PM
|
#2 (permalink)
| | Member
Join Date: Oct 2004
Posts: 70
|
The rowspan attribute is the one for this job, it goes in the <th> tag.
I've never used it before, but here's a helpful tutorial for you.
EDIT: I was assuming you meant html, if it's excel, there's the merge and center button. |
| |
December 5th, 2004, 05:23 PM
|
#3 (permalink)
| | Ultimate Member
Join Date: Dec 2003
Posts: 3,991
|
what is this? excel? html?
__________________
Hey who turned sigs on?
|
| |
December 5th, 2004, 05:26 PM
|
#4 (permalink)
| | Perfetc Member
Join Date: Jan 2003 Location: Maryland Suburbia
Posts: 4,327
| Code: <html>
<head>
<title>whatever</title>
<body>
<table border="1">
<tr>
<td>Hello</td>
<td rowspan="2"><center> Hello </center></td>
</tr>
<tr>
<td><center> Hello </center></td>
</tr>
</table>
</body>
</html> |
| |
December 5th, 2004, 05:36 PM
|
#5 (permalink)
| | Senior Member
Join Date: Jun 2004 Location: Wayzata, MN
Posts: 747
|
Yeah, sorry HTML. Thanks guys, one more thing.
I'm doing an form, and there's two problems.
1. Won't go through unless Outlook is installed and working on your PC.
2. It will not be recieved by the email I put in for the "mail to".
Heck, I'll just link the site. It's for a class project, I'm doing this all by hand coding unlike everyone else who is using some sort of editor. http://www.geocities.com/amd_cook/Home.html |
| |
December 5th, 2004, 05:45 PM
|
#6 (permalink)
| | Perfetc Member
Join Date: Jan 2003 Location: Maryland Suburbia
Posts: 4,327
|
is *removed* your email? because thats what the form is tryign to send to. Perhaps its not parsing the period correctly?
If you want it to work without using a mail client on the person machine, you'll need to have a script that sends the mail through the server. Generally either CGI/perl or PHP.
Last edited by VHockey86 : December 5th, 2004 at 06:08 PM.
|
| |
December 5th, 2004, 06:04 PM
|
#7 (permalink)
| | Senior Member
Join Date: Jun 2004 Location: Wayzata, MN
Posts: 747
|
Yeah, that's my email. Ok, thanks VH. |
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | |
Posting Rules
| You may post new threads You may post replies You may not post attachments You may not edit your posts HTML code is Off | | | | Most Active Discussions | | | | | Recent Discussions  | | | | | |