aricleText statt div mittels p-tag einspielen - wo?

Discuss phpwcms here, please do not post support requests, bug reports, or feature requests! Non-phpwcms questions, discussion goes in General Chat!
Post Reply
mmm
Posts: 70
Joined: Sun 17. Apr 2005, 18:33

aricleText statt div mittels p-tag einspielen - wo?

Post by mmm »

hier ein ausschnitt meines codes, was das einspielen des article-textes betrifft:

Code: Select all

<div class="articleText">Das Muskelwachstum hängt von einigen Faktoren ab, die wir anschließend genau unter die Lupe nehmen. Klar ist, dass nur Wettkämpfer auch wirklich alle Fatoren in ihren Leben integrieren können, da einiges für den Normalmenschen einfach zu aufwändige wäre.</div>
dies würde ich allerdings mittels p-tag benötigen. ich bräuchte den code

Code: Select all

<div><p class="articleText">bla bla bla</p><div>
in welchen php-file ist das zu ändern?

vielen Dank im Voraus!

lg
manuel
trip
Posts: 657
Joined: Tue 17. Feb 2004, 09:56
Location: Cape Town, South Africa
Contact:

Post by trip »

why do you need to do this...?
you can control the <p> using css when this is added...

TriP
mmm
Posts: 70
Joined: Sun 17. Apr 2005, 18:33

Post by mmm »

because the new google-technologie preferred the first p-tag and control there the keywords from the discription or from the h-tags. therefore i create the article header without p-tags - but the aritcle-text have to be into a p-tag.

my question is, where can i change this source? i think its into a php-file on my ftp-account. there i have to change the code from

Code: Select all

<div class=".....">articletext</div> 
to

Code: Select all

<div><p class="....">articletext</p></div>
can you tell me, where it is?

best regards
manuel
mmm
Posts: 70
Joined: Sun 17. Apr 2005, 18:33

Post by mmm »

trip wrote:why do you need to do this...?
you can control the <p> using css when this is added...

TriP
how i can change this by the css??

b.r.
manuel
mmm
Posts: 70
Joined: Sun 17. Apr 2005, 18:33

Post by mmm »

weiß das wirklich niemand? da muss es doch irgendwo angegeben sein, dass der articletext via <div></div> eingespielt wird und den würde ich gerne auf <div><p></p></div> ändern???

nobody knows? there must include one tag for display <div></div> and i have to change this in <div><p></p></div>.

best regards
manuel
Post Reply