GetSimple Support Forum

Full Version: GS destroys html code
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
If I try to insert a html source code in a new native site in GS and I save the site the system change the code. An exampel:

I write the following code:
<html>
<head>
<meta http-equiv="refresh" content="0; URL=http://localhost/GetSimpleCMS/index.php?id=test">
</head>
</html>

and after saving the site the code looks like:
<br />
<meta http-equiv="refresh" content="0; URL=http://localhost/GetSimpleCMS/index.php?id=test">

Why?
Are you inserting that in the page editor? You should only insert stuff that goes between <body> and </body>

There are some redirect plugins, BTW...
Yes, I selected source code in the page editor and inserted the code.