Current date/time is March 28th 2024, 7:24 pm

Search found 2 matches for field_id-8

Coding Forum Backgrounds Separately

_Twisted_Mods_ wrote:here are all the id's for your profile rows going in order top to bottom

#field_id-7
#field_id-6
#field_id-12
#field_id-4
#field_id-5
#field_id-11
#field_id-9
#field_id-8

here is an example with font color,background color, and a background image

Code:

#field_id-6 {
    color: #ff0000;
    background-color: #000000;
    background-image: url(url/totheimage.jpg);
}


and im not sure what you mean by background for posts because it looks like your post already have a background image


Thank you! I meant that the background of posts is tied with this code:

Code:
.forumline .row1 {  background-image: url('http://i.imgur.com/LTIy7Gg.jpg');}

That code not only implements itself on the index, but also the profile page and the background of the posts. The code you provided me helped maintain the results I need for the profile pages, but I also need another separate one for posts to set a background (or color) of my choice without having the code tied to the rows of the index.
by Flame Melody
on August 23rd 2017, 6:02 am
 
Search in: Scripts Problems Archives
Topic: Coding Forum Backgrounds Separately
Replies: 25
Views: 2158

Coding Forum Backgrounds Separately

here are all the id's for your profile rows going in order top to bottom

#field_id-7
#field_id-6
#field_id-12
#field_id-4
#field_id-5
#field_id-11
#field_id-9
#field_id-8

here is an example with font color,background color, and a background image

Code:

#field_id-6 {
    color: #ff0000;
    background-color: #000000;
    background-image: url(url/totheimage.jpg);
}


and im not sure what you mean by background for posts because it looks like your post already have a background image
by _Twisted_Mods_
on August 22nd 2017, 8:15 pm
 
Search in: Scripts Problems Archives
Topic: Coding Forum Backgrounds Separately
Replies: 25
Views: 2158

Back to top

Jump to: