PDA

View Full Version : Help with floating some text


Mickie D
05-19-2013, 07:57 AM
Hi all,

I need a little help with floating text to the right in my navbar?

I have done this so far but no luck.

additional.css

.floatright {
float: right;
}


Header template

<div align="left">
Test1
</div>

<div style="floatright">
Test2
</div>

kh99
05-19-2013, 12:14 PM
I think you need <div class="floatright"> instead of "style".

ForceHSS
05-19-2013, 04:58 PM
you will need some padding on that you might find it sits a bit low