user pictures & text wrapping
oziumjinx - February 9, 2006 - 16:46
i just enabled user pics...they look great...the only problem is that text is not wrapping around them (or at least being displayed on the right of the pics).
it looks like pictures are just displayed beneath the image, causing a lot of white space.
is there a setting for the location of text within nodes related to pictures?
our development site is located at: secretsharing.com
thanks in advance,
-=Vince

style it!
Howdy Vince,
You could drop a style in that controls this...
Something like:
.node .picture {
float: left;
margin: 4px; ;
}
Would do the trick.
___________________________________
Tony Wright
Day2 Technology Ventures - Venture Capital for Technology Startups
worked like a charm...
much appreciated Tony.
To others reading this post, just make sure to remove the second semi-colon from Tonys code snippet:
margin: 4px; ;