Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

populate the squares

Status
Not open for further replies.
Mar 16, 2006
66
CA
Hi !

I want to make this box wider
I want to populate the squares with data
For example when a person clicks a picture.
On a saperate page.
I would like this box to be filled in with the details of that picture.
Thanks
 
Well, making it wider shouldn't be a problem. Increase the width of the table in your css. For all else, you will need to consult a scripting language of your choosing, html is just markup and has no smart filling abilities.
 
Hi Vragabond !
I am playing around with this.
If you go to the source code
There is control for.box A D E
How about B and D
<tr>
<td colspan="2">a</td>
<td>b</td>
</tr>

but I dont see
Thanks for your answer.
 
Hi !
If you look at box E.
I woul like to place horizontal lines there.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top