ashton0603:
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/index.php?main_page=index&cPath=61&zenid=bb03e9598878a870d9ce57fea2b68a81
My color coding and link html will not work everywhere.
http://personalized2perfection.net/index.php?main_page=page&id=4&chapter=0
All pages automatically center...and I can't have that. It looks wierd for some pages:
http://personalized2perfection.net/index.php?main_page=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:frusty::lamo:
- Paragraphs.... you are not using them right. Paragraphs should look like this:
<p>Paragraph Text Here</p>
<p>Second Paragraph Here</p>
- 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>**
- Centered text... you changed this:
#nw {
text-align:left;
vertical-align:top;
margin:0 auto;
}
to this:
#nw {
text-align:center;
vertical-align:top;
margin:0 auto;
}
-
What banners? If they are truly turned off, then, they won't show.
-
Fedex issue... not sure, that's not part of the template, I'd ask that in another thread... I'm really not sure.