posted 1728914400
Forum: Web, HTML, Tech
View Topics View Profile
Hello!!
I would like to know how can I put pictures on any position in my page, does any
I know how to put images/gifs, but I struggle to put a picture outside the Blurbs section. Can someone help me? ^^
Report Topic
posted 1729074064
i guess just do
<div style="position: fixed; left: 15px; bottom: 15px; z-index: 99;"><img src="your?image?url" height="100"/></div>
to change where it is mess with the "left" and "bottom" attributes.
Permalink Report Reply