[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.frontpage.programming

Picture won't stay in cell

Jay

4/1/2004 10:47:00 PM

A button and cart I've put on my site won't stay in the
cell when I preview in the browser. The cart disappears
altogether and the button ends up in the uppermost left
corner of the screen. Any help would be greatly
appreciated. Thank you.
<tr>

<span style="mso-ignore:vglayout;position:
absolute;z-
index:1;left:216px;top:273px;width:30px;height:30px">
<td valign="top" width="31">
<p style="margin-top: 2"></span>
<img border="0" src="images/testcart.jpg"
width="30" height="30">
<td valign="top" width="147">
<p style="margin-top: 2">
<applet code="fphover.class" codebase="./"
width="147" height="24">
<param name="color" value="#000080">
<param name="hovercolor" value="#0000FF">
<param name="textcolor" value="#000000">
<param name="effect" value="bevelOut">
<param name="image" valuetype="ref"
value="images/testbutton.JPG">
<param name="fontstyle" value="boldItalic">
<param name="fontsize" value="14">
<param name="text" value="Add to Cart">
<param name="font" value="TimesRoman">
</applet>
</td>
</tr>
<tr>

1 Answer

=?Utf-8?B?cm9kY2hhcg==?=

4/2/2004 12:42:00 AM

0

Never mind. I just started from scratch and now don't
have any problems. Thank you to anyone who attempted to
answer.
>-----Original Message-----
>A button and cart I've put on my site won't stay in the
>cell when I preview in the browser. The cart disappears
>altogether and the button ends up in the uppermost left
>corner of the screen. Any help would be greatly
>appreciated. Thank you.
> <tr>
>
> <span style="mso-ignore:vglayout;position:
>absolute;z-
>index:1;left:216px;top:273px;width:30px;height:30px">
> <td valign="top" width="31">
> <p style="margin-top: 2"></span>
> <img border="0" src="images/testcart.jpg"
>width="30" height="30">
> <td valign="top" width="147">
> <p style="margin-top: 2">
> <applet code="fphover.class" codebase="./"
>width="147" height="24">
> <param name="color" value="#000080">
> <param name="hovercolor" value="#0000FF">
> <param name="textcolor" value="#000000">
> <param name="effect" value="bevelOut">
> <param name="image" valuetype="ref"
>value="images/testbutton.JPG">
> <param name="fontstyle" value="boldItalic">
> <param name="fontsize" value="14">
> <param name="text" value="Add to Cart">
> <param name="font" value="TimesRoman">
> </applet>
> </td>
> </tr>
> <tr>
>
>.
>