WebSite X5Help Center

 
Ian H.
Ian H.
User

View basket link not working  en

Author: Ian H.
Visited 1175, Followers 1, Shared 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

Posted on the
2 ANSWERS - 1 CORRECT
Ian H.
Ian H.
User
Author

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

Read more
Posted on the from Ian H.
Ian H.
Ian H.
User
Author

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

Read more
Posted on the from Ian H.