Bad parsing from Event List Format
-
Right now I have an anchor tag to wrap all of my content:
<li class="event-item"> <a href="#_EVENTPAGEURL"> <div class="event-wrapper"> <div class="event-content"> // content </div> </div> </a> </li>
but it comes out looking like this:
<li class="event-item"> <a href="#_EVENTPAGEURL"></a> <div class="event-wrapper"> <a href="#_EVENTPAGEURL"></a> <div class="event-content"> <a href="#_EVENTPAGEURL"></a> // content </div> </div> </li>
Unfortunately, I don’t have a live example of this because I’m working locally right now. Thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Bad parsing from Event List Format’ is closed to new replies.