Can anybody...?

SilentHopes

Swag Master
Joined
Jan 10, 2009
Posts
2,737
Bells
477
Okay, well I'm tired of waiting. Is there anybody on TBT who can do CSS Coding? I need a theme for my site and cannot find it anywhere. I have been searching for over 3 weeks.

Here is what I want the theme to look like.
http://www.trap17.com/forums/What-s-Forum-Host-t66649.html

I want the orange buttons and stuff, but I want as much as one could get. Also, could you possibly make the background silver?

Edit: I have also went to the Zetaboards theme site, and they couldn't do anything. Although nobody even tried.
 
The JJ said:
Rorato74 said:
The JJ said:
Rorato74 said:
The JJ said:
I could make the template and give it to you.
I only know HTML.
Could you do that? : P
Forum = No
Website = Yeah
Why not a forum?
If you need buttons for it sure.
Yeah, I just need buttons for it, but I could use a somewhat decent background. From orange and blue, to orange and blue
 
The buttons and background would be images, not CSS. To apply the background, just add one of the following between the curly braces that follow "body" in your stylesheet:
background : url(IMAGE'S URL) repeat-x; //For it to repeat horizontally
background : url(IMAGE'S URL) repeat-y; //For it to repeat vertically
background : url(IMAGE'S URL) no-repeat; //For it to not repeat
 
Back
Top