It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Board index Programming HTML Forum

text in cells with images in them

text in cells with images in them

Postby DoA on Wed Sep 27, 2006 7:04 pm

Hi Guys,

Ok I'm not exactly new to HTML but am a little rusty.

This is driving me nuts! Take a look at this page - http://www.lazyrecords.co.uk/geeks


This is our new site template and I want to put text in the center part.


Problem is, i'm using images in those cells, and everytime I try and input text, it throws the whole thing out!

This is the sample page I got from the designer, all i've done is altered the template and want text layed out like hers is!

http://www.lazyrecords.co.uk/geeks/template


any help would be amazing!


Thanks in advance

DoA
DoA
 
Posts: 3
Joined: Wed Sep 27, 2006 7:01 pm

Postby spires on Thu Oct 12, 2006 6:15 pm

Simple add a new TABLE inside the TD where you are inputting the text.

example
Code: Select all
<TABLE>
<TR>
<TD>
image
</TD>
</TR>
<TD>
     <TABLE>
     <TR>
     <TD>
       image
     </TD>
     <TD>
       text
     </TD>
     </TR>
     <TR>
     <TD>
       image
     </TD>
     <TD>
       text
     </TD>
     </TR>
     </TABLE>
</TD>
</TR>
</TABLE>
spires
 
Posts: 2
Joined: Thu Oct 12, 2006 5:45 pm


Who is online

Users browsing this forum: No registered users and 1 guest