Displaying below where it should

Hi guys

I have a little issue on my site
[URL=“http://www.systembookingsdemo.com/Classes/admin/myaccount.php”]
http://www.systembookingsdemo.com/Classes/admin/myaccount.php

If you look where it says “Help” top right that should be above the line and it is displaying below the line. Could anyone take a look?

Regards

Chris

Because the div id floated, it’s taking up as little space as it can. It does this by wrapping the content. Give that particular .floatRight an ID so you can set a width for it in your stylesheet.

…oh wait…

…unless you were changing it as I was looking at it, it already has a width set but I notice the img is set to display block. That’s what’s causing your text to wrap.

The help icon image is pushing the text beneath it - also I would call in the scripts as opposed to having them all inside the HTML. You seem to have large amounts of white space in your coding, not sure for its reasoning?

Ant