Forum Discussion
marjan_karafilo
4 years agoContributor
Lidiya_Thomas
4 years agoNew Contributor II
This is a sample one -
<HTML><HEAD><TITLE>Here goes the title</TITLE>
<STYLE>
body, td { font: normal 10pt sans-serif; margin-left: 5%; margin-right: 5%;}
.articletitle { font: bold 14pt; }
.articleinfo { text-align: right; font-size: 9pt; }
.countrytitle, .citationtitle, .descriptorstitle { font: bold; vertical-align: top; }
.copyright { font: bold 8pt; text-align: right; }
.authorcomment { font: bold; }
.tables caption { font: bold; font: 11px; }
.tables thead td { font: bold; }
.footnotes { margin-top: 10px; font: 9pt; }
</STYLE></HEAD>
<BODY>
<TABLE width="100%"><TR><TD class="articletitle">Title [S]</TD><TD class="articleinfo" rowspan="2">Release Date: 03 Jan 2002<BR/>336</TD></TR><TR><TD class="articlesubtitle">Subject</TD></TR></TABLE>
<HR class="full"/>
<TABLE width="100%"><TR><TD class="text">Description of the case <BR/>sample text[<EM>sample text</EM>] <BR/><SPAN class="authorcomment">Author Comment</SPAN><BR/>"Comment".</TD></TR></TABLE>
<HR class="light"/>
<TABLE width="100%"><TR><TD class="countrytitle">Country</TD><TD class="country">USA</TD></TR><TR><TD class="citationtitle">Citation</TD><TD class="citation">citation(Spec. issue): http://i.org/10/j.735 (English)</TD></TR><TR><TD class="descriptorstitle">Descriptors</TD><TD class="descriptors"><TABLE width="100%"><TR><TD width="40%" class="descriptor">Elderly</TD><TD width="40%" class="descriptor">Description</TD></TR><TR><TD width="40%" class="descriptor">adverse reactions (serious)</TD><TD width="40%" class="descriptor">errors</TD></TR><TR><TD width="40%" class="descriptor">induced</TD><TD width="40%" class="descriptor">Off-label-use</TD></TR><TR><TD width="40%" class="descriptor">induced</TD></TR></TABLE></TD></TR></TABLE>
<HR class="full"/>
<DIV class="copyright">(c)XYZ</DIV>
</BODY></HTML>