Quote:
Originally Posted by soparch
I have a problem with an image. I have placed a vertical line image in a table with text in the cell next to it. In sigil and if you view the html the vertical line increase and decreases with the lines of text. Once I look at it in ADE though the line takes up the whole page. It seems that ADE takes the image height as 100% as per the code ignoring the
|
I guess, what you want is some text with a vertical bar to the left ?
What's about a <td> with a style { border-left: 2px solid black } ????
To to this with an image, the solution SBT suggests (restiction vertical size of the table) seems to be the only way.