| Re: How Do I Get Rid of Border in phpkaox |
| by BDW on 2006/8/5 9:05:14 I tried but it didnt work. I even changed the fonts to see if it was a cache problem but the changes happened on the fonts so it cant be that. Oh well, I will just have to be patient. But thanks anyway. |
| Re: How Do I Get Rid of Border in phpkaox |
| by Cuidiu on 2006/8/5 1:12:50 I don't use that theme but I'll give it a try. In your theme's css file you could try a few things... You could try a 0 margin/padding as such: body {margin:0px;padding:0px;} or in the line below: table { width: 100%; margin: 5; padding: 5; font-size: small} Change to margin:0px;padding:0px; as such: table { width: 100%; margin: 0px; padding: 0px; font-size: small} By the way, if I remember correctly, margin: 5; is wrong. It should be 5px;/5em; - or otherwise specified. Just 5; is not recognized by some browsers. I believe margin:0;padding:0; might work but otherwise, I think you need to specify px, em, etc. Remember to always backup any file you edit prior to editing. It saves on the headaches later. HTH! |
| How Do I Get Rid of Border in phpkaox |
| by BDW on 2006/8/4 22:31:21 I'm currently using the phpkaox theme and i was wondering how to get rid of the white border round the sides. Is it posible? |