when you consider the <hx></hx> tags you can go only up to <h6></h6>
it means there are only 6 tags
<h1>This is the H1 tag.</h1>
<h2>This is the H2 tag.</h2>
<h3>This is the H3 tag.</h3>
<h4>This is the H4 tag.</h4>
<h5>This is the H5 tag.</h5>
<h6>This is the H6 tag.</h6>
beyond that, you may need to use style attribute mainly with the <p></p> paragraph tag
like following
<p style="font-size:10px"> Font Size </p>
you can go up to 72px+ by that way just try it.!
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|