+ 1
Please i need an assistant cause i don't know how to put pictures on my webpage, have tried but got nothin'...Please need help!.
18 odpowiedzi
+ 1
You seem to have demonstrated your knowledge in the tag to this post. What's going wrong? Could you post the complete HTML and any error messages you're getting in the console?
+ 1
This what's going wrong , inserting the image and path together still didn't get what i want!!!...
+ 1
Or i just message it to you sounds cool?!!!..
+ 1
you find your image link.
upload it in imgur or another kind website.
you put the code that they give you in html like this
<img src=“your code here” alt=“describe your image here” >
+ 1
Have tried, o.k. see this for example <img width="200px" height="140px" src=="https://pin.it/nrbaauayi2vjjo"/>
+ 1
You link is not right.
find the image you want and upload it using imgur or imgbb.
then embbedd it like i showed you.
and the height and width go after like this.
<img src=“” style= height=“140px” width=“200px”
its better to use CSS
like this
img {
height: 140px;
width: 200px;
}
+ 1
Yeh you're right but what if the image is in my phone????...
+ 1
It's better we chat than posting messages, is that ok??
+ 1
Go to the website such as imgur or imgbb
upload the image .
take the link from there and do what i showed you.
or give me the link and i will put it in the html
+ 1
the code snippet you mentioned will only work only when the image is in your local storage
+ 1
<img src="....." alt="...">
Add height or width if you want.
Use bootstrap to make your webpage responsive
+ 1
Thanks
0
I can only help you if you post your code and any console errors.
0
Yeah you can send in a message if you like
0
ok, msgs
0
Can someone tell me why am failing to link css file to html file using a sublime text cause i have tried serveral times , i have followed all the insturction given on youtube but still its not working can my pc be the one causing the issue or its the bowser ...the link am using is <link rel="stylesheet" type="text/css" href="css/style.css">
0
Jones Sichone show me the code and the errors
0
<!DOCTYPE HTML>
<html>
<head>
<title>whatson</title>
<Link rel="stylesheet" type="text/CSS" href="style.css">
</head>
<body>
<h1> hello whatson</h1>
<p>this website its about fashion, entertainment,nature e.t.c....</p>
</body>
</html>
Stylesheet (style.css) my file name for CSS
h1{
Font-family: aerial;
Color: blue;
}
p{
Font-family: helvetical;
Color: yellow;
}
So when I refresh my bowser nothing is changing only the coding in HTML so I don't know why