WebSite X5Help Center

 
Ian H.
Ian H.
User

View basket link not working  en

Autor: Ian H.
Visitado 1193, Followers 1, Compartido 0  

Hi

I need some help

I have created a View Basket link in my header but it is not working

The website is www.toys4allseasons.co.uk and the view Basket is in the header

The code is below

<style type="text/css">
#viewcart {
font-family: Verdana;
font-size: 12px;
color: #FFFFFF;
text-align: center;
background: red;
border-radius: 15px;
-moz-border-radius: 15px;
height: 40px;
}
</style>
<img src="files/seasonsgreetings.png" alt="Seasons Greetings" title="Seasons Greetings" width="230" height="120">
<div id="viewcart">
<br>
<a href="http://www.toys4allseasons.co.uk/cart/index.html">View Basket</a>
</div>

It works in preview mode but not in live mode on the internet

Also another problem I have came across is the header and footer images are not being displayed in the cart/index.html page

Please help

Kind regards

Ian

Publicado en
2 RESPUESTAS - 1 CORRECTO
Ian H.
Ian H.
User
Autor

Hi, got a update

I have managed to get the view basket link working but the images are still not being displayed in the cart page

see link below to see what I mean

http://www.toys4allseasons.co.uk/cart/index.html

Any ideas why

Thanks in advance

Ian

Leer más
Publicado en de Ian H.
Ian H.
Ian H.
User
Autor

problem solved just had to stick a / in front of files in the coding

Leer más
Publicado en de Ian H.