Quote:
Originally Posted by Turtle91
Exactly! CSS/HTML are very simple to learn and there are very good tutorials for the new coder to get things going.
I would only make one small correction to JSWolf's example - with that CSS you do not have to define a 'class="chapter" ' - the plain <h2> tag will work.
Code:
<h2>Chapter One</h2>
h2 {yadda, yadda}
|
We both made a similar mistake here. I made a mistake in the HTML code and you made a mistake in the CSS code. I did just define H2 so the class in the HTML code wasn't needed. I've edited my post so it's not correct. Can you do the same in your quote of my post?