Help Forum Template Changes.

Lazarus

Part of the furniture
Joined
Dec 22, 2003
Messages
2,874
Folk,

Trying to modify a Forum Template and need to find out how to place a picture in a certain place on the page.

PHP:
<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<title>AYRSHIRE BIKERS MCC :: Index</title>
<link rel="stylesheet" href="templates/myfs_ayrshirebikers4/myfs_ayrshirebikers4.css" type="text/css">
<!-- head tags --> 
</head>
<body leftmargin="0" topmargin="0">
<a name="top"></a>
<table width="97%" cellspacing="0" cellpadding="10" border="0" align="center"> 
<tr> 
<td class="bodyline"><table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr> 
<td><a href="index.php"><img src="templates/myfs_ayrshirebikers4/images/abmcc_patch_5.jpg" alt="AYRSHIRE BIKERS MCC" border="0"></a></td>
<td align="center" width="100%" valign="middle"><span class="maintitle">AYRSHIRE BIKERS MCC</span><br /><span class="gen">WWW.AYRSHIREBIKERS.CO.UK<br />&nbsp; </span> 
<table cellspacing="0" cellpadding="2" border="0">
<tr> 
<td align="center" valign="top" nowrap="nowrap"><span class="mainmenu"><a href="faq.php" class="mainmenu">FAQ</a></span><span class="mainmenu"> :: <a href="search.php" class="mainmenu">Search</a> :: <a href="memberlist.php" class="mainmenu">Memberlist</a> :: <a href="groupcp.php" class="mainmenu">Usergroups</a>

currently the entry picture templates/myfs_ayrshirebikers4/images/abmcc_patch_5.jpg is placed on the top left of the page.

What do I need to include to ALSO display this picture at top right?
 

Will

/bin/su
Joined
Dec 17, 2003
Messages
5,259
I have no idea, but that php code looks god-awful on the green background.
 

Lazarus

Part of the furniture
Joined
Dec 22, 2003
Messages
2,874
managed to find it - i had to modify the .cpl temaplte for the header and add another line to include the pic in the different position.
 

Users who are viewing this thread

Top Bottom