Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Question about <div> in asp

Status
Not open for further replies.

Vijju123

Programmer
Feb 3, 2001
15
US
Hi,

In one of the asp files I have following code :

<div STYLE=&quot;overflow: scroll; width: 420px; height: 375px; border: 1px gray solid;padding:0px; margin: 0px&quot;>
<div ID=&quot;mParent&quot; name=&quot;mParent&quot; class=&quot;root&quot;>
<img name=&quot;mTree&quot; src=&quot;topopen.gif&quot; class=&quot;icon&quot; align=&quot;absmiddle&quot; border=&quot;0&quot; WIDTH=&quot;26&quot; HEIGHT=&quot;23&quot;><font class=&quot;root&quot;><b>Folders</b></font>
</div>
</div>

But I'm not undestanding it. I appreciate any help.

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top