
Originally Posted by
ashton0603
1. Paragraphs.... you are not using them right. Paragraphs should look like this:
<p>Paragraph Text Here</p>
<p>Second Paragraph Here</p>
2. Links... you don't have them coded right either. You have links on that page like this:
<a href="http://personalized2perfection.net/index.php?main_page=index&cPath=61_2</a><font color="purple"><b><u>CHILDREN'S BOOKS!</u></b></font>
Should be like this:
<a href="http://personalized2perfection.net/index.php?main_page=index&cPath=61_2"><font color="purple"><b><u>CHILDREN'S BOOKS!</u></b></font></a>
3. Centered text... you changed this:
Code:
#nw {
text-align:left;
vertical-align:top;
margin:0 auto;
}
to this:
Code:
#nw {
text-align:center;
vertical-align:top;
margin:0 auto;
}
4. What banners? If they are truly turned off, then, they won't show.
5. Fedex issue... not sure, that's not part of the template, I'd ask that in another thread... I'm really not sure.
Bookmarks