1
BDW
How Do I Get Rid of Border in phpkaox
  • 2006/8/4 22:31

  • BDW

  • Quite a regular

  • Posts: 280

  • Since: 2002/9/28


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?

2
Cuidiu
Re: How Do I Get Rid of Border in phpkaox
  • 2006/8/5 1:12

  • Cuidiu

  • Quite a regular

  • Posts: 358

  • Since: 2006/4/23


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!
[size=x-small]Working sites:
XOOPS 2.0.16 PHP 5.2.2, MySQL 5.0.24a-standard-log, Apache/2.0.54 (Unix)
XOOPS 2.2.4, PHP 4.3.10, MySQL 3.23.58, Apache/1.3.33 (Unix)[/size]

3
BDW
Re: How Do I Get Rid of Border in phpkaox
  • 2006/8/5 9:05

  • BDW

  • Quite a regular

  • Posts: 280

  • Since: 2002/9/28


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.

Login

Who's Online

169 user(s) are online (91 user(s) are browsing Support Forums)


Members: 0


Guests: 169


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits