I am using the gallery that comes with the image module in 5.7. It works well, but I want to have a page with some introductory text before you get to a particular gallery. This gallery has photos of stuff available for rent, so I need to put up advertisement text, terms and conditions, etc.
So I created a regular page, and added an anchor link like "Click here" at the bottom ... which seems incredibly lame. How would you do this and make it look good? And is there a more standard drupal-ish way to do this?
Thanks for any advice.







CCK & Views?
How about using CCK to add image, cost, contact, etc and Views, to sort your content? Consider Exposed Filters (in Views) which allow your users to find what the are looking for. The introductory text could be read in a block placed prominently near the top of the screen. Blessings! -NP