Quote:
Originally Posted by HopelessManu
yes, "heading", sorry!
Mmm... Let me give you an example: I have a cover (an image) and an abstract (without the title "Abstract", just plain text). COVER must be level 1 in the TOC, ABSTRACT level 2.
If I put the cursor on the abstract and give it "heading 2", it changes format! But I don't want that!
|
It chnges size
OK, time to hit the stylesheet and overide the size
Add/paste at the top (outside any other selectors)
Code:
h2 { font-size: 150%}
Adjust percentage to suite. Affects ALL h2 tags