Add Images along with HTML markup at runtime into Panel/PlaceHolder
-
Hi All I have a following requirement.At runtime I have to add multiple blocks of images into PlaceHolder/Panel>A block contains two images(LHSImage and RHSImage) with some HTML format as shown below.I know images can be added easily into a panel or Placeholder directly at runtime but donot know how to add with html format. $div id="parentDiv" style="width:100%;float:left;display:inline"$ $div id="LHSDiv" style="width:50%;margin-bottom:10px"$
$/div$ $div id="RHSDiv" style="width:50%"$
$/div$ $/div$ Note: 1. %Path% is calculated at runtime. 2. < angle brackets of divs are replaced by $ Adding HTML markup is mandatory. I donot want to achieve what I want by setting properties of images such as Top,Height etc.HTNL markup should be added. Any help will be appreciated. Thanks Regards Sandeep Kalra