I can't get a border to go around my forums, like around the area where it shows the topics. I don't know what I changed so that it doesn't show. I've looked through the whole CSS page and I switched all the border-color 's to white so that it shows, but it never does. Please take a look at my site... http://www.burningthunder.net/phpBB3/" target="_blank
and most of you know how to find the css file on it if you want...
Can't get border...
-
- Posts: 108
- Joined: Sun Nov 27, 2005 12:25 am
Can't get border...
alphaPORTAL
phpBB3 Integration MOD:
Create Pages in phpBB3
Portal
Many Modules including Login, Welcome, Search, Top Posters, Online Now, Menu, Offsite Links, and more
phpBB3 Integration MOD:
Create Pages in phpBB3
Portal
Many Modules including Login, Welcome, Search, Top Posters, Online Now, Menu, Offsite Links, and more
Re: Can't get border...
Find:
Replace with:
Code: Select all
.tablebg {
background-color: #A9B8C2;
}
Code: Select all
.tablebg {
background-color: white;
}
phpBB3.pl - user-friendly Polish phpBB3 support
Re: Can't get border...
you should use
border: 1px solid white;
border: 1px solid white;
2 things i like about you hmm.. ill have to get back to you on that one