S
Steve Easton
It is on the right side of the page.!!
However, this will move it to the left:
<style type="text/css">
body{
direction:rtl;
}
</style>
This will move it to the right:
<style type="text/css">
body{
direction:ltr;
}
</style>
Works in IE, didn't check Firefox.
--
Steve Easton
Microsoft MVP FrontPage
FP Cleaner
http://www.95isalive.com/fixes/fpclean.htm
Hit Me FP
http://www.95isalive.com/fixes/HitMeFP.htm
However, this will move it to the left:
<style type="text/css">
body{
direction:rtl;
}
</style>
This will move it to the right:
<style type="text/css">
body{
direction:ltr;
}
</style>
Works in IE, didn't check Firefox.
--
Steve Easton
Microsoft MVP FrontPage
FP Cleaner
http://www.95isalive.com/fixes/fpclean.htm
Hit Me FP
http://www.95isalive.com/fixes/HitMeFP.htm