Results 1 to 3 of 3

Thread: Html (userlookup) Question

  1. #1
    WerewolfBF's Avatar
    Joined
    Apr 2014
    Posts
    68
    Pronouns
    he/him
    Userbars
    3
    Thanks
    21
    Thanked
    25/11
    DL/UL
    1/0
    Mentioned
    19 times
    Time Online
    33d 10h 5m
    Avg. Time Online
    13m

    Html (userlookup) Question

    Does anyone know the code for poisitioning an image in the right hand corner of a userlookup?
    Like currently I have a tiled background and I'm looking to put an image in the corner of my userlookup.
    No idea if I phrased that correctly. �\_(ツ)_/� Any help is highly appreciated!

  2. #2

    Joined
    Dec 2016
    Posts
    2,275
    Thanks
    3,850
    Thanked
    9,573/1,609
    DL/UL
    17/0
    Mentioned
    306 times
    Time Online
    134d 4h 41m
    Avg. Time Online
    1h 12m
    <img src="imagelink" style="position:absolute; top:0px; right:0px;">

    If you want it to be fixed to the page like a 'float', use fixed instead of absolute.

    If you have some wonky codes in there, you may have to add this to it:

    <img src="imagelink" style="position:absolute; top:0px; right:0px; visibility:visible;">
    Last edited by motherfucker; 03-08-2017 at 09:00 PM.

  3. The Following 3 Users Say Thank You to motherfucker For This Useful Post:

    |2eap (03-08-2017),Shizuku (03-09-2017),WerewolfBF (03-08-2017)

  4. #3
    WerewolfBF's Avatar
    Joined
    Apr 2014
    Posts
    68
    Pronouns
    he/him
    Userbars
    3
    Thanks
    21
    Thanked
    25/11
    DL/UL
    1/0
    Mentioned
    19 times
    Time Online
    33d 10h 5m
    Avg. Time Online
    13m
    Thank you so much!! <3

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •