OK, minus some font size issues, this page is starting to look so much better IMHO.
http://designerperfumesnob.authsafe....ppinginfo.html
A couple of things:
I finally understood that all I need to enter is <h2> because there is a master h2 in the stylesheet. I put <h2> everywhere I wanted a heading and that eliminated the need for a class. Is this correct?
I still have:
<div class="myCustomParagraph"><br /><br/> at the top of the inline styling and I don't know if it's necessary. I don't know how to create a space between the heading Shipping & Returns and the <h2> Standard Ground, without adding the two br tags.
I still don't know how to get the font back to where it should be after the heading, so it's too small, or how to maintain the font size throughout. It looks like the font size should be 1.3em.
I don't mind adding the br tags, but if I can bypass them I would. The p tag seems to create too great a space.
I think once this is cleared up, I can use this information as a basis for all of my pages.
Perhaps if you showed me the code I could then follow through for the rest of the page(s):
This is the first few lines of the inline styling:
<div class="myCustomParagraph"><br /><br/>
<h2>Standard Ground (USA)</h2><br />
Always Free Shipping<br />
Arrives in 2-7 business days<br />
<h2>2nd Day Express (USA)</h2><br />
Starts at only $7.95<br /><br />
Arrives in 2-3 <strong>business days</strong><br /><br />
Not available for P.O. Boxes<br /><br />
I've noticed that I have no reference to "custompara" other than at the very top, so I know that's messed up.
In stylesheet CSS I have:
h1 {font-size: 2em; font-family: georgia; font-style: italic; color:#ED3A84;}
h2 {font-size: 1.5em;}
h3 {font-size: 1.3em;}
h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{font-size: 1.1em;}
.biggerText {font-size: 1.2em;}
.clearBoth {clear: both;}
HR {height: 1px;margin-top: 0.5em;border: none;border-bottom: 3px solid #cccccc;}
h1, h2, h3, h4, h5, h6 {margin: 0.3em 3px;}
p {font-size: 1.3em;}
I just added the p {font-size: 1.3em;} and I’m not sure if this is correct.
The h2 tags are indented and the start of the next line is not. How can I get it all indented?
Doesn’t this read much better with these headings and aligned left?
Bookmarks