Object in a cell

J

james

Probably been posted but could find it, Ive inserted a picture into a cell
but its floats in the middle even when I select bottom in cell and picture
alignement. I need the image at the bottom of the cell is there a way


<td bgcolor="#FFFFFF" height=1% align="center" valign="bottom">
<font size=4 face="arial" color="#FFFFFF"><b>
<img border="0" src="flex%20cal.gif" width="700" height="36"
align="bottom">t</b></font></td>
 
J

james

yes .cell borders to (e-mail address removed) table everything.Cant get image a
exact bottom?
 
S

Steve Easton

Actually since there are no dimensions specified for the cell, the image is filling the
cell.

The only way to "force the image to the bottom" is to place some text or other content in
the cell and then insert the image below it.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 
T

Thomas A. Rowe

Try change the code to be as follows:

<td bgcolor="#FFFFFF" align="center" valign="bottom"><img border="0" src="flex%20cal.gif"
width="700" height="36" align="bottom"></td>

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
J

james

Thats what I want is the image to fill the cell ,If i collaspe the table and
use it as a backgroung image in the cell it goes to the bottom but then it
creates a small gap to the left of the cell.Any way to fix that
<td bgcolor="#FFFFFF" align="center" valign="bottom" background="flexit.gif"
height="38">;</td>
 
T

Thomas A. Rowe

Make sure to check how the image appears using Preview in Browser, not in Normal/Design View or via
the Preview tab.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
S

Steve Easton

Sounds like there's a space at the left side of the cell.

Click there with the mouse and then see what happens when you click the left an right arrow
keys.
Can you move the cursor back and forth between the left edge of the cell and the left edge
of the image??
If so, move it to the left edge of the image and then hit the backspace key one time.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top