You are going to block this site. This will do the following:
- You will no longer see this site in searches.
- Site will no longer see your site in searches.
- Site will not be able to comment on your site profile.
- Any comments this site has posted to your profile will not be displayed.
Are you sure you want to do this?
for an image style, if you use 'position: absolute' and just adjust the 'top/bottom' and 'left/right' to whatever you want, you can place it anywhere on the screen! ill look for a more in depth explanation to help :3
this has a bit about positioning! hopefully itll help https://www.w3schools.com/css/css_positioning.asp
I see I see !! Thank you very much for this, unfortunately I don't know exactly how to add this to the css ;; Do I add it to an existing group? Do I make it separate from the others at the bottom of the page? Or do I have to link the div group to a whole new css page? Sorry I'm just really new and bad at this, but I really appreciate your help !
apologies for barging in but i thought id throw my hat into the ring too - if you want to kind of "stick" the image on there the way i'd do it is with (you can place this anywhere in the area) and just play around with the top/bottom/etc. values like 2cherrish mentioned
ok the 'code' part got eaten up for some reason but < img src='strawberry.png' style='position:absolute;top:whatever;left:whatever' > should do the trick
I see I see :o Thank you both for your help!! I'll see how this looks right now :D
It worked like a charm!! Thank you so much for this even if it was really easy to figure out ^^
should the item stay in one place or should it change based on values? Maybe my garbage laptop is acting up, but the only time the location changes is when I change the top to bottom? I'm 99% sure it's just me though lol