Can you make changes to the webpage through chrome and save it. This is the company vendor who developed this site but allows employees to make content changes but not any way from tool to make html changes. Someone on the vendor side said to use chrome
developer tool to make the text bold. Can you do this? I work more with back end not heavy in css front end.
As far as I know, developer tools in major browser enable us to edit our HTML and styles in a live page. you could check the following links to know how to inspect and live-edit the HTML and CSS of a page using the Chrome DevTools Elements panel.
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
Ok but the change won't be kept when another user logs on?
Of course, developer tool just enables us to edit HTML and styles in a live page in current user browser, which does not change web application on web server, so other users could not see your changes.
Best Regards,
Fei Han
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
the chrome developer tools do allow you to save changes, but only to a local folder, not the website. you still need to upload from the local folder to website. also this is only useful for plain html and css files.
Member
38 Points
272 Posts
Google Chrome Developer tool
Aug 09, 2016 11:01 PM|sbuggle|LINK
Can you make changes to the webpage through chrome and save it. This is the company vendor who developed this site but allows employees to make content changes but not any way from tool to make html changes. Someone on the vendor side said to use chrome developer tool to make the text bold. Can you do this? I work more with back end not heavy in css front end.
All-Star
40535 Points
6233 Posts
Microsoft
Re: Google Chrome Developer tool
Aug 10, 2016 02:12 AM|Fei Han - MSFT|LINK
Hi sbuggle,
As far as I know, developer tools in major browser enable us to edit our HTML and styles in a live page. you could check the following links to know how to inspect and live-edit the HTML and CSS of a page using the Chrome DevTools Elements panel.
https://developers.google.com/web/tools/chrome-devtools/iterate/inspect-styles/?utm_source=dcc&utm_medium=redirect&utm_campaign=2016q3
Best Regards,
Fei Han
Member
38 Points
272 Posts
Re: Google Chrome Developer tool
Aug 10, 2016 02:48 AM|sbuggle|LINK
All-Star
40535 Points
6233 Posts
Microsoft
Re: Google Chrome Developer tool
Aug 25, 2016 11:22 AM|Fei Han - MSFT|LINK
Hi sbuggle,
Of course, developer tool just enables us to edit HTML and styles in a live page in current user browser, which does not change web application on web server, so other users could not see your changes.
Best Regards,
Fei Han
All-Star
57864 Points
15491 Posts
Re: Google Chrome Developer tool
Aug 26, 2016 12:52 AM|bruce (sqlwork.com)|LINK
the chrome developer tools do allow you to save changes, but only to a local folder, not the website. you still need to upload from the local folder to website. also this is only useful for plain html and css files.
Member
230 Points
148 Posts
Re: Google Chrome Developer tool
Aug 26, 2016 01:00 AM|jmpalines|LINK
if you want to edit pages and publish them to live site you need a CMS