View basket link not working
Автор: Ian H.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
Автор
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
Автор
problem solved just had to stick a / in front of files in the coding