« SpaceHey Forum

How to add an image to the side of the profile outside of the body

Posted by mika

posted

Forum: SpaceHey

How do i add an image outside of the body on the area circled with green?


Report Topic

4 Replies

Sort Replies:

Reply by Franz Kafka

posted

<!-- (c) Layout created by Bread (https://layouts.spacehey.com/layout?id=31687) -->


<div style="float:  ; max-height: 400px; position: fixed; right: 1px; bottom: 9px; z-index: 200;"><img src="YOURURLHERE"/></div>


Change the numbers after right and bottom to change the placement


Permalink Report Reply

Reply by Franz Kafka

posted

<!-- (c) Layout created by Bread (https://layouts.spacehey.com/layout?id=31687) -->


<div style="float:  ; max-height: 400px; position: fixed; right: 1px; bottom: 9px; z-index: 200;"><img src="YOURURLHERE"/></div>


Change the numbers after right and bottom to change the placement


Permalink Report Reply

Reply by mika

posted

thank you ! the current code i have is so unclean LMAO

youre a life saver :)


Permalink Report Reply

<div style="float:  ; max-height: 200px; position: fixed; right: 25px; top: 6px; z-index: -300;">

<img src="url"/>


</div>

thats how i did it, not sure tho


Permalink Report Reply