Hi
You have some css code in your index page and this is overriding the css file. Remove this code and it should work properly.
Did you copy from a word document? That is probably why.
Thanks,
Phil
Printable View
Hi
You have some css code in your index page and this is overriding the css file. Remove this code and it should work properly.
Did you copy from a word document? That is probably why.
Thanks,
Phil
View the source of your home page, and you'll see the issue, you have a ton of unneccesary word document nasty stuff there, here's a small snippet (scroll down, its really long, LOL):
All of that, and all it says is "Welcome! Thank your for shopping at FishScraps.com!"Code:<link href="file:///C:DOCUME~1CARRIE~1LOCALS~1Tempmsohtml1�1clip_filelist.xml" rel="File-List" /><!--[if gte mso 9]><xml>
<w:WordDocument>
<w:View>Normal</w:View>
<w:Zoom>0</w:Zoom>
<w:PunctuationKerning/>
<w:ValidateAgainstSchemas/>
<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
<w:IgnoreMixedContent>false</w:IgnoreMixedContent>
<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
<w:Compatibility>
<w:BreakWrappedTables/>
<w:SnapToGridInCell/>
<w:WrapTextWithPunct/>
<w:UseAsianBreakRules/>
<w:DontGrowAutofit/>
</w:Compatibility>
<w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
</w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
<w:LatentStyles DefLockedState="false" LatentStyleCount="156">
</w:LatentStyles>
</xml><![endif]--><style>
<!--
/* Font Definitions */
@font-face
{font-family:Verdana;
panose-1:2 11 6 4 3 5 4 4 2 4;
mso-font-charset:0;
mso-generic-font-family:swiss;
mso-font-pitch:variable;
mso-font-signature:536871559 0 0 0 415 0;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{mso-style-parent:"";
margin:0in;
margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:12.0pt;
font-family:"Times New Roman";
mso-fareast-font-family:"Times New Roman";}
a:link, span.MsoHyperlink
{color:blue;
text-decoration:underline;
text-underline:single;}
a:visited, span.MsoHyperlinkFollowed
{color:purple;
text-decoration:underline;
text-underline:single;}
p
{mso-margin-top-alt:auto;
margin-right:0in;
mso-margin-bottom-alt:auto;
margin-left:0in;
mso-pagination:widow-orphan;
font-size:12.0pt;
font-family:"Times New Roman";
mso-fareast-font-family:"Times New Roman";}
@page Section1
{size:8.5in 11.0in;
margin:1.0in 1.25in 1.0in 1.25in;
mso-header-margin:.5in;
mso-footer-margin:.5in;
mso-paper-source:0;}
div.Section1
{page:Section1;}
--></style><p style="text-align: center;" class="MsoNormal">
<span style="color: rgb(255, 102, 0);">
<span style="color: rgb(0, 0, 0);">
<span style="font-weight: bold; font-family: verdana,arial,helvetica,sans-serif;"><br />
</span></span></span></p>
<p style="text-align: center;" class="MsoNormal">
<span style="color: rgb(255, 102, 0);">
<span style="color: rgb(0, 0, 0);">
<span style="font-weight: bold; font-family: verdana,arial,helvetica,sans-serif;">Welcome!</span></span>
<font size="2" style="font-family: verdana,arial,helvetica,sans-serif;">
<span style="color: rgb(0, 0, 0);">
Thank you for shopping at</span></font></span>
<font size="2" style="font-family: georgia,times new roman,times,serif;">
<span style="font-weight: bold; color: rgb(255, 102, 0);">
<span style="font-weight: bold;">
<span style="font-family: verdana,arial,helvetica,sans-serif;"> FishScraps.co</span>m!</span>
</span></font></p>
<p style="text-align: left;" class="MsoNormal">
<font size="2" style="font-family: georgia,times new roman,times,serif;">
<span style="font-weight: bold; color: rgb(255, 102, 0);">
<span style="font-weight: bold;"><br />
</span></span></font></p>
<p style="text-align: left; direction: ltr; font-family: georgia,times new roman,times,serif;" class="MsoNormal">
<font size="2"><span style="font-weight: bold; color: rgb(255, 102, 0);">
<span style="font-weight: bold;"></span>
</span></font>
<font size="2" style="font-family: verdana,arial,helvetica,sans-serif;">
Get rid of all the upper section, and for the text, you could greatly simplify. Why not just type your text, inside paragraphs for line breaks:
<p>Text here</p>
<p>New paragraph here</p>
<p align="center">Centered text here</p>
Then for your orange text, you can do this
<span style="color:#ff6600;">Orange Text Here</span>
Stuff pasted from word always makes me cringe, LOL, and you don't want the content of your site swallowed up by all of that, that's what the search engine sees too!
Hi,
I have apple zen installed on my store. The Zen Cart version is 1.3.7
I have a problem with the additional images on the products page.. the alignment of product images as well as "Add to Cart" and "Tell a Friend" buttons is messed up somehow.
Link to one of my product:
http://starruby.in/store/465carat-ov...ated-p-87.html
Is there a way to get the additional images in the same line (either on the line before or on the line after the "Add to Cart" button)?
Hi,
hot too sure if this has been asked but how can i make it so that i can have side boxes on both sides?
cheers in advance
woop actually just re read the 1st post. retract what i asked
Thanks so much for the quick reply and solution, worked like a charm. I didnt even notice all the extra junk in there from word!
Scott.