1 |
|
---|---|
Posted by | HTML (css customization) in forum posts |
Shizuka (#24442) Sapphic View Forum Posts Posted on 2019-08-27 19:06:40 |
So I did read that css doesn't work in forum posts. But it's plain to see everywhere that a lot of people have access to css customization (such as background-image:url("blahblah.png");padding:20px; and all that sort of thing) in their forum posts, and not a single html guide anywhere explains how people are getting this, only the basic stuff like <*b>bold text. How do people then get css customization in their forums, like the gray backgrounds in this post: https://www.lioden.com/topic.php?id=69533570020 Here's essentially what I tried to code in my art post (minus the asterisks, and with 's at the end), and it worked perfectly in preview, but of course as you can see, nothing worked in practice. https://www.lioden.com/topic.php?id=304429371762 <*div style="background:url("https://orig14.deviantart.net/2dd6/f/2016/207/5/4/dabgs_by_priestessshizuka-dabgc9u.png"); background-size:100%; padding:50px;"><*div style="width:100%; background-color:rgba(0,0,0,0.5); border:1px solid #000000;color:#999999; padding:20px; text-align:justify; font-family:trebuchet ms; box-shadow:0px 0px 6px 2px #ffffff; text-shadow:0px 0px 3px #ffffff; font-size:12px; line-height:16px; text-transform:lowercase;"> 0 players like this post! Like? |
Xar π I.R.I.S. (#18770)
Divine View Forum Posts Posted on 2019-08-27 19:34:35 |
Tables or p style :) I, personally, use the table aspect. ( As seen here ) It's neater and more compressed for my preferences, but you can accomplish the same-ish style by using the p style tag ( as seen here ) EDIT And if you're using the DIVs or any source of coding, make sure to CLOSE everything or it will not show properly 0 players like this post! Like? Edited on 27/08/19 @ 19:36:53 by Mar π #DHS (#18770) |
Shizuka (#24442)
Sapphic View Forum Posts Posted on 2019-08-27 19:49:35 |
1 |
---|