URL Title Author Subject Application Keywords Comments Template LastSavedBy RevNumber EditTime |
LastPrinted CreateTime LastSaveTime PageCount WordCount CharCount ThumbNail Category PresentationTarget Bytes Lines |
Paragraphs Slides Notes HiddenSlides MMClips ScaleCrop HeadingPairs TitlesOfParts Manager Company LinksUpToDate |
Figure 3 tourney.htm
<html>
<head>
<style>
.borderbottomleft {
border-bottom-style:solid;
border-bottom-width:2;
border-bottom-color:red;
border-left-style:solid;
border-left-width:2;
border-left-color:red;
}
</style>
</head>
<body>
<table>
<tr>
<td>No Border</td>
<td class=borderbottomleft>Border</td>
</tr>
</table>
</body>
</html>