Jump to content

HTML image help

Gigabiter
Go to solution Solved by givingtnt,

NONE OF THESE ARE WORKING

Show US a picture of the file directories where the code is

hello, i'm ultan04 and i was trying to figure out how to add a image in html using notepad++ and i seen about 5 different videos on how

to put in a image but none of them seem to work so plz help

SPECS

GPU:Msi r9 270x. PSU:corsair CX600M. CPU AMD-fx 8320. CASE: ultra etorQe mid tower. HDD:1tb barracuda.MOTHERBOARD:ASUS M5A97.

Link to comment
Share on other sites

Link to post
Share on other sites

<img src="insert path to image here" />

 

make sure the file directory is good.

if its direcly with the html file, just put the name of the file with its extention, exacly how its written

if its in a folder, do :  foldername/imagename.jpg

 

 

@Gigabiter

~New~  BoomBerryPi project !  ~New~


new build log : http://linustechtips.com/main/topic/533392-build-log-the-scrap-simulator-x/?p=7078757 (5 screen flight sim for 620$ CAD)LTT Web Challenge is back ! go here  :  http://linustechtips.com/main/topic/448184-ltt-web-challenge-3-v21/#entry601004

Link to comment
Share on other sites

Link to post
Share on other sites

<img src="insert path to image here" />

basicly this, but "unwritten rules" state you need to add an alternative message for people who cannot see images.

like so;

 

<img src="smiley.gif" alt="Smiley face" height="42" width="42">

 

w3schools is a good website as a reference to learn web engineering, the college i went to used it as a general reference: http://www.w3schools.com/

Link to comment
Share on other sites

Link to post
Share on other sites

sorry, but tat did not work givingtnt 

SPECS

GPU:Msi r9 270x. PSU:corsair CX600M. CPU AMD-fx 8320. CASE: ultra etorQe mid tower. HDD:1tb barracuda.MOTHERBOARD:ASUS M5A97.

Link to comment
Share on other sites

Link to post
Share on other sites

sorry, but tat did not work givingtnt 

If you're getting a small broken image icon it's because the path isn't correct

I am good at computer

Spoiler

Motherboard: Gigabyte G1 sniper 3 | CPU: Intel 3770k @5.1Ghz | RAM: 32Gb G.Skill Ripjaws X @1600Mhz | Graphics card: EVGA 980 Ti SC | HDD: Seagate barracuda 3298534883327.74B + Samsung OEM 5400rpm drive + Seatgate barracude 2TB | PSU: Cougar CMX 1200w | CPU cooler: Custom loop

Link to comment
Share on other sites

Link to post
Share on other sites

If you're getting a small broken image icon it's because the path isn't correct

ok ill try changeing the path

SPECS

GPU:Msi r9 270x. PSU:corsair CX600M. CPU AMD-fx 8320. CASE: ultra etorQe mid tower. HDD:1tb barracuda.MOTHERBOARD:ASUS M5A97.

Link to comment
Share on other sites

Link to post
Share on other sites

ok ill try changeing the path

To do a quick test, use something like <img src="http://www.joomlaworks.net/images/demos/galleries/abstract/7.jpg">

 

If the image shows up, then it's an issue with the image path. You might not have the image where you think it is for example

I am good at computer

Spoiler

Motherboard: Gigabyte G1 sniper 3 | CPU: Intel 3770k @5.1Ghz | RAM: 32Gb G.Skill Ripjaws X @1600Mhz | Graphics card: EVGA 980 Ti SC | HDD: Seagate barracuda 3298534883327.74B + Samsung OEM 5400rpm drive + Seatgate barracude 2TB | PSU: Cougar CMX 1200w | CPU cooler: Custom loop

Link to comment
Share on other sites

Link to post
Share on other sites

NONE OF THESE ARE WORKING

SPECS

GPU:Msi r9 270x. PSU:corsair CX600M. CPU AMD-fx 8320. CASE: ultra etorQe mid tower. HDD:1tb barracuda.MOTHERBOARD:ASUS M5A97.

Link to comment
Share on other sites

Link to post
Share on other sites

damn it

SPECS

GPU:Msi r9 270x. PSU:corsair CX600M. CPU AMD-fx 8320. CASE: ultra etorQe mid tower. HDD:1tb barracuda.MOTHERBOARD:ASUS M5A97.

Link to comment
Share on other sites

Link to post
Share on other sites

http://www.w3schools.com/tags/tag_img.asp

 

w3schools is your best friend.

My rig: Intel Core i7-8700K OC 4.8 | NZXT Kraken X62 | ASUS Z370-F | 16 GB Trident Z RGB 3000 (2x8) | EVGA 1070 SC | EVGA SuperNova NEX650G1 | NZXT H700 | Samsung 250GB 850-EVO | 2x 2TB Seagate Barracuda HDDs 

Link to comment
Share on other sites

Link to post
Share on other sites

basicly this, but "unwritten rules" state you need to add an alternative message for people who cannot see images.

like so;

 

<img src="smiley.gif" alt="Smiley face" height="42" width="42">
 

w3schools is a good website as a reference to learn web engineering, the college i went to used it as a general reference: http://www.w3schools.com/

.

basicly this, but "unwritten rules" state you need to add an alternative message for people who cannot see images.

like so;

 

<img src="smiley.gif" alt="Smiley face" height="42" width="42">
 

w3schools is a good website as a reference to learn web engineering, the college i went to used it as a general reference: http://www.w3schools.com/

.

Whoops sorry i forgot that. W3C files are still notre 100% un m'y head at thé moment. Starter learning them 2weeks ago xD

~New~  BoomBerryPi project !  ~New~


new build log : http://linustechtips.com/main/topic/533392-build-log-the-scrap-simulator-x/?p=7078757 (5 screen flight sim for 620$ CAD)LTT Web Challenge is back ! go here  :  http://linustechtips.com/main/topic/448184-ltt-web-challenge-3-v21/#entry601004

Link to comment
Share on other sites

Link to post
Share on other sites

NONE OF THESE ARE WORKING

Show US a picture of the file directories where the code is

~New~  BoomBerryPi project !  ~New~


new build log : http://linustechtips.com/main/topic/533392-build-log-the-scrap-simulator-x/?p=7078757 (5 screen flight sim for 620$ CAD)LTT Web Challenge is back ! go here  :  http://linustechtips.com/main/topic/448184-ltt-web-challenge-3-v21/#entry601004

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×