PLEASE HELP HTML TABLE CODE

C

cj

I want your help from HTML code for table.This table has 1 row 3
tables.But each table separate from others.In Eg: We do any changes in
Left Table But not effect from other tables.


I Dont Know HTML is Enough for this.... Please Write a Code & Post to
this group


Thanking you
 
R

Ronx

This will get you started:

<table>
<tr>
<td>
<table>
<tr>
<td>Table 1</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>Table 2</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>Table 3</td>
</tr>
</table>
</td>
</tr>
</table>
 
C

cj

Thanks indeed for your message & i want Additional helpfrom you

i want design a simple HTML table for my new web.that table needs 1 row
and 3 colomns.but 3 colomns means 3 tables.that tables separate from
others.

in Eg:we do any changes in Left table but not effect from middle or
right side tables.(table sizes)
but i dont know my words enough for this.

i search the net & found web in my needs map with & i want table
structure of www.onlanka.com . onlanka middle table that is news of the
day area is daily update but no effect from left or right side tables.i
want that structure.

Because my sites is also a technology news site. I want to update
middle of the site.in my up date but no effects from other tables
sizes.

But i dont know HTML enough for this.Please write that code

PLEASE HELP ME.
 
K

Kevin Spencer

Hi cj,

That is exactly what I gave you, and as simple as it gets. It took me all of
2 minutes to create it. I created a table with a single row and 3 columns.
Inside the single cell of each column, I created a table, with 1 row and 1
column. I did all this with the WYSIWYG view. I then went to the HTML view
and copied the HTML and pasted it into my reply.

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Numbskull

This is, by definition, not that.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top