MyBB Community Forums

Full Version: Put text on bottom left corner
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
At the bottom left-hand corner of my site I was to add some text.

This is what I need:
[Image: Ka572.png]

I tried adding this code to the end of the footer:
<div style="clear: both; text-align: left;">text</div>

But that just does this and interrupts the table going to the end. It's ugly.
[Image: GvAyp.png]

How do I add the text and still let that table reach the very bottom? I prefer not to use a hovering plugin, I need this next to be on the page, be part of it and be displayed on every page.
Should the text stick at the bottom left corner even when you scroll up?
No, that can't happen.
Try using padding-bottom style and use the necessary pixels or percent to keep it above and not let it go down.
(2012-01-25, 06:02 AM)crazy4cs Wrote: [ -> ]Try using padding-bottom style and use the necessary pixels or percent to keep it above and not let it go down.

Where do I install the content of the style? Or, which template? The footer?
You could either add a class to global.css or use something like <span style="padding-bottom:5px;">content here</span>
try below code at bottom of footer template (change pixels as per your requirement)
<span style="margin-left: -210px;">text</span>