Code:
span.cls_002{ font-family:Arial,serif;font-size:22px;color:rgb(51,51,51);font-weight:bold;font-style:normal}
div.cls_002{font-family:Arial,serif;font-size:22px;color:rgb(51,51,51);font-weight:bold;font-style:normal}
span.cls_004{font-family:Arial,serif;font-size:12px;color:rgb(51,51,51);font-weight:normal;font-style:normal}
div.cls_004{font-family:Arial,serif;font-size:12px;color:rgb(51,51,51);font-weight:normal;font-style:normal}
span.cls_003{font-family:Arial,serif;font-size:9px;color:rgb(51,51,51);font-weight:normal;font-style:normal}
Code:
<div style="position:absolute;left:38.20px;top:144.02px" class="cls_004"> <div style="position:absolute;left:38.20px;top:144.02px" class="cls_003"> <div style="position:absolute;left:38.20px;top:144.02px" class="cls_005">
The data within span.cls_003{---some data-------} , span.cls_004{---------} may change i.e {---some data---} may change from 1 file to other. The asp script should replace with correct data as in span.cls_003 or span.cls_004 in place of cls_003 or cls_004 even the data within braces changes .
Finally the div tag should look like this:
Code:
<div style="position:absolute;left:38.20px;top:144.02px" class="font-family:Arial,serif;font-size:22px;color:rgb(51,51,51);font-weight:bold;font-style:normal">
Comment