Posts by xnok • 137 points
6 posts
-
0
votes2
answers238
views -
0
votes2
answers238
views -
1
votes1
answer188
viewsQ: GET error in image URL 403 (FORBIDDEN) when trying to change img tag src
I have an input form where I get the link of an image and then a button where it has a function that stores the URL in a variable so that I can dynamically change the image being shown in the img…
-
2
votes1
answer49
viewsQ: Changing the image of a Section using javascript
I have a section that contains in your file .css the following: .cid-qTkA127IK8 { background-image: url("../../../assets/images/background4.jpg"); } However, my goal is instead to use the CSS to…
-
0
votes1
answer650
viewsA: Downloading HTML from a page
I found the best answer on this link: https://stackoverflow.com/questions/13080943/download-php-generated-webpage-as-html-file by far the most elegant way to download HTML using php. <?php //Link…
-
-5
votes1
answer650
viewsQ: Downloading HTML from a page
I would like to know a way or plugin that helps me to download the HTML of the page in format .html. My goal is to make it possible to edit images and texts in an image and finally to download it. I…