Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <p>Text 1 <b>some bold</b><i>some italics</i><p>
- <p>Text 2 <b>some bold</b><i>some italics</i><p>
- ...
- <!-------------- This is what i want to achieve--------------->
- <!-- Imagine that it looks like a embeded tweet for example -->
- <div class="thematic-story-wrapper">
- <!-- This is what will be editable by click events -->
- <div class="thematic-story-thumbnail"><img src="..."></div>
- <!-- This is where user can just type in -->
- <div class="thematic-story-title">
- It was a <b>RAINY</b> day...
- </div>
- <div class="thematic-story-content">
- <p>Text 1.1 <b>some bold</b><i>some italics</i><p>
- <p>Text 2.2 <b>some bold</b><i>some italics</i><p>
- ...
- </div>
- </div>
- <p>Text 3 <b>some bold</b><i>some italics</i><p>
- <p>Text 4 <b>some bold</b><i>some italics</i><p>
- ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement