Results 1 to 5 of 5

Thread: Space withing text

  1. #1
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default Space withing text

    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.
    Last edited by Beverleyh; 02-01-2015 at 03:10 PM. Reason: Formatting

  2. #2
    Join Date
    Nov 2014
    Location
    On A Scottish Island
    Posts
    488
    Thanks
    0
    Thanked 62 Times in 58 Posts

    Default

    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.

  3. #3
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default

    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.

  4. #4
    Join Date
    Nov 2014
    Location
    On A Scottish Island
    Posts
    488
    Thanks
    0
    Thanked 62 Times in 58 Posts

    Default

    You just use them like you would any other HTML entity:

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

  5. #5
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default

    I have now done it.

    Thanks.

Similar Threads

  1. Space at the end of a text field?
    By jlizarraga in forum Flash
    Replies: 3
    Last Post: 09-17-2008, 07:57 PM
  2. Problems with space between text types
    By poliking in forum CSS
    Replies: 1
    Last Post: 10-11-2007, 08:48 AM
  3. Working Lightbox 2.0 withing Ajaxtabs?
    By typhoidtimmy in forum Dynamic Drive scripts help
    Replies: 3
    Last Post: 07-14-2007, 12:54 AM
  4. Replies: 1
    Last Post: 04-17-2007, 05:14 PM
  5. Replies: 2
    Last Post: 03-15-2007, 08:22 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •