HTML Source Edit?
PermalinkHowever, in Concrete5, I have no idea how to find the editor for the html.. as in for the overall layout.
I've read up on the other forum topics as well as online, but I can't seem to understand. when I look underhttp://domain/concrete/themes/default/...
and I see the directories, I get an access denied message.
Please help asap....
You won't find a place where the raw html you see in the source code lives. It is created piece by piece in a sense, so you have granular control over the little parts without having to know the ins and outs before getting started. This is a great concept, as you can play with different parts and create gorgeous sites just by using a couple of blocks.
Now, if you do want to just change some text, you probably need to look in the text or richtext blocks, which you can edit inline using the dashboard.
If you need more help, let us know.
http://notepad-plus-plus.org/
http://filezilla-project.org/
Instructions:http://livestyle.emmet.io/install/...
http://www.sublimetext.com/2
https://chrome.google.com/webstore/detail/emmet-livestyle/diebikgmpm...
UPDATE: I just discovered that with this setup, changes you make to the CSS while in the Dev Tools of Chrome get injected into the CSS you have open in Sublime Text so when you save the CSS file, those changes are incorporated. A very bi-directional editing experience. Also, Sublime Text 3 works as well and seems to save the files back to the server much faster.
Open those directories in your file manager and edit the files there.
Here's quite a good how-to to help you go through with the process:
http://www.concrete5.org/documentation/how-tos/designers/making-a-t...