| Author |
Message |
marcovanb
Nuke Cadet


Joined: Sep 26, 2005
Posts: 8
|
Posted:
Thu Mar 22, 2007 3:53 pm |
  |
I built a new server to run phpnuke. I am running the BreatheFX theme. For some reason all the text is centre justified. When I swap themes the other thmes work as they should with the text left justified. On the old server it worked fine as well.
Any help would be very appreciated.
Have a look at http://bounceyou.bounceme.net |
|
|
   |
 |
phpnuke-hosting
Support Mod


Joined: Oct 19, 2004
Posts: 1032
Location: UK
|
Posted:
Thu Mar 22, 2007 11:36 pm |
  |
The text looks fine to me, have you fixed the problem? or is there something I am not seeing?
You will need to make the following changes though as you are missing the blocks on the right.
open the theme.php
Locate
Change to
| Code: |
| if (defined('INDEX_FILE')) { |
|
_________________ www.phpnuke-hosting.com
The Internets Foremost PHP-Nuke Web Host.
Click Here! |
|
    |
 |
marcovanb
Nuke Cadet


Joined: Sep 26, 2005
Posts: 8
|
Posted:
Sun Mar 25, 2007 2:20 am |
  |
I have included some images of the problem. From mozilla it works fine but two pc's with ie7 it has the issue. The strange thing is I migrated from a fedora 5 server to another fedora 5 server and this particular theme displays differnetly.
The two images show two themes. The one I want to use has the menu links centre justified whereas it should be left justified. It is like this through the whole theme.
 |
|
|
   |
 |
marcovanb
Nuke Cadet


Joined: Sep 26, 2005
Posts: 8
|
Posted:
Tue Jun 26, 2007 9:18 pm |
  |
|
   |
 |
eXistenZe
Sergeant


Joined: Mar 03, 2007
Posts: 127
|
Posted:
Wed Jun 27, 2007 9:05 am |
  |
Just remove the unwanted «center» tags...
If you don't know which one(s) are, just delete'em all until it works, then revert everything else. |
|
|
   |
 |
marcovanb
Nuke Cadet


Joined: Sep 26, 2005
Posts: 8
|
Posted:
Wed Jun 27, 2007 7:58 pm |
  |
Thanks for the tip. What file/s should I look in for:
<<center>> tags
Thanks in advance. |
|
|
   |
 |
marcovanb
Nuke Cadet


Joined: Sep 26, 2005
Posts: 8
|
Posted:
Wed Jun 27, 2007 8:56 pm |
  |
I got it. Thanks
I edited:
header.html
<td align="center" valign="top">
changed to
<td align="left" valign="top"> |
|
|
   |
 |
|
|