| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Problem with Firefox not displaying Head Correctly | |||
![]() |
|
|
Thread Tools | Search this Thread |
#1
|
|||||||
|
|||||||
![]() Works in internet explorer correctly, but when opening up the site in firefox it does not display the correct path to the image in the header
Code:
It seems like it wont render the / correctly? here is my head.tpl code Code:
__________________
version x-cart-4-1.1.0 gold |
|||||||
#2
|
|||||||
|
|||||||
![]() Kinda fixed it by putting the full path to the images in the link like this
Code:
kinda around about way of doing it no?
__________________
version x-cart-4-1.1.0 gold |
|||||||
#3
|
|||||||
|
|||||||
![]() You should always call your images using Smarty:
<img src="{$ImagesDir}/imagename.jpg"> The $imagesdir is the skin1/images folder by default.
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
#4
|
|||||||
|
|||||||
![]() I just had a problem with Firefox in <td align="middle">
Code:
Code:
X-cart uses <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> ??
__________________
version 4.1.1 |
|||||||
#5
|
|||||||
|
|||||||
![]() align="middle" is depreciated. Try using CSS, just add it to your width tag:
<td style="width: 300px; text-align: center;">
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
|
|||
X-Cart forums © 2001-2020
|