![]() |
Problem with Firefox not displaying Head Correctly
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:
http://www.stikiller.com/images%5Clogo-right.jpg It seems like it wont render the / correctly? here is my head.tpl code Code:
<table border="0" cellpadding="0" cellspacing="0" width="100%"> |
Re: Problem with Firefox not displaying Head Correctly
Kinda fixed it by putting the full path to the images in the link like this
Code:
<img src="http://www.stikiller.com/images/logo.jpg"> kinda around about way of doing it no? |
Re: Problem with Firefox not displaying Head Correctly
You should always call your images using Smarty:
<img src="{$ImagesDir}/imagename.jpg"> The $imagesdir is the skin1/images folder by default. |
Re: Problem with Firefox not displaying Head Correctly
I just had a problem with Firefox in <td align="middle">
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> Code:
<html> X-cart uses <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> ?? |
Re: Problem with Firefox not displaying Head Correctly
align="middle" is depreciated. Try using CSS, just add it to your width tag:
<td style="width: 300px; text-align: center;"> |
All times are GMT -8. The time now is 11:19 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.