Changes between Initial Version and Version 1 of Ticket #6955
- Timestamp:
- Jan 17, 2011, 3:06:19 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6955
-
Property
Status
changed from
new
toconfirmed
-
Property
Version
changed from
3.4.2
to3.0
-
Property
Component
changed from
General
toCore : Styles
-
Property
Status
changed from
-
Ticket #6955 – Description
initial v1 1 1 In any browser: 2 2 3 1>Goto Source view4 2>Create a div or p tag5 3>Include some styling such as a border with this tag6 4>Include some content with the tag7 8 Example:<div style="border-top: 3px solid red">Hello</div>9 10 5>Switch to WYSIWYG mode11 6>Place the cursor at the end of the content just created12 7>Add a new line3 1. Goto Source view 4 2. Create a div or p tag 5 3. Include some styling such as a border with this tag 6 4. Include some content with the tag 7 {{{ 8 <div style="border-top: 3px solid red">Hello</div> 9 }}} 10 5. Switch to WYSIWYG mode 11 6. Place the cursor at the end of the content just created 12 7. Add a new line 13 13 14 14 Expected: