By lduperval on
Hi,
I have a vocabulary with four items in it (Term 1, Term 2, Term 3, Term 4). I have added a link to the vocabulary in my menu ("Vocabulary"). It works fine, except that when I click on the vocabulary link, the title of the page looks like this:
Term 1, Term 2, Term 3. Term 4
with the list of pages/stories appearing afterwards. This is not what I want. I want the title to say:
Vocabulary
Instead. Is it possible to configure this? If so, how? Ideally, I'd like the title to be customizable if possible.
Thanks,
L
Comments
You might want to try the
You might want to try the views module to create the listing as you can directly set the title.
Excellent that will work,
Excellent that will work, thanks for the reply.
Now, quick question: I using the views page to create a "Most recent" box at the bottom of my front page. Is there a relatively easy way to format it in a box with an outline? I'm not the best PHP or CSS code out there.
Thanks,
L
And another thing: I'd like
And another thing: I'd like to have 2 or three of these blocks at the bottom of my home page.
Is there a module that makes this easier? Is CCK the only one?
L
With a region there you can
With a region there you can add multiple blocks. By default the blocks will stack but you can use CSS to float the blocks left to place them horizontally.
For CSS the firebug
For CSS the firebug extension for Firefox is useful for determining the html and css for the elements of the page.
For block view, both the block and the view have wrapper div's. You can use CSS to apply borders to the div.