Quote Originally Posted by ashton0603 View Post
Can someone help me!

How do you fix the this? My content area is acting weird.

It will not space between paragraphs.

http://personalized2perfection.net/i...ce57fea2b68a81

My color coding and link html will not work everywhere.

http://personalized2perfection.net/i...id=4&chapter=0


All pages automatically center...and I can't have that. It looks wierd for some pages:

http://personalized2perfection.net/i...index&cPath=64

I have my banners turned off yet they still show.


I have usps and fedex as shipping options. They show estimates on the shopping cart which I like but when you go to check out only usps shows. Why is this? How can I get fedex to show?


Someone please help me!!!1
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.