Boarder Layout & Image text same line

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Boarder Layout & Image text same line

Becool45
This post was updated on .
I will give examples from other forums to be easier.

1. I want to get a board layout around the forum like this. There is a blue layout around.
http://nyskiblog.com/forums/

2. Im trying to get an image and text on same line(Image on left and text next to it) without the text to be higher or the image a bit scaled down.  Example: http://osgeo-org.1560.x6.nabble.com/
I think I need the code that align text on the left.

Reply | Threaded
Open this post in threaded view
|

Re: Boarder Layout & Image text same line

Pedro
Do you know css and html?
My test forum.
Reply | Threaded
Open this post in threaded view
|

Re: Boarder Layout & Image text same line

Harvey
In reply to this post by Becool45
This is how I did it:

<div style="background-color: #eeeecc; border: solid #aabbcc; padding: 0px 0px 0px 0px; border-width: 3px; margin: 0px 0px 0px 0px;"><a id="nabblelink" href="http://forum.example.com/">NY Ski Forums</a><script type="text/javascript" src="http://forum.nyskiblog.com/embed/f123456"></script></div>

Not sure why I have the margins in at 0.
HTTPS Please!