Kevin McLean Posted January 22, 2009 Share Posted January 22, 2009 Hi everybody, could somebody explain me why the content of the page is not displayed in Opera. http://gviragon.ru/study/journal.php It is strange because when when I view html of the page, the content is there the content is in <div id="wrap"></div> tag Quote Link to comment https://forums.phpfreaks.com/topic/141994-solved-content-is-not-displayed-in-opera/ Share on other sites More sharing options...
landavia Posted January 23, 2009 Share Posted January 23, 2009 this id=wrap are css? i don't see any css in ur page and how about using other name.. or just add number after wrap ex: wrap0 Quote Link to comment https://forums.phpfreaks.com/topic/141994-solved-content-is-not-displayed-in-opera/#findComment-743893 Share on other sites More sharing options...
haku Posted January 23, 2009 Share Posted January 23, 2009 It has something to do with your 130 errors in your code. Fix those for a start. Quote Link to comment https://forums.phpfreaks.com/topic/141994-solved-content-is-not-displayed-in-opera/#findComment-743924 Share on other sites More sharing options...
TheFilmGod Posted January 23, 2009 Share Posted January 23, 2009 From a quick glance, I think Opera is crashing the page because you fail to specify a <meta> tag for charset! You aren't using the typical english character set, therefore you must specify the character settings, i.e utf-8 or utf-16. It depends on your language. Opera might also be crashing because you have over 130 errors in your code. Most of those errors resulted from the lack of quotes. Forgetting to put quotes can make a browser think that actual html is a class name for one div! Quote Link to comment https://forums.phpfreaks.com/topic/141994-solved-content-is-not-displayed-in-opera/#findComment-743962 Share on other sites More sharing options...
Kevin McLean Posted January 24, 2009 Author Share Posted January 24, 2009 Partially solved (in FF there is still a problem of streching) I've added document type and changed ids to classes in css Quote Link to comment https://forums.phpfreaks.com/topic/141994-solved-content-is-not-displayed-in-opera/#findComment-745214 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.