need HTML and CSS help

erich37

Well-known member
I do have an information text box at the top of the Forum-page (the box which we all name Welcome-block).

So I have this code, whereby this text is left-aligned.

Code:
<div class="importantMessage">
<div align="left">
<b>Welcome to this Forum, text bla bla bla</b><br /><br />
<b>this is some description text 123456</b><br />some other text description 789abc<br />
</div></div>

Question:
I want to also insert an image into this box, which should be right aligned.

What would be the proper HTML and/or CSS so to have the text left-aligned and the image right-aligned? Well, so that it would look nice and clean, meaning having the text left and the image at the right ?

Many thanks!
 
It returns 5 templates for me:
forum_view
member_list
PAGE_CONTAINER
thread_view
xenforo.css

You may need to upgrade to the latest version.
 
Top Bottom