Ok--I fixed it .. but not sure why this works. Basically, I had created the masterpage in Dreamweaver and then manually converted to aspx file by adding form runatserver tag....
I didn't have my html tag as runat server...once I created an ID for my masterpage HTML tag and put the runat="server" property..it worked.
Also--when I did that, I couldn't get my pictures from my masterpage--but they were created as <TD> tags with img src="/siteimages/pic.jpg" I couldn't see the pictures--but when I added a "runat=server" to the TD tag--I could see them.
Why do I have to create these runat server properties for it to work in a subfolder of my site--but works just find in the main site directory??
***** ADDED *****
I am also running into a problem when I add a login control..(This might be more HTML--or related to the runat="server" issue)..I create an id for a DIV tag and define a CSS rule. I see the effects in the "Design" tab of Visual Studio--but when I run the page, none of them take affect???
*****ADDED*******
Ok--have no idea--when I run this on IIS through my domain (robertsearing.com) the login control has the changes..when I test it through Visual Studio--it doesn't have the changes.
Rob
|