Robert Elias wrote:
Hey few things..
1.. How do you use a Hilite with an article.. I want to put a boarder around everything and use the hilite i created.
2. How do you remove the article image in the upper right corner?
3. How can you place links to other articles inside an article with easy.
1. -hilite is a Module class suffix which can be applied to Articles. Perhaps with mor information or a lin to your site we may be able t ohelp you.
2. What image are you referring to? Again, a link would be helpful.
3. To add a link from Article 'A' to Article 'B', the easiest way is to use JCE, Joomla Contant Editor, it has a browse feature that makes linking easy.
To do it manually, browse to Article 'B', copy the url, and create the link manually in Article 'A'
<a href="link/to/article" class="readon">Link</a>
link/to/article - Replace this with a link to your Article - you get the link you your Article by browsing to the Article and copying the URL after the
www.mysite.com/index.php
. Copy everything after the final '/' from the 'i' in index.php to the end.
class="readon" - Nothing to do here, "readon" or in some cases "readon2" is a css reference for the read on button.
Link - This is where you would enter the text you want to appear for the link, e.g, More, Read More, Read On, More Info, etc., it can be whatever you like.
<a href="link/to/article">Read more...</a>