ASP.NET control positioning

G

Guest

Hello,

I have some problem in Layout of my page when i put ASP.NET control on it,
actually in this control i have created the links of my website and, i want
to include this control in all of my pages, but when i include it, page
layout or positioning distrubed I'm applying html table but it can't work, so
pls tell me what i do to solve this problem.
Thanks.
Following is the URL where u will find actual picture of my problem

http://www.only1way.com/articles/ar...ng.aspx?catID=3
 
G

Guest

Wrap it in an HTML table and you will be fine:

<table>
<tr>
<td valign="top"><!-- menu control goes here --></td>
<td valign="top"><!-- Content control goes here --></td>
</tr>
</table>

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,059
Latest member
cryptoseoagencies

Latest Threads

Top