Ok Complete NOOB needs help
Posted: Mon Apr 09, 2007 11:07 pm
Basically im helping out a school by making a website and ive done about 80% of it atm but as I need somewhere kids could update themselves etc Ive installed serendipity and got it working no problem.
Only problem is that I have no clue in hell how to get the blog and only the blog so really the writing to appear in the same page ive been using.
I will try to explain further. Im using Expression Web and im using a master.dwt file for my template basically is there anyway to turn this into use this as a theme or what ever in serendipity? (im using a free host atm for testing purposes but they only have php 4.0.0 - 100web and smarty says it needs 4.0.6 or higher)
I know basic HTML thats about it.
Thats the HTML of the master.dwt and this is a pic of its design
Only problem is that I have no clue in hell how to get the blog and only the blog so really the writing to appear in the same page ive been using.
I will try to explain further. Im using Expression Web and im using a master.dwt file for my template basically is there anyway to turn this into use this as a theme or what ever in serendipity? (im using a free host atm for testing purposes but they only have php 4.0.0 - 100web and smarty says it needs 4.0.6 or higher)
I know basic HTML thats about it.
Thats the HTML of the master.dwt and this is a pic of its design

Is anyone able to help, if so it would be so appreciated<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="SHORTCUT ICON" href="images/lolo.ico"/>
<title>St Joseph's School, Morrinsville</title>
<!-- #BeginEditable "doctitle" -->
<!-- #EndEditable -->
<link href="styles/style3.css" rel="stylesheet" type="text/css" />
<meta name="description" content="St Joseph's School Morrinsville - Morrinsville's only Catholic learning environment." />
</head>
<body style="background-color: #FFFFFF; background-image: url('images/background1.jpg');">
<p class="style2"> </p>
<!-- Begin Container -->
<a name="top" id="top"></a>
<div id="container">
<!-- Begin Masthead -->
<div id="masthead" class="style2">
<img src="images/faded_end logo.jpg" alt="" width="630" height="115" /></div>
<!-- End Masthead -->
<!-- Begin Page Content -->
<div id="page_content" class="float_right">
<!-- Begin Sidebar -->
<div id="sidebar" style="left: -5px; top: 23px" class="style15">
<a href="default.htm" style="width: 35px; height: 10px; color:navy">Home</a>
<a href="welcome/welcome.htm" style="width: 146px; height: 10px; color:navy">Principal's Welcome</a>
<a href="trustees/trustees.htm" style="width: 136px; height: 10px; color:navy">Board of Trustees</a>
<a href="about/about.htm" style="width: 67px; height: 10px; color:navy">About Us</a>
<a href="newsletter/newsletter.htm" style="width: 118px; height: 10px; color:navy">Our Newsletter</a>
<a href="staff/staff.htm" style="width: 66px; height: 10px; color:navy">Our Staff</a>
<a href="classrooms/classrooms.htm" style="width: 119px; height: 10px; color:navy">
Our Classrooms</a>
<a href="contact/contact.htm" style="width: 80px; height: 10px; color:navy">Contact Us</a>
</div>
<!-- End Sidebar -->
<!-- Begin Content -->
<div id="content" style="left: -5px; top: 0px; width: 423px;">
<!-- #BeginEditable "content" -->
<h2 class="style14">Headline 2</h2>
<p class="style15">insert content here</p>
<p class="style15"> </p>
<p class="style15"> </p>
<p class="style15"> </p>
<p class="style15"> </p>
<p class="style15"> </p>
<!-- #EndEditable --></div>
<!-- End Content --></div>
<!-- End Page Content -->
<!-- Begin Footer -->
<div id="footer">
<p><a href="#top" ><span class="style17"> ^ Top of Page</span></a> |
<a href="default.htm" class="style16">Home</a> |
<a href="welcome/welcome.htm" class="style16">Principal's Welcomes</a> |
<a href="trustees/trustees.htm" class="style16">Trustees</a> |
<a href="about/about.htm" class="style16">About Us</a> |
<a href="newsletter/newsletter.htm" class="style16">Newsletter</a> |
<a href="staff/staff.htm" class="style16">Staff</a> |
<a href="classrooms/classrooms.htm" class="style16">Students</a> |
<a href="contact/contact.htm" class="style16">Contact</a>
</p>
<p><span class="style16">
Copyright © 2007 St. Joseph's Morrinsville All Rights Reserved.
</span></p>
</div>
<!-- End Footer -->
<!-- End Container -->
</div>
</body>
</html>