I have a listing of files on a page that I'm developing. The HTML looks 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 it is informed <i>
it shows the size of the file and also the format. Does anyone have any idea how I can do this?
This file will be managed by our own managed.