Vicente Barberá
|
| Posted: 03/07/2002, 1:07 AM |
|
Hi Alex.
your solution it's fine but the html code that shows this
fldcontenidoParrafo = "<table><tr><td><img src=""images/" & fldnombreImagen
& """>" & "</td><td>" & fldcontenidoParrafo & "</td><tr></table>"
Is that
<table><tr><td><img src="images/6332356ximo1.jpg "></td><td>Este es
el
ximo</td><tr></table> 6332356ximo1.jpg
I don't know why name of image it 's being shown.
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 03/07/2002, 2:57 AM |
|
Click Field Properties of contenidoParrafo and check "html" checkbox ,
then Label will show rendered html instead of html code.
--
Alex
CodeCharge Developer
"Vicente Barberá" <vicente@ideas-e.net> wrote in message
news:a67alc$v98$1@news.codecharge.com...
> Hi Alex.
>
> your solution it's fine but the html code that shows this
> fldcontenidoParrafo = "<table><tr><td><img src=""images/" &
fldnombreImagen
> & """>" & "</td><td>" & fldcontenidoParrafo & "</td><tr></table>"
>
> Is that
>
> <table><tr><td><img src="images/6332356ximo1.jpg "></td><td>Este es
> el
> ximo</td><tr></table> 6332356ximo1.jpg
>
>
> I don't know why name of image it 's being shown.
>
>
>
>
|
|
|
 |
Vicente Barberá
|
| Posted: 03/07/2002, 3:15 AM |
|
No, with html checkbox the name of the image is still showing, i don't know
why.:
Image | parragraph | name of image (name.jpg) <---- ????? why?
"Alexey Alexapolsky" <alexa@codecharge.com> escribió en el mensaje
news:a67h1s$al2$2@news.codecharge.com...
> Click Field Properties of contenidoParrafo and check "html" checkbox ,
> then Label will show rendered html instead of html code.
>
> --
> Alex
> CodeCharge Developer
>
>
> "Vicente Barberá" <vicente@ideas-e.net> wrote in message
>news:a67alc$v98$1@news.codecharge.com...
> > Hi Alex.
> >
> > your solution it's fine but the html code that shows this
> > fldcontenidoParrafo = "<table><tr><td><img src=""images/" &
> fldnombreImagen
> > & """>" & "</td><td>" & fldcontenidoParrafo & "</td><tr></table>"
> >
> > Is that
> >
> > <table><tr><td><img src="images/6332356ximo1.jpg "></td><td>Este
es
> > el
> > ximo</td><tr></table> 6332356ximo1.jpg
> >
> >
> > I don't know why name of image it 's being shown.
> >
> >
> >
> >
>
>
|
|
|
 |
|