I would like to apply shadow style to an image by using notepad++. But I am unable to apply the code. it is not working. can anyone help me out. I am sending a link for your reference. Please check it out and get me a solution.
i am interested in effect 5. This effect I want to apply for an image. i am using notepad++ to edit the file. I want save this file as html and save shadow image as .png.
I wrote this code in notepad++ and executed. But it doesnt work. Only image displayed in the browser. But doesnt apply. Could you please check the error in the code.
Thank you so much for your help.
I’m a little confused by your expectations/request.
I understand that you want to save the file as an html file, but I do not understand how/why you expect to save the shadow separately as a .png file. The shadow effect is being created with CSS.
You can set the visibility of the box with the message to hidden or simply remove the background-color, border, and any text from the box, then make a screen shot of the full shadow effect and save it as a png. Seems counterproductive to make a .png of an effect that can be produced with CSS, though.
Please show us YOUR code so we can see where you are having a problem. If you have a web site, you can post a link to that site where we can see your test page. If you are writing your code only on your computer, the you can post a “working page” in your next message. A “working page” is one that starts with <!doctype>, has a complete head section where you CSS styles may be written, and the body with your code; it ends with </html>.
A “working page” allows us to see exactly what you see.
Please post a “working page” instead of the screen shots of your code.