Skip to content
Sign UpLog In
Profile icon

Dylan Stein

@DylanStein1
Repls
Community
DylanStein1
DylanStein1
shared a Post
2 years ago
how do you add a picture
im wanting to know how to add a picture like any picture and be able to put it anywhere
PlatonicC
PlatonicC
Does anyone know what to put if the image is in the replit already?2 years ago
Baconman321
Baconman321
What these guys are saying is the correct way to load an image, but to put it anywhere you want you will have to use CSS. CSS is a way to style the contents of a webpage. While putting CSS into a style attribute is not recommended, it shows you how to style tags without extra steps, which should be best for a person who seems so new to HTML like you. The position:absolute; detaches the image from being relative to the other elements of the page. If you were to put something above the image, i2 years ago
Coder100
Coder100
working repl: https://repl.it/@Coder100/mark-as-correct-answer-EverlastingExtrasmallLivecd#index.html read more: https://www.w3schools.com/tags/tag_img.asp2 years ago
DylanStein1
DylanStein1
shared a Post
2 years ago
is my website right also is there a way i can change the background?
RYANTADIPARTHI
RYANTADIPARTHI
Solution yup, your background is working all fine. If you want to change the background, it's like this. body { background-color: red; } like that. That should work2 years ago
DylanStein1
DylanStein1
shared a Post
2 years ago
i added a link that should take you to a website called eggisthenewblack.com but instead it takes you too https://experiencedearlycollaborativesoftwar
RYANTADIPARTHI
RYANTADIPARTHI
Solution try using an `` tag. Link Like that. That should work2 years ago
InvisibleOne
InvisibleOne
use onclick='window.location.href="URL";' instead of 'href'2 years ago