GetSimple Support Forum
PROBLEM GS destroys html code - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: PROBLEM GS destroys html code (/showthread.php?tid=10659)



GS destroys html code - harley-peter - 2019-01-12

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?


RE: GS destroys html code - Carlos - 2019-01-12

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...


RE: GS destroys html code - harley-peter - 2019-01-14

Yes, I selected source code in the page editor and inserted the code.