thunder23
New Member
Sometimes I wonder if I was just DUMB enough to create Sierra, or if I just simply went insane.
Posts: 87
inherit
194696
0
Sept 5, 2013 21:38:55 GMT -8
thunder23
Sometimes I wonder if I was just DUMB enough to create Sierra, or if I just simply went insane.
87
May 2013
thunder23
|
Post by thunder23 on Jan 31, 2015 14:34:09 GMT -8
Hello All, I'm not entirely sure where exactly this post goes, and if this is the wrong board I apologize in advance. I have a question about coding. I have saw on a few sites, mainly one template in particular where both the site wide numbers, and the numbers on the main boards themselves were in boxes. I know that has something to do with coding, but I am not proficient at coding. I can do small, basic things like moving codes around, or code tables, and site posts, and I can read any code and understand it. Writing code however, that is intricate or I've never dealt with before, I am not good at, and I've tried a couple of times to write a code I thought would work, both times have lead to failure, and I'm hoping someone will be able to help me. My site forum is midnightofsierra.com in case you need that. Um, some examples of what I'm looking for - Example 1Example 2Example 3Example 4Would anyone be able to tell me how to achieve that? I'd give you credit of course for your coding! Thank you SO very much for your time, and thank you for reading this! I really appreciate it. Have a wonderful day! ~Thunder
|
|
inherit
133146
0
Nov 16, 2024 15:51:08 GMT -8
Alanna 🥀🖤
3,564
November 2008
alannab
|
Post by Alanna 🥀🖤 on Jan 31, 2015 15:16:09 GMT -8
You can do this simply by adding a background color to the <td>'s that the threads and posts counts sit in by adding this line of CSS at the bottom of your Style Sheet (Admin > Themes > Advanced Styles & CSS > Style Sheet):
td.threads, td.posts { background-color: #333333; color: #ffffff; }
|
|
thunder23
New Member
Sometimes I wonder if I was just DUMB enough to create Sierra, or if I just simply went insane.
Posts: 87
inherit
194696
0
Sept 5, 2013 21:38:55 GMT -8
thunder23
Sometimes I wonder if I was just DUMB enough to create Sierra, or if I just simply went insane.
87
May 2013
thunder23
|
Post by thunder23 on Jan 31, 2015 16:11:34 GMT -8
Thank you so very much <3 I really appreciate it!
|
|