name="jump1

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
Xdream
Posts: 86
Joined: Wed 5. Nov 2003, 12:33
Location: Dresden
Contact:

name="jump1

Post by Xdream »

Hallo, ich bin gerade dabei ein Layout per css zu definieren.
Es soll vor jedem Link eine Grafik angezeigt werden. Nun meine Frage,
ich habe im Contentbereich nun folgendes stehen:

Code: Select all

<div id="content">
	<p>
		<a name="jump1"></a>
		<div class="articleSummary">
			<p>
				LA LA LA LA LAL ALALALA LAL ALA LA LA 
				<a href="../../../../#">Reportingtools</a>
			</p>
		</div>
	</p>
</div><!-- end content -->
Woher kommt denn <a name="jump1"></a> ?
Wie bekomm ich das weg, denn es zeigt mir dann immer die Grafik dort auch mit an, was ich natürlich nicht möchte!

Danke für die Hilfe
Ren.Hoek
Posts: 34
Joined: Thu 3. Mar 2005, 21:38
Location: Augsburg/Germany
Contact:

gefunden

Post by Ren.Hoek »

Xdream wrote
I am defining a CSS-based layout. Before every link there should appear an image. But in the Content-area there is an additional

Code: Select all

 <a name="jump1"></a> 
which then shows that image too, which I definately do not want!
Where does it come from? How can I remove this?


Hi,

dieser Anker wird vom script
include/inc_front/content.article.inc.php
erzeugt. Ohne mich näher damit zu beschäftigen: entferne doch den fraglichen Befehl mal. (Vermutlich einfach die Zeile auskommentieren)
Ich erinnere mich nicht, dass dieser Anker schonmal wichtig für mich war.

The anchor "jump1" is produced by the script
include/inc_front/content.article.inc.php
Maybe you can just remove/ out comment the line, as I can't remember that I had needed that anchor anytime.

Greetings, Ren Hoek
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post by pico »

oder ganz einfach das Häckchen im artikel-Content-Part 'Top-Link' raus machen ;)
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
Ren.Hoek
Posts: 34
Joined: Thu 3. Mar 2005, 21:38
Location: Augsburg/Germany
Contact:

Toplink

Post by Ren.Hoek »

Oh ja!

_Dafür_ war das :D

Grüße! Ren Hoek
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

Hi,

der TOP-Link Schalter hat nix damit zu tun. - Verlangt ein name="top".
name="jump(Artikel-ID)" wird immer angelegt und steht am Anfang von {CONTENT}. Keine Ahnung wozu das gut ist.

@Xdream
Weshalb begrenzt du die Fiormatierung von <a> nicht auf die Klasse articleSummary?

Gruß Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Xdream
Posts: 86
Joined: Wed 5. Nov 2003, 12:33
Location: Dresden
Contact:

Post by Xdream »

@flip-flop: das wäre doch zu einfach :oops:
naja warum ich denn nicht selber darauf gekommen bin :shock:

Vielen Dank...
Vielleicht bekommen wir ja noch raus, ob das wichtig ist oder nicht...
Post Reply