without seeing the site live, it is quite impossible to comment on your problem.
have you tried to clear the browser cache?
please provide a link to your site.
My url is http://www.zoulama.co.za
Thanks Alchymyth
you seem to have some invalid character right at the top of header.php – http://validator.w3.org/check?uri=http%3A%2F%2Fwww.zoulama.co.za%2F&charset=%28detect+automatically%29&doctype=Inline&group=0
http://codex.ww.wp.xz.cn/Validating_a_Website
can you try to use FTP to replace header.php with an unedited version ?
it might also be a good idea to contact the developer of your theme for some advice;
http://codex.ww.wp.xz.cn/Forum_Welcome#Commercial_Products
Hi
thanks again.
I can’t find an error on this code but on validator I have 5 errors:
Validation Output: 5 Errors
Error Line 2, Column 1: Non-space characters found without seeing a doctype first. Expected <!DOCTYPE html>.
<!DOCTYPE html>
✉
Error Line 2, Column 1: Element head is missing a required instance of child element title.
<!DOCTYPE html>
Content model for element head:
If the document is an iframe srcdoc document or if title information is available from a higher-level protocol: Zero or more elements of metadata content, of which no more than one is a title element and no more than one is a base element.
Otherwise: One or more elements of metadata content, of which exactly one is a title element and no more than one is a base element.
Error Line 2, Column 16: Stray doctype.
<!DOCTYPE html>
✉
Error Line 3, Column 19: Stray start tag html.
<html lang=”en-CA”>
✉
Error Line 3, Column 19: Cannot recover after last error. Any further errors will be ignored.
<html lang=”en-CA”>
Here is the code:
[please review http://codex.ww.wp.xz.cn/Forum_Welcome#Posting_Code for posting code – long section of broken code moderated – please use the pastebin]
the posted code got unfortunately corrupted by the forum editor – review http://codex.ww.wp.xz.cn/Forum_Welcome#Posting_Code
your theme’s developer will be the best to contact with your problem.
Thanks..it was a Byte Order Mark (BOM) issue.