Search results for query: *

  1. Uxie

    Help π“ˆ’γ…€Χ‚γ…€π™š ΰ£ͺ β­’ textbin is sketchy ...

    this ^ for additional context bc i think i'm a major culprit to the textbin use 😭 there was a brief period of time that pastebin's filter went absolutely insane and would flag out very random things that literally could not be removed from the code. textbin was just the first alternative i...
  2. Uxie

    Resource πš‘πšŠπšŸπšŽ 𝚊 πš—πš’πšŒπšŽ 𝚍𝚊𝚒 β™‘ (freebies)

    sorry to scam you all with another non-code post, but here to beg everyone here looking for freebies to also read my other thread crash course if you don't know coding on this site/have much experience using freebies Ω©( ᐛ )و please! please please please! i'm so tired of seeing the links in my...
  3. Uxie

    Resource πš‘πšŠπšŸπšŽ 𝚊 πš—πš’πšŒπšŽ 𝚍𝚊𝚒 β™‘ (freebies)

    hi everyone! want to reiterate some of the points in my first post to avoid removing the credit and to please ask for permission before using any non-freebies, including codes I've used personally in roleplays that aren't posted in my shop as well as any codes posted here that were made for the...
  4. Uxie

    Tutorial πšŒπš›πšŠπšœπš‘ πšŒπš˜πšžπš›πšœπšŽ πŸ’₯ β€” a guide to using code

    I COMPLETELY MISSED OUT THIS PART?? do you mean the play button isn't working on the second code snippet?
  5. Uxie

    Tutorial πšŒπš›πšŠπšœπš‘ πšŒπš˜πšžπš›πšœπšŽ πŸ’₯ β€” a guide to using code

    hey! that was My Bad 😭 the only reason why it isn't aligned is due to the additional line breaks i added to organise the code. adding line-height:0; to the first div or wrapping the whole thing in will fix that!! i've added the former to my original post ( ^Ο‰^ )
  6. Uxie

    Tutorial πšŒπš›πšŠπšœπš‘ πšŒπš˜πšžπš›πšœπšŽ πŸ’₯ β€” a guide to using code
    Index: 4: music players

    boom! it's crash course title body display ----title---- crash course ----header---- ----* * * text starts here---- in this episode, we cover: music players ----header---- ----body text---- ----* * * text starts here---- custom music players are actually really...
  7. Uxie

    Tutorial πšŒπš›πšŠπšœπš‘ πšŒπš˜πšžπš›πšœπšŽ πŸ’₯ β€” a guide to using code
    Index: 3: properties + variables

    boom! it's crash course title header body ----title---- crash course ----header---- ----* * * text starts here---- in this episode, we cover: properties + variables ----header---- ----body text---- ----* * * text starts here---- finally... we're getting to the...
  8. Uxie

    Tutorial πšŒπš›πšŠπšœπš‘ πšŒπš˜πšžπš›πšœπšŽ πŸ’₯ β€” a guide to using code
    Index: 2: tags and nesting

    boom! it's crash course title header body ----title---- crash course ----header---- ----* * * text starts here---- in this episode, we cover: tags and nesting ----header---- ----body text---- ----* * * text starts here---- when i say tags, i'm referring to the...
  9. Uxie

    Tutorial πšŒπš›πšŠπšœπš‘ πšŒπš˜πšžπš›πšœπšŽ πŸ’₯ β€” a guide to using code
    Index: 1: the very first step

    boom! it's crash course title header body ----title---- crash course ----header---- ----* * * text starts here---- in this episode, we cover: the very first step ----header---- ----body text---- ----* * * text starts here---- before we do anything, please...
  10. Uxie

    Tutorial πšŒπš›πšŠπšœπš‘ πšŒπš˜πšžπš›πšœπšŽ πŸ’₯ β€” a guide to using code
    Index: 0: welcome!

    boom! it's crash course title body ----title---- crash course ----header---- ----* * * text starts here---- hi, it's me again! i'm back! let's talk asap... would you do me a favour and read this ( . .) ----header end---- ----body text---- ----* * * text starts...
  11. Uxie

    Help So Many Questions

    the more complex aspects of bbcode are primarily css injection! all divs are styled with the same properties as actual css, though other parts of coding that involve like interactivity use existing bbcode, like tabs or accordions alongside covering divs? if that makes sense! would recommend...
  12. Uxie

    Resource πš‘πšŠπšŸπšŽ 𝚊 πš—πš’πšŒπšŽ 𝚍𝚊𝚒 β™‘ (freebies)
    Index: stop the feeling β™‘

    coded by uxie! please do not use w/o permission. have a nice day! ----header---- ----* * * title here---- stop the feeling ----* * * type here---- misc set ----header end---- ----left---- ----set contents----...
  13. Uxie

    Help quote bubble codes?

    i'm not sure if you're asking for an ic code that features a quote bubble, but reveriee has one that might suit what you're looking for! i also have something that features chat bubbles but it's not pretty on mobile :"") if it's just a chat bubble snippet you're looking for outside of ic, i'd...
  14. Uxie

    Help Tabs Question - is this possible?

    hi! it's definitely possible; i cover a few of the things you're looking for in my semi-outdated mini-tabs tutorial here, which you can see if it helps you at all otherwise, there are some things you'd have to compromise on, such as having the button images be transparent, as they would...
  15. Uxie

    Help Coding a windows 98 pop-up?

    it's definitely possible! alas, i don't think anyone has done quite what you have in mind at the moment (α“€ α“€) here are a few codes who are inspired by older versions of windows mountainpost's [which might be similar to what you're looking for and kaninchen's. for the specific mechanic you're...
  16. Uxie

    Help Assistance with Tabs and Accordion

    hi! from what i can tell of your code, you may be misunderstanding how tabs work on rpn, as compared to the other site you used this code on. to my understanding, [tabs] is a bbcode function that should cannot be edited like so, [TABS=444x0], which you've done in your code. beyond that, i don't...
  17. Uxie

    Help Just a little bit of help

    for scooting you could use position:relative; and the directional properties!! for example, left:3px; will move it 3 pixels from the left and bottom:3px; will move it 3 pixels from the bottom. you can generally only have one for each axis, i.e. top OR bottom and left OR right. you can also use...
  18. Uxie

    Help Just a little bit of help

    you could set either a lower opacity on the colour itself, using rgb. like so: hello! hello! or you could do something with separate divs and the position property like this: hello! hello! the former is a lot more concise, though! and for your second question, i don't quite understand what...
  19. Uxie

    Resource πš‘πšŠπšŸπšŽ 𝚊 πš—πš’πšŒπšŽ 𝚍𝚊𝚒 β™‘ (freebies)

    omg!! no 😭 i forgot to add in a variable! thanks for pointing it out it should be fixed now (*´-`)
Back
Top