Dashboard status bar on the top of the page
Permalink
Hello Concreters,
I have a problem with dashboard status bar on the top of the page. I can't remove it - its there even if one is not log in to the site.
Here is the link to the page (http://www.aquaroma.si)
Can any body know why?
Thank you in advance,
M
I have a problem with dashboard status bar on the top of the page. I can't remove it - its there even if one is not log in to the site.
Here is the link to the page (http://www.aquaroma.si)
Can any body know why?
Thank you in advance,
M
Me neither. Issue resolved?
There is no status bar now. Maybe it was some problems with cache..
Maybe the page permissions were not correct. So guests were able to edit the page.
It's weird cause sometimes I see dashboard status bar on the top of the page, and sometimes don't. I'll try to get print screen and I will post it.
Thanx amigos!
M
Thanx amigos!
M
Try fixing your doctype:
You have:
Should be:
You have:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-transitional.dtd">
Should be:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Colin