I am drawing a blank, and I'm not sure if I can do what I am trying to accomplish.
I am creating a skin for a page, and in my skin zip folder, I have the following files:
-logo.gif
-skin.css
-main.ascx
In my main.ascx file, I have this:
< img src = " <%= SkinPath %> logo.jpg " />
to insert my logo.gif file into the page.
Now, what do I have to include in my code so that the logo.gif links to the page that this skin is for?
(Simply, I've created a new page in DNN and I want my logo to link to that page).
Does this make sense, and is it possible to do before you upload your skin?
Thanks.
|