I'm using a fairly dark background on my page and the part with my name, artist type and the watching options disappears into the background as it's all just text. I've noticed this on other artist's layouts and it irritates me.
I can use the content background colour option to fill in the area behind that and all the tables, but it obscures my background and that sort of renders having a background image entirely pointless, so I don't want to do that. Is there any way I can put a background on just that portion? Or change the font colour on just that portion?
I could also lighten the background, but I like it the way it is and I'd rather avoid doing that.
I'm using a fairly dark background on my page and the part with my name, artist type and the watching options disappears into the background as it's all just text. I've noticed this on other artist's layouts and it irritates me.
I can use the content background colour option to fill in the area behind that and all the tables, but it obscures my background and that sort of renders having a background image entirely pointless, so I don't want to do that. Is there any way I can put a background on just that portion? Or change the font colour on just that portion?
I could also lighten the background, but I like it the way it is and I'd rather avoid doing that.
I tried the css_background_repeat function, but it refers to the actual background and I can't work out how to make it refer to only the content background.
I tried replacing "background" with "table_top" as that appears to be what that part of the page is referred to, but it did nothing. I also tried "image_table_top".
Can I somehow make that repetition code apply to the table_top image?
I tried the css_background_repeat function, but it refers to the actual background and I can't work out how to make it refer to only the content background.
image_table_top = http://img.photobucket.com/albums/v507/kidneyman/header.jpg;
css_background_repeat = repeat-x;
I tried replacing "background" with "table_top" as that appears to be what that part of the page is referred to, but it did nothing. I also tried "image_table_top".
Can I somehow make that repetition code apply to the table_top image?