I would like to find where the heck the ID "contentarea" is so I can edit the HTML, but I don't even know what file to pull. I tried the default.umbraco file. But I don't see this verbiage anywhere.
Where is it by default in a fresh installation of Umbraco 7?
I eventually figured out, that the part I want to edit is found as an actual XSLT file. Something I also have never worked with before...
I have researched this though, and the code looks correct, but some how the it's not retrieving the images from the media section. Can anyone shed light on this?
I've looked at the master pages folder and found the template. But the HTML source code that you see when navigating the website, is different from when you view the masterpage template.
That page has HTML in it, but this one little section has this code in there and I don't know where to go to edit it.
I want to edit HTML; where is the file that has the contentplaceholder ID's?
Hi everyone,
I'm new to editing Umbraco files. My knowledge is in CSS and HTML.
I'm trying to edit HTML. The problem is, the place where it's supposed to be has this on the backoffice viewing section of the template:
I would like to find where the heck the ID "contentarea" is so I can edit the HTML, but I don't even know what file to pull. I tried the default.umbraco file. But I don't see this verbiage anywhere.
Where is it by default in a fresh installation of Umbraco 7?
Hi Brent
This is asp.net web forms code, you can't use this id as id in html.
Go to masterpages folder and find template what you need on the page.
What version of Umbraco are you using?
Thanks,
Alex
I eventually figured out, that the part I want to edit is found as an actual XSLT file. Something I also have never worked with before...
I have researched this though, and the code looks correct, but some how the it's not retrieving the images from the media section. Can anyone shed light on this?
I'm using Umbraco 7.
I've looked at the master pages folder and found the template. But the HTML source code that you see when navigating the website, is different from when you view the masterpage template.
That page has HTML in it, but this one little section has this code in there and I don't know where to go to edit it.
Thanks in advance.
This is part of the HTML that it shows when you view source on IE that is replaced by that other code mentioned beforehand:
is working on a reply...