+ 4
How do I fix this?
Fix this image https://code.sololearn.com/WvRTbjHmHaCC/?ref=app
29 Réponses
+ 3
<!DOCTYPE html>
<html>
<head>
<title>Happy Birthday Daniel!</title>
</head>
<body bgcolor="lightgreen">
<h1 style="border:solid; text-align:center;">Happy Birthday Daniel!</h1>
<img src="happyBD.png" alt="Happy Birthday Image">
</body>
</html>
+ 7
What is your image supposed to be?
+ 5
NepicX (Youtube)
How to upload an image into Sololearn -> tutorial
https://code.sololearn.com/WW6t4B73kJVz/?ref=app
+ 4
I upload my images to Google drive then use the image link in my code.
To get the image link, long press on the image you want, then choose open image in new tab from the drop down list. Then tap the three dots on the top right and select share, then choose copy link.
+ 3
<!DOCTYPE html>
<html>
<head>
<title>image show case</title>
</head>
<body bgcolor="lightgreen">
<h1 style="border:solid; text-align:center;">Happy Birthday Daniel!</h1>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQS8BGSdqHGTCo8cHXrQ4hLvIvgxL0QlBJ0Xw&usqp=CAU" style="width:80%; height:100%;">
</body>
</html>
+ 3
anyone knows how to fix the little page to an image? Or you cant fix it?
+ 3
alr bet ill try that!
+ 3
You’ll need the image address since it looks like you’re just using it off your computer, rather than an image from Google or something
+ 2
Hi guys am new here am learning cpp python and HTML how many months will it take me to learn them
+ 2
Idk c++ I only know web sooo somebody else can help you
+ 2
Just specify the correct img link. You can upload your image to free image hosts like imgbb.com then copy the image link and place it in your code. I hope this would help.
+ 2
Aight, Upvote my comment.
+ 2
Search on Google for copyright free images sites
like 'freepik' and find image you want to use, open image in different tab, copy the image link and use it.
You have to give proper source of image to be properly displayed on web page.
<!DOCTYPE html>
<html>
<head>
<title>Happy Birthday Daniel!</title>
</head>
<body bgcolor="lightgreen">
<h1 style="border:solid; text-align:center;">Happy Birthday Daniel!</h1>
<img src="https://img.freepik.com/free-vector/happy-birthday-lettering-with-golden-letters_52683-35047.jpg?w=1060&t=st=1696250457~exp=1696251057~hmac=549c4579435a28918d9c7bacce4269e6d9c2c1d29ede8d88e6cb35eb8d71b6fd" width="100%" alt="Happy Birthday Image">
</body>
</html>
Good luck, keep learning.
+ 1
GamerGeil Hd tysm but now it does that little page icon
+ 1
NepicX
+ 1
YOOO
+ 1
<!DOCTYPE html>
<html>
<head>
<title>Happy Birthday Daniel!</title>
</head>
<body bgcolor="lightgreen">
<h1 style="border:solid; text-align:center;">Happy Birthday Daniel!</h1>
<img src="happyBD.png" alt="Happy Birthday Image">
</body>
</html>
+ 1
Strong Flash i am learning c++ since 2022 and completed cpp second and First. It toke Like 6 months But i Made breaks from learning and it depends on your learning abilities
0
The little Page icon is because of sololearn