thanks again (sorry, I'm a bit of a novice at this

)
so I go to Style Manager > Edit Templates > Navibar, then at the bottom of the HTML box enter the code:
<if condition="$foruminfo['forumid'] == FORUMID">CODE</if>
my Forum IDs show on the Forum Manager panel as:
(id: 2)
(id: 3)
(id: 4)
my HTML code (for a test) would be:
Quote:
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<title>Untitled </title>
</head>
<body>
<p>testing 1 <img
src="http://media.rivals.net/media/JPG/2007060200040944.JPG"
width="325" height="327" class="aimg"></p>
</body>
</html>
|
What would be the correct format to enter this information into the code?
<if condition="$foruminfo['forumid'] == FORUMID">CODE</if>
(I've tried a couple of combinations, replacing the forumid with the forum ID from the Forum Manager page, e.g. (id: 2), and entered the HTML in place of CODE, but can't get it to display?
(thanks for your help on this, the HTML side of it is all a bit new for me

)