Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: Layout and Navigaiton


Message #1 by Anupama Nallari <ANallari@p...> on Thu, 25 Oct 2001 10:54:09 -0500

I do not want to apply any of the default layout or themes available with

interdev.



I am trying to construct a navigation path for my pages. I am not using the

pagenavbar or any of the other stuff.



I am trying to do it using a table and a column  so that I can simulate a

left side layout and it seems pretty tedious.

 

Any suggestions as to how to go about working on this.



Anu



Message #2 by "Pat Waddington" <paw@s...> on Thu, 25 Oct 2001 20:50:30 +0100
I have done something similar - the entire body of the page is enclosed in

the right hand column of a two-column table. The left hand column contains

the navigation links which I have put into an SSI - I just structure the

pages that need it this way and include the SSI in column 1 of the table.



HTH

Pat

----- Original Message -----

From: "Anupama Nallari" <ANallari@p...>

To: "ASP Web HowTo" <asp_web_howto@p...>

Sent: Thursday, October 25, 2001 4:54 PM

Subject: [asp_web_howto] Layout and Navigaiton





>

> I do not want to apply any of the default layout or themes available with

> interdev.

>

> I am trying to construct a navigation path for my pages. I am not using

the

> pagenavbar or any of the other stuff.

>

> I am trying to do it using a table and a column  so that I can simulate a

> left side layout and it seems pretty tedious.

>

> Any suggestions as to how to go about working on this.

>

> Anu

>

>




  Return to Index