Announcement

Collapse
No announcement yet.

Text colour different in firefox and Ie

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Text colour different in firefox and Ie

    Hi,

    This one has got me stumped!!!

    On the home page of www.catcams.co.uk

    Ive copied the number 1 best seller into the home page (I use the best sellers list for new items/press releases etc).

    Works fine in IE and on the Ihpone, but in firefox the text is displayed red.

    Any ideas?????

    Ive set up a true or false variable called show best seller which is only true in the fragment on the home page.

    The code is:

    <actinic:block if="%3cactinic%3avariable%20name%3d%22Show%20Best%20Seller%22%20%2f%3e%20%3d%3d%20true">

    <actinic:block type="BestSellersList" >
    <actinic:block if="%3cactinic%3avariable%20name%3d%22ListIndex%22%20%2f%3e%20%3c%3d%201" >
    <br>
    <actinic:variable name="ProductImageLayout" />
    <BR>
    <br><H2>
    <a href="<actinic:variable name="SearchCGIURL" />?PRODREF=<actinic:variable name="ProductReference" />&amp;NOLOGIN=1<actinic:block if="%3cactinic%3avariable%20name%3d%22IsHostMode%22%20%2f%3e">&amp;SHOP=<actinic:variable name="ShopID" /></actinic:block>">
    <Actinic:Variable Name="ProductDescription"/>
    </a><br>
    <br></H2>
    </actinic:block>
    </actinic:block>


    </actinic:block>

    #2
    The code is in a bit of a mess. First thing to fix is a missing closing </a> tag on the heading.
    From the source:
    Code:
    <H2>
    <a href="http://www.catcams.co.uk/cgi-bin/ss000001.pl?PRODREF=346&amp;NOLOGIN=1">
    <H1>New Cat Cams profiles for the 125 bhp variant of the Citroen C2 VTS</H1>
    <P STYLE="margin-left: 0.63cm; margin-bottom: 0.21cm">
    <BR>
    <BR>
    </P>
    <UL>
    <LI>
    <P STYLE="margin-bottom: 0.21cm">
    <FONT FACE="Arial, sans-serif">
    <FONT SIZE=2><B>Dyno pr.......

    Comment

    Working...
    X