vote up 0 vote down star

I need to wrap text around a user control. Specifically, I am displaying an image in a user control. Normally, the align="right" would handle this on an image byu itself. But, put inside a user control, it doesn't seem to flow. I already tried putting the control in a div but this didn't look right either.

flag

36% accept rate

1 Answer

vote up 0 vote down

In CSS:

float: right;

or

float: left;

should do it. I'd just add that CSS to the user control's surrounding DIV.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.