Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 12-01-2002, 07:26 PM   PM User | #1
collie
New Coder

 
Join Date: Jun 2002
Posts: 66
Thanks: 0
Thanked 0 Times in 0 Posts
collie is an unknown quantity at this point
Unhappy table problem

good day,
I would like to have my small .jpgs up along each side of my large (image1.jpg). I either have to put a table within a table(which IM having problems doing. Or i need another way. Could use some help. thanks


<table border=2 cellpadding=20 cellspacing=0 width="100%">
<tr><th colspan=4>welcome</th></tr>
<tr>
<td align=center valign=top width="25%"><img src="xxx.jpg"></td>
<td><image src="image1.jpg"></td>
<td align=center valign=top width="25%"><img src="xxx.jpg"></td>
</tr>
<tr>
<td align=center valign=top width="25%"><img src="xxx.jpg"></td>
<td>&nbsp</td>
<td align=center valign=top width="25%"><img src="xxx.jpg"></td>
</tr>
<td align=center valign=top width="25%"><img src="xxx.jpg"></td>
<td>&nbsp</td>
<td align=center valign=top width="25%"><img src="xxx.jpg"></td>
<center>
</table>
collie is offline   Reply With Quote
Old 12-02-2002, 12:19 AM   PM User | #2
Gordo
Regular Coder

 
Join Date: Jun 2002
Location: TEXAS . . . 'nuf said
Posts: 468
Thanks: 0
Thanked 0 Times in 0 Posts
Gordo is an unknown quantity at this point
Well, there are several ways you can go about achieving your desired result. The easiest adjustment for you is to add a "rowspan"...just like your colspan.

<table border=2 cellpadding=20 cellspacing=0 width="100%">
<tr><th colspan=3>welcome</th></tr>
<tr>
<td align=center valign=top width="25%"><img src="xxx.jpg"></td>
<td rowspan="3">
<p align="center"><image src="image1.jpg"></td>
<td align=center valign=top width="25%"><img src="xxx.jpg"></td>
</tr>
<tr>
<td align=center valign=top width="25%"><img src="xxx.jpg"></td>
<td align=center valign=top width="25%"><img src="xxx.jpg"></td>
</tr>
<td align=center valign=top width="25%"><img src="xxx.jpg"></td>
<td align=center valign=top width="25%"><img src="xxx.jpg"></td>
<center>
</table>
__________________
Gordo
"In the End, we will remember not the words of our enemies, but the silence of our friends."
- Martin Luther King Jr. (1929-1968)
Gordo is offline   Reply With Quote
Old 12-02-2002, 06:13 PM   PM User | #3
collie
New Coder

 
Join Date: Jun 2002
Posts: 66
Thanks: 0
Thanked 0 Times in 0 Posts
collie is an unknown quantity at this point
table problem

thank you Gordo,
That was the pc of my puzzel i was looking for.
Good job.
collie is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 06:33 AM.


Advertisement
Log in to turn off these ads.