Log in

View Full Version : Space withing text



theremotedr
02-01-2015, 02:52 PM
The page in question can be seen here.
ebay.co.uk /itm/W-S-M-HONDA-CIVIC-CRV-CAR-KEY-REMOTE-PROGRAMMING-SERVICE-2-BUTTON-/400853854590?

Currently you see on the page CIVIC 2006 - 2010 -------- CRV 2007 - 2010

I would like it to be CIVIC 2006 - 2010 CRV 2007 - 2010

Dotted lines not required but i am not sure how to space the text apart,if you know what i mean.

styxlawyer
02-01-2015, 03:47 PM
Either use several non-breaking spaces ( &nbsp; ) or just put them in two <div></div> blocks and apply styling with margin_left: xxx;.

P.S. That link doesn't lead to a page showing anything about Civics.

theremotedr
02-01-2015, 04:20 PM
Hi
Can you give me an example with the text & non breaking spaces please.
Im not able to get it correct without () showing etc.

The link in the first post has been changed by admin.

styxlawyer
02-01-2015, 04:59 PM
You just use them like you would any other HTML entity:



<p>CIVIC 2006 - 2010&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CRV 2007 - 2010</p>

theremotedr
02-01-2015, 05:04 PM
I have now done it.

Thanks.