1 |
|
---|---|
Posted by | Forum html |
Dazedlion (#229933) Wanderer View Forum Posts Posted on 2021-05-24 16:38:06 |
I'm a mobile user and I can't figure out how to work html on the forums. If anyone could possibly help me set it up I would be so grateful. Or at least make one. I have a html thing in mind too. 0 players like this post! Like? |
Keina [Not Active] (#50109)
Lone Wanderer View Forum Posts Posted on 2021-06-20 08:43:12 |
Hiya Kandice! I know coding can be rather hard on Mobile sometimes. What type of code do you need help with? I would be more than glad to check your code for you or help you write whatever you need. 0 players like this post! Like? |
Dazedlion (#229933)
Wanderer View Forum Posts Posted on 2021-06-20 10:59:49 |
I have a html but I can't seem to set it up properly. I managed it in my den with boxes and crap and that's about it. Let me link the html I was trying to use. 0 players like this post! Like? |
Dazedlion (#229933)
Wanderer View Forum Posts Posted on 2021-06-20 11:09:54 |
Keina [Not Active] (#50109)
Lone Wanderer View Forum Posts Posted on 2021-06-20 11:37:26 |
Glad to hear you figured it out! If you ever need any more help feel free to PM me! I'm always happy to help anyone with code. 0 players like this post! Like? |
Dazedlion (#229933)
Wanderer View Forum Posts Posted on 2021-06-20 20:17:15 |
Hey, could you help me set up the cave cover code? I have css in my caves but when I try to change the covers of everything it won't let me even though I followed the instructions. 0 players like this post! Like? |
Keina [Not Active] (#50109)
Lone Wanderer View Forum Posts Posted on 2021-06-20 21:00:16 |
If the code is correct, you can always place an !important after the image link and before the semi-colon. Example: div.cave-grid > img { content: url ('URL') !important; height: auto !important; width: 258px !important; } I've bolded the tag you should add into the code and where it should go. I hope this helps! 0 players like this post! Like? Edited on 20/06/21 @ 21:03:29 by Keina (#50109) |
Dazedlion (#229933)
Wanderer View Forum Posts Posted on 2021-06-20 23:45:50 |
According to the guide I used, it should've looked like this a[href$="unsorted.php?id=https://www.lioden.com/unsorted.php?id=229933"] > div.cave-grid > img {content: urlcss by katie ☀️ #106445!important;} 0 players like this post! Like? |
Keina [Not Active] (#50109)
Lone Wanderer View Forum Posts Posted on 2021-06-21 08:09:28 |
That should work although I'd remove the first id tag as you only need the unsorted.php? and your id number. a[href$="unsorted.php?id=229933"] > div.cave-grid > img { content: url ('ImageLink') !important; } Replace ImageLink the the direct url of the image and it should work. Although, if you use Firefox as your primary browser it won't display properly but anyone who uses Chrome can see it. 0 players like this post! Like? |
Dazedlion (#229933)
Wanderer View Forum Posts Posted on 2021-06-21 10:57:15 |
Could you just set it up how it needs to be? I can't get it to work, so idk what I'm doing wrong. 0 players like this post! Like? |
Dyl (#265539)
Heavenly View Forum Posts Posted on 2022-03-27 21:59:31 |
1 |
---|