The sample code includes a <p align="right" class="comments">
Several of the styles using this sample code do not contain an align right in the original style, thus moving the comment placement (disjointed, refried paper)
The styles using this sample code do not contain a defined class called comments (Clean and Simple uses one called talklinks, Magazine uses one called Comment and the rest have nothing)
This works if notepad is modified so that the <p></p> are removed from the *_talk_links and moved to before and after the %%skiplinks%%
Then the sample override code for Notepad, Disjointed, and Refried Paper could be
LASTN_TALK_LINKS<=
<FONT FACE="Verdana,Arial,Helvetica"
SIZE=1>(%%readlink%%<a href="%%urlpost%%">share your thoughts</a>)</FONT>
<=LASTN_TALK_LINKS
LASTN_TALK_READLINK<=
<a href="%%urlread%%">%%messagecount%% thought%%mc-plural-s%%</a> |
<=LASTN_TALK_READLINK
FRIENDS_TALK_LINKS<=
<FONT FACE="Verdana,Arial,Helvetica"
SIZE=1>(%%readlink%%<a href="%%urlpost%%">share your thoughts</a>)</FONT>
<=FRIENDS_TALK_LINKS
FRIENDS_TALK_READLINK<=
<a href="%%urlread%%">%%messagecount%% thought%%mc-plural-s%%</a> |
<=FRIENDS_TALK_READLINK
DAY_TALK_LINKS<=
<FONT FACE="Verdana,Arial,Helvetica"
SIZE=1>(%%readlink%%<a href="%%urlpost%%">share your thoughts</a>)</FONT>
<=DAY_TALK_LINKS
DAY_TALK_READLINK<=
<a href="%%urlread%%">%%messagecount%% thought%%mc-plural-s%%</a> |
<=DAY_TALK_READLINK
At this time though, I'm not sure what to do about the other ones. There is specific comment info for Clean and Simple and Magazine that gets ignored when the overrides are put into place.
Anyhoo, it's a possible solution... ^_^;;