interdev_programming thread: RE: [asp_web_howto] I am trying to use a layout in Visual interde
Use an include file with a template asp page. Or you can go to your
original page that has the style sheet link there, highlight the entire line
with your mouse, simultaneously press Ctrl and C. Then go to your new page,
put the cursor where you want the line to show up and simultaneously press
Ctrl and V.
-----Original Message-----
From: Biljardt, Richard [mailto:rbiljard@f...]
Sent: Thursday, January 18, 2001 12:36 PM
To: Interdev_Programming
Subject: [asp_web_howto] I am trying to use a layout in Visual interdev
Hello,
I am using visual interdev and for one site I want to use the LayOut
function.
The Layout is not a problem and everything works fine.
The problem I have (the thing I don't know) occurs when I want to add a
page to my site and have some lines put default in the header.
I want a style sheet automatically put in the head, so I don't have to do
that every page again. There are a few other lines and files I like to
include in there as well.
Can anybody tell me what I have to do.