Spacing in Article Title!

Use GitHub to post bug reports and error descriptions for phpwcms. Describe your problem detailed!
Locked
trujimedia
Posts: 2
Joined: Thu 6. Jul 2006, 06:41

Spacing in Article Title!

Post by trujimedia »

This is bugging me so bad and i've searched for hours on how to remove it.

http://ccc-utah.com/site/index.php?id=0,3,0,0,1,0

Below flash there is a big white space that is used for the article title. I cannot get rid of this area!

<td style="background-repeat: repeat-x;" valign="top" height="0" background="images/bg_1.jpg"></div>
<div id="mainBlock"><a name="jump3"></a><br /><table width="708" cellspacing="0" cellpadding="0" border="0">
<tbody>

the <br /> after jump3 is what is causing this problem, how do I change this, it's really irritating me.
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

Hi trujimedia,

there are two capabilities:
1. You must hack the core for your version.
2. You make an update to a newer version. There this problem is solved and many other one.
If you don´t use core hacks you can get the 1.2.7 pre. It is stable. http://www.phpwcms.de/forum/viewtopic.php?t=11529
Otherwise you should update to 1.2.6 stab. http://www.phpwcms-docu.de/index.php?id=286,216,0,0,1,0

regards Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
trujimedia
Posts: 2
Joined: Thu 6. Jul 2006, 06:41

Post by trujimedia »

Could someone show me which file to hack? I have been looking for an hour and haven't found it.
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

Another option at your conf.template_default.php:
// article default
$template_default["article"]["title_before"]

I think this file is the right one: /include/inc_front/content.article.inc.php
Line ~ 190

the better solution is to be made an update. Using the 1.1 RC Version you have a security problem.

regards Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Locked