image not to top of frame - frontpage 2002

R

Ronx

Rendering problems can only be resolved if we can see the problem. But a
guess (based on experience):

if the table cell is written in code view as:

<td valign="top"><img src="imagename.jpg"></td>

there will not be any space at the top.

If it is:

<td valign="top">
<img src="imagename.jpg">
</td>

there may be space at the top .

If it is:

<td><img src="imagename.jpg"></td>
<td>some content that makes this cell higher than the one with the
image</td>

the image in the first cell will be aligned in the middle of the first cell,
with space at top and bottom, the second cell can be anywhere in the same
row.
--
Ron Symonds
Microsoft MVP (Expression Web)
http://www.rxs-enterprises.org/fp

Reply only to group - emails will be deleted unread.
 

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