Nucleus Support Forum Index

Find on the forum:
any terms  all terms  Advanced Search

RSS 2.0
Browse posts: Unanswered | Mark all read

« »
Loading Nucleus FAQ ticker...
Post new topic Reply to topic
Author Message
memeMyself
Nucleus Fan


Joined: 17 Feb 2006
Posts: 28

Post Posted: Sat Mar 11, 2006 6:57 pm   Post subject: CSS Problem - Text does not float next to a image
Reply with quote

I use the leaf skin and haven't made any changes to the css files. However, if I insert an image the text always starts at the image bottom and ist not floating next to it. Using a box tag doesn't change anything:

Code:
<div class="leftbox"><%image(noclue.jpg|97|138|)%></div>


I asume that the problem comes from the css, but I don't know how to edit it correctly, this is the img tag I found:

Code:
/*The image styling of your blog*/
.contentbody img{
   border: 1px solid black;
}


Can anyone help? Thanks beforehand. Smile

Back to top

View user's profile Send private message
Armon
Nucleus Guru
Nucleus Guru


Joined: 16 Feb 2005
Posts: 1832
Location: Zaandam, Netherlands

Post Posted: Sun Mar 12, 2006 11:47 am   Post subject:
Reply with quote

Check if there's css for .leftbox and .rightbox, if there's not put this at the bottom:

Code:
.leftbox { float: left; margin: 5px; }
.rightbox { float: right; margin: 5px; }

_________________
Please update any "ported by Armon Toubman" links to http://www.armontoubman.com Thanks!

Is your question not solved yet?

Back to top

View user's profile Send private message Visit poster's website
memeMyself
Nucleus Fan


Joined: 17 Feb 2006
Posts: 28

Post Posted: Sun Mar 12, 2006 5:45 pm   Post subject:
Reply with quote

That did it! Thanks alot for all your time! Smile

Back to top

View user's profile Send private message
Post new topic Reply to topic
Display posts from previous:   

Page 1 of 1

All times are GMT + 1 Hour

Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Powered by phpBB © 2001, 2002 phpBB Group