Click here to Skip to main content
15,900,815 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can I display image with group text of panel control.

I see it in www.testsworld.com/register.asp

Please help me.

Thanks in advance
Posted
Updated 6-Oct-10 21:47pm
v3
Comments
saini arun 7-Oct-10 3:36am    
Right click on the page and select view source.
Dalek Dave 7-Oct-10 3:47am    
Edited for Grammar, Readability and Spelling.

1 solution

This is how they are doing it:

XML
<table border="0" align="center" width="70%">
<tbody>
<tr>
    <td colspan="2">
        <fieldset><legend><img align="absmiddle" src="/images/new-user.gif"><font class="txts"> <b>Free <a href="#" style="text-decoration: underline ! important; position: static;" class="kLink" target="undefined" id="KonaLink0"><font color="orange" style="color: orange ! important; font-family: Verdana; font-size: 14.6667px; position: static;"><span style="color: orange ! important; font-family: Verdana; font-size: 14.6667px; position: relative;" class="kLink">Registration</span></font></a> </b></font></legend>
        <div align="center">
        <font size="2" face="verdana" color="red"><b>Already a member ? </b></font><b><a style="text-decoration: none;" href="/login.asp"><font face="verdana" color="gray"> Login here</font></a><font face="verdana" color="gray"></font></b>
            <div align="left"> <br><font class="txt"><b>Note: </b> Please fill the following details. All fields marked (<font color="red" class="txt"> *</font> ) are compulsory.</font>
            </div>
        </div>
    </fieldset></td>
</tr>
</tbody>
</table>

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900