2 Fold

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

1. I would like to put a button at the bottom of MANY pages that goes back to
one "master" htm page. This is NOT working from creating/drawing an
arrow....FrontPage 2003 is putting in funky symbols/text into each drawing.
Should I just insert a formal JPEG and hyperlink that?

2. I have a table that was 2 by 2. I merged the cells on the left side,
making one column essentially. This is my picture area. I set the width. How
do I set the vertical length so that the pictures can adjust to whatever they
are? Some are long some are short.

Thanks!
 
1 - Use a normal .jpg or .gif
The image you created uses VML graphics which will only display in Internet
Explorer, and cannot be used for hyperlinks. (Other browsers will display
a poor quality .gif representation of the VML image, or nothing at all.)

2 - The table/cell height and width will always adjust to accommodate the
content placed into it. Cell heights and widths are minimums.
 
You have resized that image in the HTML -

<td rowspan="2" width="317">
<img border="0" src="http:/trimaxlocks.com/TBB43.jpg" width="316"
height="80"></td>
-----------------------------------------------------------------------------------------------------------^^^^
<td><font face="Verdana"><b>&nbsp;TBB43</b></font></td>
 
Back
Top