Question : Wrap text on the outside of a DIV tag?

I would like an image to appear at a particular spot in a web page (actually over the edge of a table).  What I want to do is to have the text inside the table wrap around it.  If the image was inside the table, I would just use an align right code, but I would like to do this with a DIV tag if possible.  It will need to be relative, 'cause I want it to move to the right or left depending on the width of the window..

I have tried making the margins auto, but that doesn't seem to do it.  Can it be done?

1:
2:
3:
4:
5:
6:
7:
8:
9:
#example {
	height: 300px;
	width: 300px;
	position: relative;
	left: 400px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
}

Answer : Wrap text on the outside of a DIV tag?

Have you tried to run RSOP.MSC on this computer to see if there is a policy that is failing or taking presedence over other policies? Also, have you tried to delete the cached roaming profile from the documents and settings folder? Also, check the event viewer on this machine as it will provide more detail on an error message that is policy based.
Random Solutions  
 
programming4us programming4us