How use live server open currently edit html? [closed] - html

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
i use live server in Visual Studio Code
but click bottom and right "Go Live"
show someone file context.
How use live server open currently edit html ?

If your terminal is not in the folder in which the file is located or there are multiple HTML files in your folder then live server will not be able to locate or display your file
Solutions
In the menu you see after clicking go live select the HTML file you want to view
Name the HTML file you want to view as index.html. when the server sees this file. It knows that this is the HTML file to be displayed as the landing page.

Related

Want to add french version to the website and trouble in lauching it due to 'index.html' [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed last month.
Improve this question
I want to add a drop-down so that people can see the French version of my website.
When I double-click the ‘index.html’ file, it works fine from the local computer, but I’m having trouble hosting it on GitHub. Here is the link to the repository- https://github.com/Kkhurana007/blog_le07decembre.github.io
Create a dummy index.html file which contain path of original index.html file path. Duplicate file for accessing your home page.
My Index Page

How do I put source code to Visual Studio code [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 1 year ago.
Improve this question
I saw a portfolio website on YouTube. In that the youtuber said "the source code is in the description using the source code you can take the whole coding in your system and edit to make it yours". Now I want to put the source code(html css) to visual studio code but I don't know how to do it. Can anyone tell me how to do it as soon as possible?
click on Add Folder after that browse which folder you want click it and open, done you can now edit your code

Where is Magento Homepage file located in File Manager? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
Where to find magento homepage in .html or .xml format in FTP?
I actually want to host my javascripts/ CSS in html itself for better SEO.
Magento's home page is not saved a flat html document, it is a CMS page configured in the admin panel. To find what page is currently being used, go to;
system > configuration
From the top menu, then go to;
General > Web
From the left menu. Find the 'default pages' block in the main content area and there you will find the name of the cms page being used for the home page. You can search for this page here;
Cms > Pages
From the top menu, then search by name.
Note if you have more than 1 store setup in Magento, you may need to change the viewscope when checking the settings in configuration.

Add html/code in Magento HEADER [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I am new to magento, so i have little knowledge about it. I want to Add an Image or Html Code at the Header of Magento.I want this (http://prntscr.com/8c5ens) one to be placed here (http://prntscr.com/8c5eyy) .Can AnyOne guide me how to do it ?
You need to find the html template file.
One way to do that it's enable Template Path and Block Name hints:
Login to Magento Admin panel
Go to System->Configuration.
The Template Path and Block name will only appear for current website. So change the Current Configuration Scope to ‘Main Website’.
Go to the Advanced section and click on Developers.
Expand the Debug tab.
Set the Template Path Hints to ‘Yes’.
Set the Block Name Hints to ‘Yes’.
Click on ‘Save Configuration’ button.
Open Magento user panel and see the template path hints. It shows each file where the page element is located in.
Another way it's find the code in whole project (intuition needed):
Open developers tools of browser.
Find some specific pieces of code, copy it and try to find it through the whole project.
Probably it should be somewhere in app/design/frontend/ path.

Joomla 3.3 - where to find html source editor and edit it [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I have installed joomla 3.3 and I couldn't find the HTML source editor to embed some html code in my website.
I'm not sure if you're referring to Joomla's text editor or editing the template HTML markup so I've added screenshots for both:
Text editor:
Template editing:
If you go into the template files, open you will see (on the left hand side) the index.php file which contains the HTML markup for the template. However I would recommend using a module rather than editing the templates core files