don't know where to start

enigma2882

Joined: 2003-10-29
Posts: 22
Posted: Wed, 2005-10-05 23:16

I want to just put gallery into the middle of this website like the other pages

ie.

http://www.ironcheflouie.com/aboutIronChefNight/index.html

i want to replace the text in the middle of that with gallery but I don't know how to do it.

this is the code for that page

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><!-- InstanceBegin template="/Templates/ironChefLouie.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<!-- InstanceBeginEditable name="doctitle" -->
<title>Iron Chef Louie</title>
<!-- InstanceEndEditable -->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<!-- InstanceBeginEditable name="head" -->
<!-- InstanceEndEditable -->
<link href="../includes/styles.css" rel="stylesheet" type="text/css">
</head>

<body background="../images/bg.gif" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="802" height="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="1" bgcolor="#000000"></td>
<td width="800" align="center" valign="top" background="../images/contentBG.gif">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="800" height="112">
<param name="movie" value="../ironChefLouie_subpage.swf">
<param name="quality" value="high">
<embed src="../ironChefLouie_subpage.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="112"></embed></object></td>
</tr>
<tr>
<td height="29" bgcolor="617EA6"><!-- InstanceBeginEditable name="header" -->
<p><img src="../images/headers/aboutIronChefNight.gif" width="294" height="29"><!-- InstanceEndEditable --></td>
</tr>
<tr>
<td><p>&nbsp;</p>
<blockquote>
<blockquote> <!-- InstanceBeginEditable name="content" -->
<p class="header">What happens at ICL Night?</p>
<p> TEXT HERE BLAH BLAH BLAH TEXT HERE
<p class="header">&nbsp; </p>
<p>&nbsp;</p>
<!-- InstanceEndEditable --></blockquote>
</blockquote></td>
</tr>
</table>
</td>
<td width="1" bgcolor="#000000"></td>
</tr>
</table>
</body>
<!-- InstanceEnd --></html>

_______________________________________

So I have no idea where to start to be able to do this, I understand that at some point i'll have to fiddle with the theme.css to get fonts and colors within gallery to match, but as far as just getting www.ironcheflouie.com/gallery to pop up so it looks like the other pages (home, media, about, players) I just don't know what to do.

can anyone help?

Thanks!

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Thu, 2005-10-06 11:05