PDA

View Full Version : Items: 0 Total: 0 - How do I get them to line up?


aloebridge123
17-Aug-2008, 03:03 PM
I'm developing a new site and using the normal cart summary that's displayed in the templates.

However, when I use it the format is displayed as follows:

Items: 0
Total: 0

How do I get it to look like: Items: 0 Total: 0

It's probably really simple but I can't figure it!

Thanks all...

completerookie
17-Aug-2008, 03:34 PM
check you haven't got a <br> between them, and also check that the box that contains them is big enough to have all of the generated html on one line. If the box isn't ig enough, then they wrap (as spaces) on to a new line automatically

aloebridge123
17-Aug-2008, 05:37 PM
Thanks very much removed the <br> and it worked.

Cheers - I knew it would be a simple thing :)

leehack
17-Aug-2008, 05:41 PM
It is setup on 2 lines because once the figures are filled in, it will wrap onto 2 lines due to the width required. Check what it looks like once it has something in it (over £100) as that's the important look. I suspect you will be adding that <br> back in.