Link to home
Start Free TrialLog in
Avatar of lynnton
lynnton

asked on

placing menu link on the left side

Hi,

how can we place link1 upto 4 on the left side ? when i add the hyperlink object it always goes on the bottom or top of the table

hyperlink
table
hyperlink

how can we do it like so:
_______________________________
l                                                      l
l link1      table with object inside it     l
l link2             label                          l
l link3          datagrid                        l
l link4                                              l
l                                                      l
l                                                      l
--------------------------------------------

Thanks.
SOLUTION
Avatar of thrill_house
thrill_house
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of lynnton
lynnton

ASKER

vladimir_kalashnikov,

When I place a new table it goes on top or bottom, it never goes to the left side of the other table
i.e.
new table
 old table
new table


Thanks.


Avatar of lynnton

ASKER

vladimir_kalashnikov,

Which table should we use?

I'm using html tables.

If we need to use web control table, please kindly guide me how to implement this.

Thanks.
Avatar of lynnton

ASKER

I can see rowspan and colspan using web control, but how can we place the html table into those cell?

and also object? like textbox drop down list etc

Thanks.
Avatar of lynnton

ASKER

Experts,

I'll repost and hope other experts will join

Thanks.
lynnton,
DO NOT USE the asp Table control.  Just use the html one.  

Tables are set up so that they can never be placed side by side.  So if you want to do that, you must place the second table in the column of the first table.  I didn't have time yesterday to further comment on what I was meaning for you to do.  The way I am talking about does not require any rowspans or colspans.