[TYPO3] Removing automatic <p> tag from Calendar
Nate Hall
nate at wednesdayproductions.com
Thu Feb 2 14:30:45 CET 2006
Hi-
This problem was solved by adjusting the CSS to remove the <p> tag:
div.single_event p.bodytext {
margin:0px;
padding: 0px;
}
It works great.
-n
-----Original Message-----
From: typo3-english-bounces at lists.netfielders.de
[mailto:typo3-english-bounces at lists.netfielders.de]On Behalf Of Nate
Hall
Sent: Wednesday, February 01, 2006 10:08 AM
To: typo3-english at lists.netfielders.de
Subject: [TYPO3] Removing automatic <p> tag from Calendar
Hi there-
I'm having a formatting problem with my Extended Calendar. Basically, in
the below code, the <p class="bodytext"> is being put in automatically, but
I can't for the life of me find where I can remove it. It is not in my CSS
and it is not in my template. Can anyone point me in the right direction?
This is what comes up in the source code via a browser:
<div class="event_description"><p class="bodytext">Test Test Test</p></div>
Here is my template code:
<div class="event_description">###EVENT_DESCRIPTION###</div>
Thanks in advance!
Nate
_______________________________________________
TYPO3-english mailing list
TYPO3-english at lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
More information about the TYPO3-english
mailing list