« Web, HTML, Tech Forum

is it possible to add an image to the links box?

Posted by thou

posted

Forum: Web, HTML, Tech

this is the section for links in my layout. i don't use it because i don't have anything to link to, but i'm tired of an empty box on my profile. is it possible to use css to add an image inside the box? i'm not the savviest with coding and what i've attempted so far hasn't worked out. any advice is greatly appreciated, or just a "no this isn't possible to do", thanks :-p


Report Topic

2 Replies

Sort Replies:

Reply by vogel

posted

div.table-section:nth-child(7) .inner:after{height:100px; width:100px; content:url(jpg.jpg); display:block}

That should work with the image link replaced of course and whatever height/width you want. Let me know if it doesn't


Permalink Report Reply

Reply by thou

posted

hello thank you very much for your response, it could just be the layout i have but unfortunately this did not work with it and only added a new category in the interests section containing the image. i did figure out how to put the image in the header of the link box, however this isn't really what i wanted since i'd still like the header to stay, and the box outline bleeds into my friends section


Permalink Report Reply