1 marmalade_kat Jun 14, 2007 17:16
3 marmalade_kat Jun 14, 2007 17:55
EdB wrote:
One thing you could do, that sadly is not part of the stock package, is make your image tags call for a class of either leftmargin or rightmargin. Like this:
<img src="whatever" alt="whatever" width="whatever" height="whatever" class="leftmargin" />
THAT'S IT!! You did it!! I can't believe it!! :>>
I've struggled with that for so long. It works for rightmargin as well.
Thank you sooooo much! :D :D
I know, I know...simple minds are easily pleased. :oops: ;)
4 vicks Jun 14, 2007 21:16
Cool! I was thinking of programming something to do the same thing!
Thanks for the info!
5 marmalade_kat Jun 15, 2007 00:18
Vicks wrote:
Cool! I was thinking of programming something to do the same thing!
Thanks for the info!
Cool is right. :D It puts the icing on the cake for b2evolution.
One thing you could do, that sadly is not part of the stock package, is make your image tags call for a class of either leftmargin or rightmargin. Like this:
Assuming your skin does the includes that are typically part of a skin you will find that text flows around your image - instead of being forced beneath it.
In case your skin does not automagically include the rsc/css/whatever-it-is file, meaning if you do an image that way and it doesn't work, you can add this to your skin's style sheet:
Don't forget to do a hard refresh of the page to force your stylesheet to be pulled anew (instead of using your browser's cache)!