NetBeans will not display image in Chrome with NetBeans Connector - html

Hello I am brand new to coding and am trying my hand at html5 using NetBeans. I am trying to load an image but the image doesn't load rather the alt text is displayed.
I have tried a .png and a .jpeg. I have tried putting them in different subfolders with no success. Also, I am using the palette to insert the code rather than typing it myself -- so I would think since NetBeans is actually generating the code that it would be correct.
Lastly, I think this problem is more NetBeans related than html coding errors. See the screenshot of NetBeans and see the error messages in the Headers section.
How can I fix these errors and get my image to display on my website?
Thanks in advance for your help!
Screenshot of NetBeans Window

I figured out the solution to my problem. If you look at the files in your project you will see a file titled "public_html". Your images have to be in this folder or a subfolder of it to load the image to Chrome with the NetBeans Connector.

Related

The page is not reading my image and I don't know why

I finished my project, but although the extension Live Server is showing everything right, the images I added. When I open the page from the documents or from GitHub it is not reading SOME images. Does anyone recognize this error??
Ps: I'm just using HTML and CSS, making a portfolio.
I also faced the prob, what you need to do is just upload the folder again on Github using (Check wheter you are uploading the correct folder and the files are linked correctly.). And than again download it. It may solve the problem.

my project works with live server extension only

I have a live server extension in my VC and it works well, the problem is when I try to open my page without using the extension it shows up the page without any CSS colors or images or anything, I want to see my project with all CSS codes I wrote without using live server, thank you
Have your tried copying the full path of the file then entering it in the browser?
If that still doesn't work, try refresh the page when updating your html/css/js file.
Sharing your code will help us more to Debug it.
Instead, I suggest you,
Just recheck your internet connection if you're using any CDN or any API like Bootstrap, Tailwind CSS.
Check your links if referred to any external CSS or js.

Atom showing gray coloured code (non-executable)

I usually use JetBrains PhpStorm and recently converted from that to Atom. I haven't any much experience in that whereas recently I had opened the project of PhpStorm work and that opened and worked fine but when I made a project in the Atom it appears like this.
Please let me know if anyone have any idea related to it, I am in the middle of a project need to submit that.
I got the answer, the problem was when I created the HTML file it didn't show any colour but when I executed it, it worked

Images are not showing in ckfinder in eclipse

I have included the CKfinder in my html file. After included this file, I'm able to see the images in folderwise in popup window and able to store the image as well. As per my view, when we click on browse server button, it is creating ckfinder folder and storing all the uploaded images. It is working fine in XAMPP server.
But when I tried to implement the same thing in my Eclipse project, Images folder is not showing. It's showing blank in the popup window.
How to fix this issue? Kindly help me.

Different background for different script in same file using PhpStorm

I am new PhpStorm user. I can't find the option where I see different background color preview for different script in a file. Like the following image of Netbeans IDE.
Please help me to find out the configuration in PhpStorm
Your solution is so to externalize in a js file out of the html one.
Not currently possible, please vote for IDEABKL-6375 and linked tickets