AniDB talk:Markup DEV: Difference between revisions

From AniDB
Jump to navigation Jump to search
(New page: This page exists to discuss possible changes to the AniDB.net HTML markup)
 
(Main page news items)
Line 1: Line 1:
This page exists to discuss possible changes to the AniDB.net HTML markup
This page exists to discuss possible changes to the AniDB.net HTML markup
== Main page news items ==
I would like to see the news items be grouped separately, so instead of
<nowiki> <h4 />
<span.stamp />
<div>text</div>
<h4 />
<span.stamp />
<div>text</div>
...</nowiki>
we would have
<nowiki> <div>
    <h4 />
    <span.stamp />
    text
</div>
<div>
    <h4 />
    <span.stamp />
    text
</div>
...
</nowiki>

Revision as of 18:33, 16 May 2007

This page exists to discuss possible changes to the AniDB.net HTML markup

Main page news items

I would like to see the news items be grouped separately, so instead of

<h4 /> <span.stamp /> <div>text</div> <h4 /> <span.stamp /> <div>text</div> ...

we would have

<div> <h4 /> <span.stamp /> text </div> <div> <h4 /> <span.stamp /> text </div> ...