Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Another Problem firefox colour


filmcell

Recommended Posts

Ohoh :(

 

1/

pls. change

this:

<link rel="stylesheet" href="/stylesheet.css" type="text/css" />

into

this:

<link rel="stylesheet" href="stylesheet.css" type="text/css">

 

2/

In

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #2e3192; }

See:

<td class="boxText"><a href="http://www.filmcell.co.uk/index.php?cPath=35">A - E / Single</a> (22)<br>

you have not specified a background =>

http://www.w3.org/TR/CSS21/colors.html#background-properties

 

3/

You are missing </a>-elements here:

<td class="boxText"><a href="http://www.filmcell.co.uk/index.php?cPath=35">A - E / Single</a> (22)<br><a href="http://www.filmcell.co.uk/index.php?cPath=39">A - E / Double</a> (21)<br><a href="http://www.filmcell.co.uk/index.php?cPath=30">A - E / Montage</a> (20)<br><a href="http://www.filmcell.co.uk/index.php?cPath=53">D.I.Y Mounts & Cells</a><br><a

 

3/

Also pls. consult this page:

http://validator.w3.org/check?uri=http%3A%...ansitional&ss=1

"If you're working on something new, then you are necessarily an amateur."

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...