• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

TFS 1.X+ image size web

Nuelman

Member
Joined
Nov 9, 2017
Messages
98
Solutions
1
Reaction score
6
how i can edit size of my images?

<td><p align="center"><img src="layouts/tibiacom/images/interrogacion.gif" border="0"></p></td>
<td><p align="center"><img src="layouts/tibiacom/images/quest1.gif" border="0"></p></td>
<td><p align="center"><img src="layouts/tibiacom/images/eventos1.gif" border="0"></p></td>
<td><p align="center"><img src="layouts/tibiacom/images/download.gif" border="0"></p></td>

screenshoot:
 
Using width="x" and height="x" attributes.

Example:
Code:
<img src="layouts/tibiacom/images/interrogacion.gif" border="0" width="32" height="48">
 
Back
Top