Adding new pages to rev

Aye

tits
Oct 22, 2011
62
12
Hello,

I was trying to code my own pages, but I repeatedly get a bug, which looks like this:

What could I possibly be doing wrong?

teh code I have is:
Code:
<html>
<head>
<style type="text/css">
div.ex
{
width:220px;
padding:10px;
border:5px solid gray;
margin:0px;
}
</style>
</head>
 
<body>
<img src="250px.gif" width="250" height="1" /><br /><br />
 
<div class="ex"><form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="DW94FSETCYHKG">
<table>
<tr><td><input type="hidden" name="on0" value="Choose your package!">Choose your package!</td></tr><tr><td><select name="os0">
<option value="Silver Hobba">Silver Hobba €10.00 EUR</option>
<option value="Custom Pack">Custom Pack €5.00 EUR</option>
</select> </td></tr>
</table>
<input type="hidden" name="currency_code" value="EUR">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
<br />
</div>
 
<p><b>Important:</b> Here, you may buy your items, first choose your package of course!<br />
Please notify, either Arran on Aye ingame for your items</p>
 
</body>
</html>
 

Aye

tits
Oct 22, 2011
62
12


Am I meant to save the file as PHP in teh Mango folder? Or as HTML? All of them there are PHP, so I saved this as PHP also.
 

Kryptos

prjRev.com
Jul 21, 2010
2,205
1,252
The documentation is rather messily written, but I do not see what I did wrong from that.

No <html> <head> or <body> tags in the page. That's added automatically which means that you must create a .css file with your code. It'll be automatically imported to the page.
 

Users who are viewing this thread

Top