Help - Search - Members - Calendar
Full Version: Tables and graphics can you do both?
HTMLHelp Forums > Web Authoring > General Web Design
angelofhell
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
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
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
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
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.