« Web, HTML, Tech Forum

How do I put an image below the links area?

Posted by ◇Nokii◇

posted
updated

Forum: Web, HTML, Tech

I tried but it got put in the area below the interests instead...

Edit: Ok so I logged out of my account and for some reason the same code worked? But when I'm logged in it doesn't???

Edit2: So I decided to move it above the interests area instead but for some reason it also appeared below it? Oh CSS I don't understand you...


Report Topic

2 Replies

Sort Replies:

Reply by Inccubus Fangzz

posted

what code are you using?


Permalink Report Reply

Reply by ◇Nokii◇

posted

Hii, sorry for the late reply

I just left it at the areas before and after the interest table, It's been so long I'm not sure which code it is but I think it's this

.profile .table-section:before{

  display: grid;

  place-items: center;

 content: url(imagelink);

}


Permalink Report Reply