Welcome to TalkGraphics.com
Results 1 to 7 of 7

Thread: strikeover

Hybrid View

  1. #1
    Join Date
    Dec 2012
    Posts
    25

    Default Re: strikeover

    Thanks to both.

  2. #2
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,904

    Default Re: strikeover

    I'm not sure if MX supports Names but in XWD9P you would select a piece of text, right-click and select Names....
    Add "strike" to the selection.
    In the Page head Placeholder, enter:
    Code:
    <style>
    #strike {text-decoration:line-through}
    </style>
    Acorn

  3. #3
    Join Date
    Aug 2007
    Location
    Maghull UK
    Posts
    6,202

    Default Re: strikeover

    Good one Acorn
    JOHN -XaReg (FB) XaReg (DB - ignore prompt to register)
    Windows 10 [Anniversary] pro Intel Pentium CPU G630 @ 2.70Ghz RAM: 4 GB; 64-bit x64

  4. #4
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,904

    Default Re: strikeover

    To make it more general, add this CSS to the Website head Placeholder:

    Code:
    <style>
    over {text-decoration:overline}
    through {text-decoration:line-through}
    under {text-decoration:underline}
    </style>
    
    Each red detail is then used as a Name for the text selection.
    All three could be used on the same selection at once.

    Acorn

 

 

Tags for this Thread

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
  •