Help coderanch get a
new server
by contributing to the fundraiser

da-code

Greenhorn
+ Follow
since Aug 02, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by da-code

Hello !
Have you tried to force it to load into a target then ? (<a href="..." target="_self">
A further look at
http://wp.netscape.com/eng/mozilla/2.0/relnotes/demo/target.html
may be usefull
Yann
Hello !
Best is to define a CSS for your table
<style type="text/css">
<!--
table {background-image:url(pic/image.png);background-repeat:no-repeat;background-position:bottom}
-->
</style>
You can add the BGPROPERTIES=FIXED in your BODY tag if you want.
Hope that helps
Yann