-
Coding help
i have manage my works webpage (soft coding all the html) alhtough much of it is done using php style sheets. one particular page as a series of sub level pages off it in html. i need to add another one (this is not a problem) but i have a pdf that i would like to appear straight away (so the page become the pdf) instead of having to link to it. for those of you who would like to look at the site the page i am adding would be a sub level to <a href='http://www.maristoz.edu.au/main.php?name="spirituality_program"'>http://www.maristoz.edu.au/main.php?name="spirituality_program"</a> also we have built a content managment system that interfaces with the stylesheets to dramatically reduce the amount of coding i have to do.
Thanks in advance.
-
Re: Coding help
Alls you need to do is make the link open the pdf file in a new page, so when you make the link you link to the actual pdf file, what you call the actual naming of the link can be anything, if you said spirituality program and then make the http link to the pdf file like you normally do it will open the page up.
|