1
I have a list of files on a page I’m developing. The HTML is like this:
<li class="downloadsCont">
<div class="grid_365 f-left">
<div class="downloadsContImg f-left">
<img src="fotoSYS&w=290" alt="" />
</div>
</div>
<div class="grid_540 f-left">
<div class="downloadsTit margin-top-35">
<h2>tituloSYS</h2>
<span>descricaoSYS</span>
<i>Tamanho: 348Kb</i>
<i>Tipo: .PDF</i>
</div>
</div>
<div class="downloadsBt margin-top-15">
<div class="downloadsBtText">Download</div>
</div>
What I want is that where the <i>
it shows the file size and also the format. Does anyone have any idea how I can do this?
This file will be managed by our own managed.