473,498 Members | 2,026 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Rows within Colums in a table

Hi,

I have the following code -

<html>
<body>
<table border="1" width="100%">
<tr>
<td>
aaaa
</td>
<td>
bbbb
</td>
</tr>

<tr>
<td>

</td>
<td>
dddd
</td>
</tr>

<tr>
<td>

</td>
<td>
ffff
</td>
</tr>

<tr>
<td>
gggg
</td>
<td>
hhhh
</td>
</tr>

</table>
<body>
</html>

The problem with this table is that I want the "aaaa" box to be bigger
so that it would also fill the space where you would expect to see
"cccc" and "eeee". In otherwords, I want the box belonging to "aaaa"
to be 3 columns in height, so that it is more clear that it belongs to
"bbbb" "dddd" "ffff". How do I do this in simple html.

Hope I make sense,

Thanks,

Barry.

Feb 19 '07 #1
1 1141

(follow-up to comp.infosystems.www.authoring.html)

On Feb 19, 12:02 pm, b...@yahoo.com wrote:
I have the following code -

<html>
<body>
<table border="1" width="100%">
[...]
</table>
<body>
</html>

I want the box belonging to "aaaa" to be 3 columns in
height, so that it is more clear that it belongs to
"bbbb" "dddd" "ffff". How do I do this in simple html.
Your question has nothing to do with XML. The proper group
for questions like this is

comp.infosystems.www.authoring.html

What you need is rowspan attribute.

--
Pavel Lepin

Feb 19 '07 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
2090
by: aznFETISH | last post by:
Below I found a code to make multiple colums from the output of a DB, how can I incorporate alternat colors to the multiple row snippet? <?php //set the number of columns $columns = 2; ...
6
4811
by: RR | last post by:
Normally when I run a query, each record is displayed in a row, and the colums contain the field titles. Is there a way to switch this and have each record in a column, and the names of the...
2
17782
by: David Sawyer | last post by:
When I try and use DataGrid I cannot find any command to add rows or pre-set a number of rows. I would like to build a table of 34 rows and 5 colums.
0
1575
by: zafar | last post by:
I don't know what property should be used for hiding colums in Data Grid, whereas in Data Grid View we have DataGridView1.Colums(index).Visible = False , But how can I hide Colums in Data Grid.....
0
7162
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7197
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6881
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7375
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5456
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
3088
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3078
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
650
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
287
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.