Page 1 of 1

Thin green (annoying) line

Posted: Mon Oct 30, 2006 12:07 pm
by Rusalka
Why it almost always happen to me? When I'm trying to make a graphic note with an image splited into 2 parts, they are actually divided into these parts by a green line. Why is that? Is there any way to fix it?

Image

(the image is just a template, it is not a real note I wanted to make :P )

Posted: Mon Oct 30, 2006 12:26 pm
by Chris Johnson
It sounds like you are introducing one more line throw than is required
like this

Code: Select all

<img1><br>
<img2>




Try either this where a physical line throw exists

Code: Select all

<img1>
<img2>


or both are on the same line but there is an html break between them

Code: Select all

<img1><br><img2>


Also this forum is not a public one - it may be better to post similar requests in support

Posted: Mon Oct 30, 2006 12:38 pm
by Rusalka
Well, I typed my note this way:

Code: Select all

<img1>
<img2>


This combination made it work properly:

Code: Select all

<img1><br><img2>


I didn't now that [br] tag works in notes. That changes a lot for me (I will probably know how to fix many other problems with notes)

Thanks a lot!

Posted: Mon Oct 30, 2006 1:11 pm
by Chris Johnson
Good - I've moved this to general support as others may also benefit from this.

With regards the first option I suggested , that may be a browser issue (and display fonts), it certainly works in IE6 (and I see you use Firefox)
But the br tag is probably handled well by each