Links within blocks

beetroot - May 15, 2008 - 19:22

I'm new to Drupal but I believe this should be a simple task to such a program as Drupal - but I can't figure it out at all.

I want to create a block that has this set up/template without with html

This is a Heading

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Maecenas quam.

Learn More!

- where "This is a Heading" and Learn More" are links to the same page.
- where "Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Maecenas quam." is just a description

an example of this would be right side navigation bar

http://theartlab.net/podcast/drupal-school

thanks

Type It Into A Block

awakenedvoice - May 15, 2008 - 19:40

This is very simple to achieve, but you must use a tiny amount of html to create the links. All you need to do is type in the text as you want to see it and save the block. The following video explains blocks in more detail. http://learn.awakenedvoice.com/2007/04/14/blocks-in-drupal-5/

If you want to link to a particular page all you need to do is wrap the text you want to link as follows.

<a href="http://mysite.com">Your Text</a>

Rob Safuto
Learn By The Drop is a place to learn Drupal. If you're new to Drupal I recommend having a look at my Beginner's Guide To Drupal.

 
 

Drupal is a registered trademark of Dries Buytaert.