User avatar
Experienced
Joined: 1 Mar 2011
Posts: 31
I would like to create a simple textpage with a picture above the text so I've used the example found in your docs. Problem is that the image height is 368 pixels and if I set the leading=368 each row of my text is spaced 368 pixels and the result is awful.

This is the code

Code
<textformat leading="368"><img src="content/about/mypicture.jpg" width="490" height="368" /><br/>text here</textformat>


but the results are as described. Any suggestion on how to do that?


Re: Image abobe the text
User avatar
Imagevue Wizard
Joined: 30 Sep 2006
Posts: 7279
You would need to enclose the textformat tag before you add the line-break and text. Something like this:
Code
<textformat leading="368"><img src="content/about/mypicture.jpg" width="490" height="368" /></textformat><br/>text here

I am not sure how the new text editor deals with textformat, but the above should work for the output ...

_________________
Karl / mjau-mjau

Image
Image
Image
Image

www.imagevuex.com
www.mjau-mjau.com
www.photogallerylinks.com


Re: Image abobe the text
User avatar
Experienced
Joined: 1 Mar 2011
Posts: 31
Perfect! That way it works!!!


 
Imagevue Forums HomeForum  View topic - Image abobe the text3 posts