Hello,
This is my first time using github. I'm a good HTML and CSS code writer. A above average writer of PHP and MySQL. I'm using this code to be able to create a downloadable PDF.
I've read all the text and when i click on the link for download.... nothing happens.
This is my code:
<body id="Usage">
<div style='width:500px;height:500px;background-color:yellow'>
<h1>Say Hello</h1>
<a href="#" onclick="return xepOnline.Formatter.Format('Usage', {pageWidth:'216mm', pageHeight:'279mm'});">
Click Here
</a>
</div>
</body>
<script src="http://www.cloudformatter.com/Resources/Pages/CSS2Pdf/Script/xepOnline.jqPlugin.js">
</script>
</html>
(Note: I've got the header info in place. I just didn't copy it across to show you)
I've set this up locally. I've put it in on my localhost too and saved the file as .php. I've put it online on some hosting i have (Which is shared). But it doesn't matter what i do it just won't do anything when i press 'Click Here'.
Please help.
Hello,
This is my first time using github. I'm a good HTML and CSS code writer. A above average writer of PHP and MySQL. I'm using this code to be able to create a downloadable PDF.
I've read all the text and when i click on the link for download.... nothing happens.
This is my code:
<body id="Usage"><div style='width:500px;height:500px;background-color:yellow'><h1>Say Hello</h1><a href="#" onclick="return xepOnline.Formatter.Format('Usage', {pageWidth:'216mm', pageHeight:'279mm'});">Click Here</a></div></body><script src="http://www.cloudformatter.com/Resources/Pages/CSS2Pdf/Script/xepOnline.jqPlugin.js"></script></html>(Note: I've got the header info in place. I just didn't copy it across to show you)
I've set this up locally. I've put it in on my localhost too and saved the file as .php. I've put it online on some hosting i have (Which is shared). But it doesn't matter what i do it just won't do anything when i press 'Click Here'.
Please help.