Hello to everyone, i have one thing i cant understand about displaying photos text and more on same table on my weblog or index . i’m creating a css class to put my Blurb body and more on one table but i can see result can you help me someone how can i do than or anyone who have idea for some css style how i need to edit and needs to loook the code muliple weblog example my code now is like this
<table align=“center”>
<!—DWLayoutTable—>
<link href=“css.css” rel=“stylesheet” type=“text/css”>
<tr>
<td class=“teksti”> <div align=“left”><b>%%title%%</b> </div>
<tr>
<td class=“teksti”><P align=“left”>%%blurb%%%%body%%%%more_link%%
<td valign=“top”>
<tr>
<td class=“teksti”><div align=“left”>Nga: Remzi
më %%date%%</div></td>
</tr>
</td>
</tr>
<tr>
<td> </td>
</tr>
</table>
Best Regards
