Linked Questions

0 votes
1 answer
757 views

I am trying to display an image in a table from a query like this: echo ("<td> <img src=" . $row['img1'] . "></td>"); This works until there is a space in the saved data. I am ...
Remco's user avatar
  • 1
0 votes
0 answers
38 views

I am making a sample project e-commerce site wherein I encountered a problem when fetching data from my backend. All other data such as price, rating, etc. are being fetched to the frontend but just ...
James Craig's user avatar
163 votes
10 answers
296k views

Is a URI (specifically an HTTP URL) allowed to contain one or more space characters? If a URL must be encoded, is + just a commonly followed convention, or a legitimate alternative? In particular, ...
Joe Casadonte's user avatar
160 votes
5 answers
252k views

In a URL, should I encode the spaces using %20 or +? For example, in the following example, which one is correct? www.mydomain.com?type=xbox%20360 www.mydomain.com?type=xbox+360 Our company is ...
MegaByter's user avatar
  • 1,601
2 votes
2 answers
4k views

I have searched high and low for a solution to my problem - I am new to coding and have tried to insert a slideshow into my website using javascript... Everything works fine just the first image does ...
Kev Harper's user avatar
0 votes
3 answers
8k views

Adding a space to a filename breaks the code. This works: <html> <img id="window-1" src="http://url.net/demo1.png"> <img id="window-2" src="http://url....
Yigal's user avatar
  • 344
2 votes
2 answers
3k views

I want to include a link to a local html file, which lives inside the www directory of my shiny app, inside a column in data.table. On click a new tab should open showing the html file. I've found ...
user avatar
1 vote
2 answers
4k views

I have browesed through many posts here including this here Lazy Loading doesnt display my images but i still have the problem, i do not what could be the reason but the img are not displayed at all....
MyName's user avatar
  • 11
0 votes
1 answer
2k views

So I would like to have the background of the body be one gif that fills the entire thing. It won't show up. <style type="text/css"> body{ width:100vw; height:100vh; ...
SmollBirb123's user avatar
0 votes
2 answers
783 views

Hi I have a simple HTML question that I am struggling with. I have googled and looked through stackoverflow, but I must either be doing something incorrectly because I cannot get this to work. I am ...
theJcode24's user avatar
-1 votes
3 answers
717 views

I'm trying to clone a website in my local environment. For some reason, background image doesn't show even though the path is correct as shown in the jpg below. The photo is in the same folder as ...
jenlky's user avatar
  • 396
-1 votes
1 answer
360 views

I´m a newbie in JS and i have written some code but it doesnt work. I want to change the video in the background, when i click on a image. Heres my code: HTML: <div id="slide"> ...
user avatar
0 votes
3 answers
262 views

I am trying to make an href button that when clicked changes the image on my website page to another image. How precisely can I do this? I am trying to use the following code to point "Page 2" to ...
jay59's user avatar
  • 11
0 votes
1 answer
312 views

I thought that cgi-bin would be a good place to store a JS script, but it's not found using <script type="text/javascript" src="cgi-bin/jscripts1.js"></script> Renaming and changing cgi-...
dcromley's user avatar
  • 1,428
0 votes
1 answer
233 views

I am using bootstrap4 and my image in the carousel is squished. It was working fine before but when i updated the CDN the carousel changed too. There might not be anything different in the code ...
front00's user avatar

15 30 50 per page