View Full Version : How can I move the entire profile over?


Gotpigment
06-12-2006, 05:45 PM
I can't seem to figure this one out.
I'd like to be able to move the entire thing to either the left, or right. This way, the tables are out of the way of the image on the background. Anyone know how to do this?

Thanks
Anne

danielbrucelee
06-17-2006, 02:42 AM
i'm really upset at this forum. i asked the same question a while ago and never got a response. i finally found something that moves the profile to the left or right. but it also moves the top with it. if you know how to prevent that, i'd like to know.


to move the entire profile to the right:

<style type="text/css">
table {float:right; padding-right:0; margin-right:0;}
table table table {margin-bottom:5px;}
table table table table {margin-bottom:0;}
</style>


or to the left:

<style type="text/css">
table {float:left; padding-left:0; margin-left:0;}
table table table {margin-bottom:5px;}
table table table table {margin-bottom:0;}
</style>