How do I fix this? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4
30th Sep 2023, 8:29 PM
NepicX (Youtube)
NepicX (Youtube) - avatar
29 Answers
+ 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>
30th Sep 2023, 9:40 PM
D1M3
D1M3 - avatar
+ 7
What is your image supposed to be?
30th Sep 2023, 8:45 PM
Annihilate
Annihilate - avatar
+ 5
NepicX (Youtube) How to upload an image into Sololearn -> tutorial https://code.sololearn.com/WW6t4B73kJVz/?ref=app
30th Sep 2023, 11:01 PM
Rik Wittkopp
Rik Wittkopp - avatar
+ 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.
17th Nov 2023, 7:51 AM
MamickaBeeGames (YouTuber)
MamickaBeeGames (YouTuber) - avatar
+ 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>
30th Sep 2023, 10:19 PM
Faisal
+ 3
anyone knows how to fix the little page to an image? Or you cant fix it?
1st Oct 2023, 2:07 PM
NepicX (Youtube)
NepicX (Youtube) - avatar
+ 3
alr bet ill try that!
2nd Oct 2023, 12:35 PM
NepicX (Youtube)
NepicX (Youtube) - avatar
+ 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
5th Oct 2023, 9:31 PM
Annihilate
Annihilate - avatar
+ 2
Hi guys am new here am learning cpp python and HTML how many months will it take me to learn them
2nd Oct 2023, 8:28 AM
Strong Flash
Strong Flash - avatar
+ 2
Idk c++ I only know web sooo somebody else can help you
2nd Oct 2023, 12:16 PM
NepicX (Youtube)
NepicX (Youtube) - avatar
+ 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.
2nd Oct 2023, 12:29 PM
Freezer Pardon
Freezer Pardon - avatar
+ 2
Aight, Upvote my comment.
2nd Oct 2023, 12:39 PM
Freezer Pardon
Freezer Pardon - avatar
+ 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.
2nd Oct 2023, 12:45 PM
JaP
JaP - avatar
+ 1
GamerGeil Hd tysm but now it does that little page icon
30th Sep 2023, 9:42 PM
NepicX (Youtube)
NepicX (Youtube) - avatar
+ 1
NepicX
30th Sep 2023, 10:05 PM
NepicX (Youtube)
NepicX (Youtube) - avatar
+ 1
YOOO
30th Sep 2023, 11:05 PM
NepicX (Youtube)
NepicX (Youtube) - avatar
+ 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>
1st Oct 2023, 2:20 AM
shreyansh Singh Rajput modern school performance
shreyansh Singh Rajput modern school performance - avatar
2nd Oct 2023, 8:28 AM
Strong Flash
Strong Flash - avatar
+ 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
2nd Oct 2023, 8:32 AM
D1M3
D1M3 - avatar
0
The little Page icon is because of sololearn
30th Sep 2023, 9:45 PM
D1M3
D1M3 - avatar