HighDots Forums  

type on a table

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss type on a table in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
samsgolf webforumsuser@macromedia.com
 
Posts: n/a

Default type on a table - 12-25-2003 , 08:36 PM






I have a table with a photo. I need to put white type on the photo. Being new to DW I don't know how to put another table on top of the table with the photo.
I'd appreciate any help.....thank you in advance.
Sam



Reply With Quote
  #2  
Old   
animeloving webforumsuser@macromedia.com
 
Posts: n/a

Default Re: type on a table - 12-25-2003 , 08:56 PM






You can do the following:
1. I suppose you embedded the image (using <img src="pic.jpg">). Instead of embeding it, use it as the table background image.
3. Then, you can easily write in the table.

Here is an example:

<table width="300" height="300" border="0" cellpadding="2" cellspacing="1" background="pic.jpg">
<tr>
<td valign="bottom">
<div align="right">Text<br>
<table width="100" border="1" cellspacing="1" cellpadding="2">
<tr>
<td>You can also insert another table.</td>
</tr>
</table>
</div></td>
</tr>
</table>

Good luck
Fede



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.