Click to See Complete Forum and Search --> : editing head regions in pages from templates


gor
10-30-2005, 01:34 PM
Hi

I have created an array to define some text which rolls with images and sits within a larger script.....this is all set up within a template, but of course when I create pages from it the text is not editable.

This might be a reall noobie question, but what can I do?

i.e.

blurb = new Array(13)
blurb[0] = ""
blurb[1] = "first text"
blurb[2] = "second text"

web site is

http://www.gcarchitects.clara.co.uk/domesticfolder/oversheet.htm

if you want to see the whole code

thanks

KDLA
10-31-2005, 01:19 PM
Put it right after </title> in the document's head:

<!-- #BeginEditable "doctitle" -->
<title>Gordon Clarke Architects Ltd. Projects</title>
PUT YOUR SCRIPT HERE
<!-- #EndEditable -->

I've done this to work around getting some CSS in the <head> section before.

You'll need to do this in the original template, using code view.

KDLA

gor
11-12-2005, 11:46 AM
A rather belated thanks.

Forgot to bookmark the page and didn't rtealise how fast things move on on this forum....