:: Forum >>

How can I put a image and text in a cell

I want to put text data with their image in one cell, but not seperate into 2 columns. how can I do? can I get a sample code?
Monday, July 11, 2005
How would you put an image and text into a DIV? There is no difference in putting them into a cell, the HTML is the same.

<IMG src="...">Your text

Please leave your name so we know who we are helping.
Jim Hunter
Monday, July 11, 2005
how can use the the above HTML code in a script to add the image in the column?
jothish
Monday, November 28, 2005
Hi Alex et al...

i've noticed that when you include additional attributes like with height then it breaks...

eg
<img width=10 height=10 src="../img/flags/uk_small.gif"> a flag

I am still on version 1.. maybe this is fixed in version 2

Any ideas would be most appreciated

Felix
Wednesday, April 26, 2006
I have two textbox on my page and one table and one submit button

i want to input data into textbox and show these values when i click on that submit button and then i want to show the data into the table so how can i create that code.

Please help me.
and mail me that code on vikas.gameti@hotmail.com
Please.

Vikas gameti
Tuesday, May 16, 2006
Vikas,

what I have been doing may not be the best, but it has worked:

I keep an array of my data updated with user actions and redraw the table when needed, to reflect new data
WokTiny
Thursday, May 18, 2006
How can i put an image into a textarea? Ive tried the whole <IMG src="..."> thing, but it doesn't work :(
Helen
Friday, June 23, 2006
use AW.UI.ImageText.
Paulo Cesar Silva Reis (PC from Brazil).
Friday, June 23, 2006
I had the image objet and i want to use this image object in to the grid like

var Oimg;
Oimg=new Image();
Oimg.src='../../images/icons/emailread.gif';
for( var i=0;i<document.forms.length;i++)
{
for(var j=0;j< document.forms[i].elements.length;j++)
{
if(document.forms[i].elements[j].name="emailread" )
{
document.forms[i].elements[j].src=Oimg.src;
}
}
}

By doing like that i had the image path in the Oimg.src variable and i want to use this variable in the grid so that i can display the image.

Is there any way of getting like that in the grid..

help i am stucked here...

waiting for reply

regards,
sunil
sunilkumar
Friday, August 25, 2006
http://www.activewidgets.com/grid.howto.cells/images.html
Alex (ActiveWidgets)
Friday, August 25, 2006

This topic is archived.


Back to support forum

Forum search