Jump to content

Recommended Posts

Posted

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?

post-2903-050347000 1325352332_thumb.jpg

Posted

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 ! :D

  • Like 1
  • 1 month later...
Posted

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 ! :D

Thank You Very Much

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...