| 01 Mar 2011, 08:24 | |
|
Experienced Joined: 1 Mar 2011Posts: 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? |
| 01 Mar 2011, 09:28 | Re: Image abobe the text |
|
Imagevue Wizard Joined: 30 Sep 2006Posts: 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 ![]() ![]() ![]() ![]() www.imagevuex.com www.mjau-mjau.com www.photogallerylinks.com |
| 01 Mar 2011, 23:58 | Re: Image abobe the text |
|
Experienced Joined: 1 Mar 2011Posts: 31 |
Perfect! That way it works!!!
|




