8
I tried that and it's still not working
This is what I have in the head of my theme.html
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="content-language" content="<{$xoops_langcode}>" />
<meta name="robots" content="<{$xoops_meta_robots}>" />
<meta name="keywords" content="<{$xoops_meta_keywords}>" />
<meta name="description" content="<{$xoops_meta_description}>" />
<meta name="rating" content="<{$xoops_meta_rating}>" />
<meta name="author" content="<{$xoops_meta_author}>" />
<meta name="copyright" content="<{$xoops_meta_copyright}>" />
<meta name="generator" content="XOOPS" />
<title><{$xoops_sitename}> - <{$xoops_pagetitle}>title>
<link href="<{$xoops_url}>/favicon.ico" rel="SHORTCUT ICON" />
<link rel="stylesheet" type="text/css" media="all" href="<{$xoops_url}>/xoops.css" />
<link rel="stylesheet" type="text/css" media="all" href="<{$xoops_themecss}>" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="<{$xoops_url}>/<{$xoops_rss}>" />
<link href="style.css" rel="stylesheet" type="text/css" />
<style type="text/css">
style>
<{$xoops_module_header}>
<script type="text/javascript">
script>
<script language="javascript" type="text/javascript">
script>
head>
This is what I have for an html banner:
<body>
<table height="100%" cellspacing="4" width="100%" border="0"><tr><td width="50%"><a href="http://happeningsmag.com" onmouseover="doTooltip(event,0)" onmouseout="hideTip()"><img height="253" src="http://happeningsmag.com/kcms/modules/mypage/adtext.jpg" width="175" img="" <="" /> a>td>
tr>
table>
<div id="tipDiv" style="position:absolute; visibility:hidden; z-index:100">div>
body>
I'm calling the banner via php in a custom block with this code in it:
echo xoops_getbanner();
I'm going nuts trying to figure this out.