Flash Games
 FAQ   Search   Memberlist   Usergroups   Register  Profile   Log in to check your private messages   Log in 


text in cells with images in them



 

Post new topic   Reply to topic  
   DEVPPL Forum Index -> HTML Forum
View previous topic :: View next topic  
Author Message
DoA



Joined: 27 Sep 2006
Posts: 2

PostPosted: Wed Sep 27, 2006 8:04 pm    Post subject: text in cells with images in them Reply with quote

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
Back to top
View user's profile Send private message
spires



Joined: 12 Oct 2006
Posts: 2

PostPosted: Thu Oct 12, 2006 7:15 pm    Post subject: Re: text in cells with images in them Reply with quote

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

example
Code:

<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>
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    DEVPPL Forum Index -> HTML Forum All times are GMT + 1 Hour
Page 1 of 1

 
 
Welcome to DEVPPL.com
You are not logged in, which means that you can't post in the forums.
Click here to Register

If you are a current member here on DEVPPL, please login below:

User: Pass:
Log me on automatically each visit:

 


Powered by phpBB © 2001, 2005 phpBB Group - Modified by DEVPPL

Flash Games - Sitemap