BleepingComputer.com: Rowspan Help

Jump to content


Register a free account to unlock additional features at BleepingComputer.com
Welcome to BleepingComputer, a free community where people like yourself come together to discuss and learn how to use their computers. Using the site is easy and fun. As a guest, you can browse and view the various discussions in the forums, but can not create a new topic or reply to an existing one unless you are logged in. Other benefits of registering an account are subscribing to topics and forums, creating a blog, and having no ads shown anywhere on the site.

Click here to Register a free account now! or read our Welcome Guide to learn how to use this site.

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Rowspan Help

#1 User is offline   merthyrblue 

  • Member
  • PipPip
  • Find Topics
  • Group: Members
  • Posts: 74
  • Joined: 20-October 05

Posted 12 September 2007 - 01:02 PM

Could someone tell me why i can't get "Box 3" to span the two other boxes using Rowspan please. Thanks in advance

<table width="200" border="2" cellpadding="10" cellspacing="10">
<tr><td width="150">Box 1</td></tr>
<tr>
<td width="150">Box 2</td>
<td width="50" rowspan="2">Box 3</td></tr>
</table>

#2 User is offline   xx66stangxx 

  • Member
  • PipPip
  • Find Topics
  • Group: Members
  • Posts: 139
  • Joined: 06-July 06
  • Gender:Male
  • Location:O.C.

Posted 12 September 2007 - 01:14 PM

so pretty much you want Box 3 to allign with the other two boxes right?

#3 User is offline   xx66stangxx 

  • Member
  • PipPip
  • Find Topics
  • Group: Members
  • Posts: 139
  • Joined: 06-July 06
  • Gender:Male
  • Location:O.C.

Posted 12 September 2007 - 01:26 PM

try this:
<table width="118" height="168"  border="2" cellpadding="10" cellspacing="10"> 
<tr><td width="72" >Box 1</td>
</tr> 
<tr> 
<td width="72"rowspan="2">Box 2</td> 

</tr> 
<tr> 


</tr> 
<tr> 

<td width="72" height="42" rowspan="2">Box 3</td>
</tr> 
</table>


#4 User is offline   jpshortstuff 

  • WhatTheTech Teacher
  • PipPipPipPipPip
  • Find Topics
  • Group: Malware Response Team
  • Posts: 660
  • Joined: 15-June 07
  • Gender:Male
  • Location:UK

Posted 13 September 2007 - 11:30 AM

Are you trying to achieve this:

Posted Image

?

If so, change your code to have the box 3 in the same row as box 1:

<table width="200" border="2" cellpadding="10" cellspacing="10">
   <tr>
	  <td width="150">Box 1</td>
	  <td width="50" rowspan="2">Box 3</td></tr>
   <tr>
	  <td width="150">Box 2</td>
   </tr>
</table>


Hope that helps,

jpshortstuff
Trained at the What The Tech Classroom where you too could learn to help others.

My help is free, however, if you wish to make a small donation to show appreciation and to help me continue the fight against Malware, then click here Posted Image

Posted Image

#5 User is offline   merthyrblue 

  • Member
  • PipPip
  • Find Topics
  • Group: Members
  • Posts: 74
  • Joined: 20-October 05

Posted 19 September 2007 - 06:29 AM

Thanks for all the help guys!

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users