angelofhell
Jun 10 2007, 12:53 AM
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.
Corey Bryant
Jun 11 2007, 07:33 AM
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
Darin McGrew
Jun 11 2007, 10:09 AM
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>
angelofhell
Jun 13 2007, 12:28 AM
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