R
Rob Meade
Hi all,
Ok - this might sound kinda stupid - but I cant see how to do it...
I've got an update panel which contains, on one horizontal line, a drop down
list, then an image, then another drop down list and then another image.
I want to align the images so that they are in the middle of the row so to
speak, ie, not at the top. As the updatePanel simply renders a DIV tag I
figured that I would be able to do something like:
updatePanel.Style.Add("vertical-align", "middle")
turns out not - there's no "Style" property...
then I look for "Attributes" in order to use
updatePanel.Attributes.Add etc
this isn't there either....
So, anyone know how I might achieve what I want without having to go down
some complex route of adding tables to my layout (more than I alread
have)...
Regards
Rob
Ok - this might sound kinda stupid - but I cant see how to do it...
I've got an update panel which contains, on one horizontal line, a drop down
list, then an image, then another drop down list and then another image.
I want to align the images so that they are in the middle of the row so to
speak, ie, not at the top. As the updatePanel simply renders a DIV tag I
figured that I would be able to do something like:
updatePanel.Style.Add("vertical-align", "middle")
turns out not - there's no "Style" property...
then I look for "Attributes" in order to use
updatePanel.Attributes.Add etc
this isn't there either....
So, anyone know how I might achieve what I want without having to go down
some complex route of adding tables to my layout (more than I alread
have)...
Regards
Rob