Incorrect Indentation
-
I’ve spent all morning trying to figure out how to control the indentation on this TOC. Would you please help?
This is the CSS I am currently using:
/********************************************************************************
*** TABLE OF CONTENTS ***
********************************************************************************/.lwptoc_header { font-family: vollkorn, serif; font-size: 47px; text-shadow: 4px 4px 4px #aaa; }
.lwptoc_item { font-size: 26px; }
.lwptoc_item_number { color: #333333; }
.lwptoc_item a:link { color: blue; text-decoration:none; font-family: ‘Special Elite’; font-weight: normal; text-shadow: 2px 2px 2px #aaa; }
.lwptoc_item a:visited { color: red; text-decoration:none; font-family: ‘Special Elite’; font-weight: normal; text-shadow: 2px 2px 2px #aaa; }
.lwptoc_item a:hover { color: blue; text-decoration:underline; font-family: ‘Special Elite’; font-weight: normal; text-shadow: 2px 2px 2px #aaa; }
.lwptoc_item a:active { color: blue; text-decoration:none; font-family: ‘Special Elite’; font-weight: normal; text-shadow: 2px 2px 2px #aaa; }The page I need help with: [log in to see the link]
The topic ‘Incorrect Indentation’ is closed to new replies.