Opened 12 years ago

Closed 12 years ago

#8559 closed Bug (invalid)

Line's size can't be changed in underlined text

Reported by: Larisa Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: CantFix Cc:

Description

1.Type smth in Text area and select it

  1. Set size=72 and choose "Underline" option

Expected: Line's size should be changed in underlined text Actual: Line's size can't be changed in underlined text

Attachments (1)

x2.png (25.4 KB) - added by Larisa 12 years ago.

Download all attachments as: .zip

Change History (2)

Changed 12 years ago by Larisa

Attachment: x2.png added

comment:1 Changed 12 years ago by Jakub Ś

Keywords: CantFix added; Underline size removed
Resolution: invalid
Status: newclosed

This is controlled by a browser and impossible to change with HTMl and CSS. There is nothig CKEditor can do in here.

If you don't like how underline is handled by a browser try to experiment with border-bottom property. E.g.

h1 {
color: #000000;
font-weight: bold;
font-size: 30px;
border-bottom: 5px solid #000000;
}

<h1>Editable section</h1>
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy