Hi everyone - I've just created a cool little side box using the free editable sidebox module. I was able to insert a rolling flash script showing new artists... just click on the artist and off you go. (you can check it out by going to oc-music.com and you'll see the box in the lower right corner). Click on Rachel Millman and it goes to page 2 ... all is good. Click on Nicole Berke and it goes to a blank page 3. Yes, I've gone into page 3 through my admin/define pages editor and everything is correct. But there is nothing on page 3. Thinking there was even a slight possibilty I screwed up my HTML, I just entered "this is a test" in the editor and still no text.
So my next step was to view the source for page 2 and page 3. Here's what I get on page 2 (the working page):
<!-- eof upload alerts -->
<div class="centerColumn" id="pageTwo">
<h1 id="pageTwoHeading">Page 2</h1>
<div id="pageTwoMainContent" class="content">
<html>
<head>
and the rest of the html follows.........
Here's what I get for the non-working page3
<!-- eof upload alerts -->
<div class="centerColumn" id="pageThree">
<h1 id="pageThreeHeading">Page 3</h1>
<div class="buttonRow back"><a href="http://oc-music.com/index.php?main_page=index"><img src="includes/templates/template_default/buttons/english/button_back.gif" alt="Back" title=" Back " width="39" height="15" /></a></div>
</div>
NO HTML.... for the life of me I can't figure what file I modified to mess this up but if you can give me any ideas on where to look, it's really appreciated.



