you know like on myspace where you would insert html codes to make your background generate on your myspace page well i was wondering if there was some simple way of inserting html onto phpnuke like certain sections of a pre made theme so i could insert like media players music that type of thing in a simple fashion?
thnxz for all of your help!
Cyrus255 Corporal
Joined: Nov 11, 2005
Posts: 71
Posted:
Tue Apr 11, 2006 5:45 pm
Do you mean adding in HTML code? You can edit your files and add HTML into a PHP file....
It's relatively simple.
<?php
// php code here
?>
HTML GOES HERE
<?php
// more php code
?>
etc. php has open and close brackets just like any other code. you could inset a media player where you want.
One trick I like to do, is with the blocks I like to use this trick
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum