Reply To: Using H tags and external style sheet Written by TSOP on July 31, 2014 Home › Support Forums › General › Using H tags and external style sheet › Reply To: Using H tags and external style sheet July 31, 2014 at 2:30 pm July 31, 2014 #18515 TSOPParticipant This worked: If you don’t want to use an H tag, you could use a P tag. You can define a class in CSS external style sheet: .more { color: orange; font-size: 18px; } And then use it in your page: <p class=”more”>Further information</p>