Home
Analytics
remove border of image in BIRT
work_ph
Hi,
I embedded html code in my BIRT report with a grid. How can I remove the border around an image in this html code? I already set the borders of the grid to "0" in BIRT.
Thanks for your help in advance!!
Find more posts tagged with
Comments
JRS
Hi,<br />
<br />
what is your HTML Code? <br />
If you really called the grafic in HTML try something like:<br />
...<br />
Is the picture locally stored or is it a picture in the web?<br />
If it is a picture stored online try to use the "Image" Report item to embedd your image.<br />
<br />
regards,<br />
JRS
work_ph
Hi JRS,<br />
<br />
thanks for your help.<br />
<br />
my HTML code is very simple:<br />
<br />
<table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" height = "46"><br />
<tr><br />
<br />
<br />
<td onMouseOver="changeAll('1')" onMouseOut="reverseAll('1')">left_border.png</img></td><br />
//....<br />
</tr><br />
</table><br />
<br />
I tried the style tag and border="0" in <td> but non of them worked.<br />
In my normal HTML it works but when I copy it into my report in BIRT the frame around the picture is always there and cant be removed.<br />
<br />
The image is locally saved.<br />
I also have colums between tables in BIRT I cant remove... <br />
<br />
<br />
Thanks in advance
JRS
Hey,
did you try the style tag in <img>? I know it is this way by default but maybe you can try it. Otherwise I'm not sure what the problem is.
My only other recommendation is to use BIRT tables and image. I will try to do it later on an try a little bit. If I find a way I will post it here.
Regards,
JRS