Jump to content


Corporate Sponsors


Latest News: (loading..)

- - - - -

Page styles


4 replies to this topic

#1 conquer

  • Community Member
  • 5 posts
  • Real Name:louis

Posted 23 July 2011, 17:23

I have a site that has page styles. They work fine on the index page but as soon as I go to any other page or link and click on a page style. It defaulst back to the home page. Can someone help? Thanks.



www.aacwinnipeg.mb.ca this is the site.

#2 rfwoolf

  • Community Member
  • 64 posts
  • Real Name:Richard

Posted 23 July 2011, 17:27

I'm only trying to help so this may be way off..
I'm not very familliar with pagestyles...
but you have an HTML website - these are STATIC websites - whereas PHP is dynamic.
In other words, if you hover over your page styles you'll see the links are ALWAYS set to:
http://www.aacwinnipeg.mb.ca/index.html
http://www.aacwinnipeg.mb.ca/inv/inv.html and
http://www.aacwinnipeg.mb.ca/hc/hc.html

Surely that is not your intended function?

Edited by Jan Zonjee, 23 July 2011, 20:46.


#3 conquer

  • Community Member
  • 5 posts
  • Real Name:louis

Posted 23 July 2011, 17:42

View Postrfwoolf, on 23 July 2011, 17:27, said:

I'm only trying to help so this may be way off..
I'm not very familliar with pagestyles...
but you have an HTML website - these are STATIC websites - whereas PHP is dynamic.
In other words, if you hover over your page styles you'll see the links are ALWAYS set to:

Surely that is not your intended function?


No lol. I did not build this site. i just took it over. If you click on awards on the left side. then try to change the page style. it defaults back to home page.

Edited by Jan Zonjee, 23 July 2011, 20:47.


#4 rfwoolf

  • Community Member
  • 64 posts
  • Real Name:Richard

Posted 23 July 2011, 18:02

Your English is wrong.
For me, it does not "defaults back to home page".
You have 3 pagestyles:
'stn' -- for "standard"?
'inv' -- for "inverted"?
'hc' -- for "high contrast"?
What the designer has done, is that any pages for 'standard' style are in /stn/ folder
any pages for 'inv' are in /inv/ folder
any pages for 'hc' are in /hc/ folder

I don't know if that is the best way, but simply edit /inv/awards.html and /hc/awards.html and set the styles accordingly.
Alternatively you could use php.

#5 conquer

  • Community Member
  • 5 posts
  • Real Name:louis

Posted 23 July 2011, 20:00

Where am I setting the styles accordingly? I haven't learned php yet lol.