Topic: About news generator & image

Two questions

1. Is it possible to put the user avatar in the generated news? and how do i do that...if it is possible..?

2. How to put a text around a image...in html you can do this:

<img src="image.jpg" width="163" height="176" align="left">and here text and here text and here text and here text and here text and here text and here text and here text and here textand here text and here text and here text and here text and here textand here textand here textand here textand here textand here text and here text and here text and here text and here text.

but with pun that doesn't work.  So i maybe a bbcode?

Thanks 4 reading...

PunnyBunny..

2

Re: About news generator & image

i m interested

+1

Greg Serveur : www.gregserveur.com

Re: About news generator & image

<img src="image.jpg" width="163" height="176" align="left"><p style="float:left">text....</p> should do it I think.

Re: About news generator & image

let's try smile
http://punbb.org/forums/img/avatars/3935.png <p style="float:left">text....text....text....text....text....</p>

nope....doesnt work smile

PunnyBunny..

5

Re: About news generator & image

How we can integrate this into a bbcode?

Greg Serveur : www.gregserveur.com

Re: About news generator & image

jups a BBcode would be great...

PunnyBunny..

Re: About news generator & image

thesaint wrote:

jups a BBcode would be great...

See this post: link...

Re: About news generator & image

thnx CodeXp that work 4 me smile

PunnyBunny..

9

Re: About news generator & image

codexp is the best for floating image!

Ludo,

10 (edited by gregb 2006-02-18 15:56)

Re: About news generator & image

That's work for me, but, can we align the text to the top if the img's height is too long ?

see : http://www.gregserveur.com/forum/viewtopic.php?id=52

Greg Serveur : www.gregserveur.com

Re: About news generator & image

gregb wrote:

That's work for me, but, can we align the text to the top if the img's height is too long ?

see : http://www.gregserveur.com/forum/viewtopic.php?id=52

use 100 x 100 pixel images and put the css to this :

IMG.postimg_left {float:left;margin:2px;clear:left}
IMG.postimg_right{float:right;margin:2px;clear:right}
IMG.sigimage_left{float:left;margin:2px;clear:left}
IMG.sigimage_right{float:right;margin:2px;clear:right}

Then it look good...

PunnyBunny..

12

Re: About news generator & image

I want to put a vertical-align: top; in the css in order to put the text on the top. Thesaint, your solution don't run.

Greg Serveur : www.gregserveur.com

Re: About news generator & image

thesaint wrote:

let's try smile
http://punbb.org/forums/img/avatars/3935.png <p style="float:left">text....text....text....text....text....</p>

nope....doesnt work smile

Well obviously, as it's supposed to be used in the HTML.