View Full Version : this page's title seems differently in ie7 than in firefox 2 (problem with firefox 2)
lse123
01-26-2008, 06:20 PM
http://polis-index.com.cy/l-computers/index.html
this page's title seems differently in ie7 than in firefox 2 (problem with firefox 2) well what is the correction ?
twodayslate
01-26-2008, 10:06 PM
You are using tables.
You are using depreciated html. Use styles.
use
<span style="font-size: 16px; color: red;">text</span>
instead of
<font size="16" color="red">text</font>
FF does not mess with designs IE does. So that means you messed up. Code for FF, hack for IE.
oesxyl
01-27-2008, 06:17 AM
http://polis-index.com.cy/l-computers/index.html
this page's title seems differently in ie7 than in firefox 2 (problem with firefox 2) well what is the correction ?
invalid markup, check:
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fpolis-index.com.cy%2Fl-computers%2Findex.html
best regards
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.