Error-Solution

PHP Error : Warning: Cannot modify header information - headers already sent by

Solution>>

Put this code at top of the page

ob_start();
session_start();

Background image not showing in safari

for example, you've got style="" param in your <body> html tag:



style="background:url(/img/bg2.jpg) repeat fixed top left / cover"

you should use:

style="background:url(/img/bg2.jpg) repeat fixed top left"

 ANSWER:>> without " / cover"
without this all backgrounds works perfect, you should change it



HACK CSS FOR IE
http://dimox.net/personal-css-hacks-for-ie6-ie7-ie8/


Deprecated: Function ereg() is deprecated in

preg_match and " i " deleimeter

also  helpful for all

http://info.template-help.com/help/troubleshooter-cannot-add-header-information-headers-already-sent.html


No comments:

Post a Comment