Want to add the following code to a block, but each time I add it, it removes the imbeded styles in the html. I've tried to add these to the extrernal style sheet being used for the theme, but that doesn't work either, all I left with is dodgy code.
Code:
<table width="120" height="120" cellpadding="0" cellspacing="0" style="border:1px solid #5E75A3; font-family:verdana; font-size:11px; color:#000000;">
<tr>
<td width="118" height="13"><a href="http://www.gambling-win.com" target="_blank"><img src="http://www.gambling-win.com/images/ads/banner-images/gambling-win_logo120.gif" style="border:none;"></a></td>
</tr>
<tr>
<td width="118" height="105" bgcolor="#DCEBF8" valign="top" style="padding:2px;">
Play <a href="http://www.domain.com/roulette.html" target="_blank" title="domain" style="text-decoration:underline; color:#0C254A;">Internet roulette</a> on domain. Get a great <a href="htp://www.domain.com/best-bonus-casinos.html" target="_blank" title="domain" style="text-decoration:underline; color:#0C254A;">casino bonus</a> on the <a href="http://www.domain.com/golden-palace-review.html" target="_blank" title="domain.com" style="text-decoration:underline; color:#0C254A;">Golden Palace</a> Casino. Go play.
</tr>
</table>
Help would be appricated, thanks
_________________ A horse walks into a bar and asks the bartender for a beer. The bartender asks "what's with the long face?"
dezina Support Mod
Joined: Jun 09, 2003
Posts: 1713
Location: England
Posted:
Sat Mar 18, 2006 9:00 am
Code:
<?php
if (eregi("block_blockname.php",$_SERVER[PHP_SELF])) {
Header("Location: index.php");
die();
}
$content = <<<_ANYHTMLCODE_
Add your html code here
_ANYHTMLCODE_;
//echo $content;
?>
_________________
Backup files BEFORE altering
Use PHPNuke 7.6 with patches!!
No private messages please, POST in forums.
ozguy61 Nuke Soldier
Joined: Dec 24, 2005
Posts: 29
Posted:
Mon Mar 20, 2006 2:49 pm
Thanks dezina
_________________ A horse walks into a bar and asks the bartender for a beer. The bartender asks "what's with the long face?"
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