Please remember that you may have to do some work here [code]to get the url click on the link you want then right click and goto properties and find the URL not all radio and TV stations allow you to direct link so their codes may not work. The code you want is
People constantly mess up their admin access with fancy html in forum descriptions, they also need to allow a load of html tags to allow the fancy features
It doesn't have to be that way! The better way is:
In the forum description you can put :
Code:
<div id="test1">
In the footer html in the owner control panel put.
Code:
<script language="javascript" type="text/javascript">
function divWrite(ID,parentID,sText) {
if (document.layers) {
var oLayer;
if(parentID){
oLayer = eval('document.' + parentID + '.document.' + ID + '.document');
}else{
oLayer = document.layers[ID].document;
}
oLayer.open();
oLayer.write(sText);
oLayer.close();
}
else if (parseInt(navigator.appVersion)>=5&&navigator.
appName=="Netscape") {
document.getElementById(ID).innerHTML = sText;
}
else if (document.all) document.all[ID].innerHTML = sText
}
The "embedded code" bit is what you change to what you want to write.
use as many divWrites as you like. You will need to use \ in front of quotes in the desired code.
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