mhonarc-users

markup in a message page

1999-10-31 14:52:50
Hello,

I'm having some frustration defining the markup message pages, I've got my
indexes marked up and working but every message except the first in a date
and subject thread is appearing with the wrong title and subject line
format.

The first message appears with a 14pt darkblue title which is the subject of
the message, subsequent messages have a 16pt red title and subject. I'm
using stylesheets which do indeed use this 16pt red style, but I'm
overriding it as the first message shows (reduced size and changed colour).

Is there a different resource that I should use for page markup? I've
attached my markup for MsgPgEnd and MsgPgEnd in case that helps.

<!-- *** Message Page format ***-->
<MsgPgBegin>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>
$LISTNAME$ Mailing List Archive - by date
</title>
<meta HTTP-EQUIV="Reply-to" content="$LISTOWNER$">
<meta name="Description" content="$LISTNAME$ archive, $IDXTITLE$">
<LINK REL=STYLESHEET TYPE="text/css" HREF="/StyleSheets/Burl_Web.css">
<STYLE>
<!--
        H1 {color:darkblue; font-size:16pt}
-->
</STYLE>
</HEAD>
<BODY STYLE="font-family: Comic Sans MS, Fantasy, Cursive; font-size: 10pt"

<H1>$SUBJECTNA:50$</H1>
<DIV STYLE="position:relative; width:90%; background:white">
$NUMOFMSG$ messages in chronological order<br>
Last Updated: $LOCALDATE$<br>

</MsgPgBegin>

<MsgPgEnd>
</DIV>
<DIV>
<HR>
        <P><IMG SRC="/image_files/aonix/aonix_sm2.gif", ALIGN="LEFT">
        <A HREF="http://www.ma.aonix.com";><I>Back</I></A><I> to home page.
        </P>

        <DIV CLASS=credits STYLE="text-align:center; background:lavender">
        <SCRIPT LANGUAGE="JavaScript">
        var changeDate = "";
        changeDate = document.lastModified;
        document.write ("This pages last modified: ");
        document.write (changeDate);
        document.write (" GMT");
        </SCRIPT>
        </DIV>
        <BR>

        <ADDRESS>
        &copy;<b>Aonix</b> 1998. All rights reserved. All brand and product 
names
are
        trademarks or registered trademarks of their respective companies. The
        information
        contained herein is subject to change without notice.
        <p>
        Site maintained by <img align="center"
src="/image_files/icons/webmastr.gif">
        <A 
HREF="MAILTO:obrien(_at_)ma(_dot_)aonix(_dot_)com">webmaster(_at_)ma(_dot_)aonix(_dot_)com</a>
        </ADDRESS>
</DIV>
</body>
</html>
</MsgPgEnd>


How do I get my pages to have a consistent markup?

Regards,

Neil O'Brien
Senior Support Engineer
Aonix Customer Support
1-800-972-6649
obrien(_at_)aonix(_dot_)com
adasupport(_at_)aonix(_dot_)com



<Prev in Thread] Current Thread [Next in Thread>
  • markup in a message page, Neil O'Brien <=