using web control

  • Thread starter Thread starter serkan ulucan
  • Start date Start date
S

serkan ulucan

hi,

I want to learn that whether we can arrange a text and an image as
following, by using controls?

Note that image source and text source are defined seperately in databasa. I
want to update content independently.(when updating image database only
image change, and when updating text database only text change)

imageimageimageimage texttexttexttexttexttexttexttext
im im text
text
im im text
text
im IMAGE im text TEXT text
im im text
text
im im text
text
imageimageimageimage text text
text
text
textetexttexttexttexttexttexttext text
text
text
text TEXT
text
text
text
text
text
texttexttexttexttexttexttexttextexttexttexttexttexttexttextex
 
Hi Serkan,

If I understand correctly .... you may want to add to the style a
float=right. Example:

MyImage.Style.Add("float","right")
or
<asp:image style="float: right;" ...

Alex Papadimoulis
 
Back
Top