Zishan Posted December 31, 2011 Report Share Posted December 31, 2011 Thank you for reading. I want to know how to get that question mark rid which is in red. Every time I put a comma or explanation mark it come with a question mark please can someone help? Quote Link to comment Share on other sites More sharing options...
miniarma Posted January 6, 2012 Report Share Posted January 6, 2012 Make sure your head contains the following in your HTML <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title><?php echo $page_title; ?></title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="robots" content="all" /> <?php Template::Show('core_htmlhead.tpl'); ?> </head> And then after the body tag add this <?php $page_htmlreq; ?> Hope this helps ! 1 Quote Link to comment Share on other sites More sharing options...
-Nick Tyson- Posted January 6, 2012 Report Share Posted January 6, 2012 Also your banner needs to be the full width and your logo isn't transparent so it will show the white behind it. Quote Link to comment Share on other sites More sharing options...
Zishan Posted February 19, 2012 Author Report Share Posted February 19, 2012 Make sure your head contains the following in your HTML <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title><?php echo $page_title; ?></title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="robots" content="all" /> <?php Template::Show('core_htmlhead.tpl'); ?> </head> And then after the body tag add this <?php $page_htmlreq; ?> Hope this helps ! Thank You Very Much Quote Link to comment 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.