Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Beginner
Boardlink: http://localhost
PHP Version: [PHP: 5.3.5]
MySQL Version: 5.0.7
What have you done before the problem was there?
xxx
What have you already tryed to solve the problem?
Searching
Description and Message
Hello!! Please help!!
Trying to solve this entire day due to my lack of knowledge in php. Downloaded phpbb3 forum 3 days ago so i have little clue about everything. I have experienced in xhtml transitional and css but this is all new to me.
I have installed phpbb3 [MODDB] Board3 Portal 1.0.2 mod and it all works fine except one thing. I am using xampp for testing my forum first
I cannot find this CSS style code (look down) after searching for it with Adobe dreamweaver (ctrl-f) searched entire domain folder but no good. Just isnt there.
ul, menu, dir {
display: block;
list-style-type: disc; /*This is what i wont to change*/ /*I dont want that disc shows*/
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 40px; }
I UPLOADED TWO IMAGES SO EVERYTHING WILL BE CLEARER






I WANT TO REMOVE THIS DISCS

THIS IS CSS CODE I AM LOOKING FOR
