pasting code just before the tag in a specific page
Permalink
Hello, I recently installed concrete 5 and so far so good. I'd like to add a little piece of code in one of the page... Had I designed the page myself, I would have known exactly where to go. But since the page was created by concrete, I have no idea...
Anyone can help me locate my page on the server? Or where ever it is.
Thanks
p.
Anyone can help me locate my page on the server? Or where ever it is.
Thanks
p.
concrete5 does not create "files" for each page, it creates database entries, if you tell us a little bit more about the code that you want to insert (like where you want it inserted) we can give you some guidance.
OH that's good to know...
OK the code I have to insert is a snippets that must be place just before the closing body tag, that tag :, at the bottom of the page...
And this not for all pages but just for a few pages.
Thanks again
OK the code I have to insert is a snippets that must be place just before the closing body tag, that tag :
</body>
And this not for all pages but just for a few pages.
Thanks again
You know guys, I really need to find an answer to that issue. Because I fear this will be a deal breaker...
I mean If I can't find out how to gain control over certain part of the pages I'm creating with concrete, I'm afraid, the only solution will be to go back to Dreamweaver and create everything by hand... At least then I'll have the control...
But to be honest, I saw how cool it was to create a web site using concrete and I sincerely wish there is a simple solution to my problem.
Any help is greatly appreciated.
P.
I mean If I can't find out how to gain control over certain part of the pages I'm creating with concrete, I'm afraid, the only solution will be to go back to Dreamweaver and create everything by hand... At least then I'll have the control...
But to be honest, I saw how cool it was to create a web site using concrete and I sincerely wish there is a simple solution to my problem.
Any help is greatly appreciated.
P.
just a crazy idea... could this bit of code I need to add to my page be added to a css?
I've been looking and looking, without success...
here is the code I have to insert into the page :
<script language="javascript" type="text/javascript" src="http://media.rockhost.com/system/ondemand.js"></script>
<script language="javascript" type="text/javascript" src="http://media.rockhost.com/js.php/ppellet/ondemand"></script>
the instructions say to put this on the bottom of the page right before the closing body tag...
And I have this other code to insert but this one doesn't seem problematic because I can always insert it with the editor, using html...
<link rel="stylesheet" type="text/css" href="http://media.rockhost.com/theme/widget_ondemand.css" />
<div id="cc_on_demand_content">Loading...</div>
Can someone make sens of all this???
Thanks
P.
here is the code I have to insert into the page :
<script language="javascript" type="text/javascript" src="http://media.rockhost.com/system/ondemand.js"></script>
<script language="javascript" type="text/javascript" src="http://media.rockhost.com/js.php/ppellet/ondemand"></script>
the instructions say to put this on the bottom of the page right before the closing body tag...
And I have this other code to insert but this one doesn't seem problematic because I can always insert it with the editor, using html...
<link rel="stylesheet" type="text/css" href="http://media.rockhost.com/theme/widget_ondemand.css" />
<div id="cc_on_demand_content">Loading...</div>
Can someone make sens of all this???
Thanks
P.