The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Tables and graphics can you do both?, Table with multiple pictures
angelofhell
post Jun 10 2007, 12:53 AM
Post #1





Group: Members
Posts: 2
Joined: 10-June 07
Member No.: 3,048



I want to make a table with multiple pictures and words, I'm not very good at html at all. If anyone knows where to look or how to, please the help would be greatly appreciated.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Corey Bryant
post Jun 11 2007, 07:33 AM
Post #2


Member
***

Group: Members
Posts: 70
Joined: 28-December 06
Member No.: 1,399



You can use CSS to apply a background image to the table and / or cells and then write in the cells. Source code of what you had would help to be able to expand a bit more
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post Jun 11 2007, 10:09 AM
Post #3


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



Something like this?
CODE
<table>
  <tr>
    <td>multiple words here</td>
    <td><img src=... alt=...></td>
    <td>multiple words here</td>
    <td><img src=... alt=...></td>
  </tr>
  <tr>
    <td><img src=... alt=...></td>
    <td>multiple words here</td>
    <td><img src=... alt=...></td>
    <td>multiple words here</td>
  </tr>
</table>
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
angelofhell
post Jun 13 2007, 12:28 AM
Post #4





Group: Members
Posts: 2
Joined: 10-June 07
Member No.: 3,048



thank you guys so much!!

if you want to take a look at what i've done, it's here:

http://www.freewebs.com/rtksocom/awardsribbons.htm
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 25th April 2024 - 08:33 PM