MDGM 22 Posting Whiz in Training

hi all,

I'm using dreamweaver templates to make my site, however when I want to use the session_start(); function in php, the headers have already been sent because dreamweaver writes the following into the page:

<!-- InstanceBegin template="/Templates/index.dwt.php" codeOutsideHTMLIsLocked="false" -->

and so I am having to put in the session_start function manually at the top of every page before the above code. Is there any way to get around this?

Thanks in advance!

Max.

MDGM 22 Posting Whiz in Training

Hi all,

How do I make a link with the class of "externallink" open in a new window using css? Here is my current style for "externallink" class:

a.externallink:link { 
color: #FF99FF;
text-decoration: none;
}

Thanks!!

Max. :cheesy: