putting an image in html-notepad
Loading...
21,876
Loading...
Uploader Comments (levite4jesus)
see all
All Comments (45)
-
and it was a jpg image btw.
-
@levite4jesus Thanks helped me out a bunch
-
@levite4jesus Oh nvm i got it
-
Thanks bro
Loading...
um, I followed your code, except I put my own picture name and stuff, but when I refreshed the page to see it, it showed up as a white box with a red x in it. How do I fix this?
CoDFuryGaming 3 weeks ago
@CoDFuryGaming Try to check the path of the jpg file, it should be relative to your HTML file. Also check your image's file extension. Usually some files use jpeg, JPG or JPEG.
levite4jesus 3 weeks ago
is this how people put pictures in forums??
blade83336 4 weeks ago
@blade83336 Basically, yes. However, it depends on the forum if they allow HTML codes or not.
levite4jesus 3 weeks ago
I did everything you did but my image did fill the screen what did i do wrong
313mrclean 1 month ago
@313mrclean add the width and height attributes: img src="bass.jpg" width="153" height="153"
levite4jesus 1 month ago