<%
ImageIcon imageIcon = null;
try{
if((tab_func.getString("logotipo") != null) && (!tab_func.getString("logotipo").equals("")))
{
Blob blob = tab_func.getBlob("logotipo");
imageIcon = new ImageIcon(blob.getBytes(1, (int)blob.length()));
}
}catch(Exception exp){
exp.printStackTrace();
}
%>
<p align="center">
<img src="<%=imageIcon.getImage()%>">
</p>
[color="red"]Editado para conter BBcode code por JuJo[/color]