Developing Links on a Static Pages

For Joomla! 1.0 Coding related discussions.
Locked
richh12
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Wed Jan 05, 2011 8:50 pm

Developing Links on a Static Pages

Post by richh12 » Wed Jan 05, 2011 9:48 pm

I have a static page with 20 links on it,I have added the anchor tag for all of my listed client's but cannot get any of links to worked. How to I get my links to work on my static page.

luis23045
Joomla! Explorer
Joomla! Explorer
Posts: 459
Joined: Mon Mar 09, 2009 9:54 am
Location: Dallas, TX
Contact:

Re: Developing Links on a Static Pages

Post by luis23045 » Wed Jan 05, 2011 11:55 pm

Are you using general HTML code like the one below?

Which static page, do you mean an article right?

Code: Select all

<p><a href="http://www.my-link-goes-here.com/">Link 1</a></p>
<p><a href="http://www.my-link-goes-here.com/">Link 2</a></p>
<p><a href="http://www.my-link-goes-here.com/">Link 3</a></p>
<p><a href="http://www.my-link-goes-here.com/">Link 4</a></p>
http://cmsteachings.com - Joomla Tips & Tutorials
http://ubrainmedia.com - My Joomla Company
My Joomla Advice is my personal experience. It does not means I am right or wrong. It just means that I work with Joomla in my own way and it works for me.

richh12
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Wed Jan 05, 2011 8:50 pm

Re: Developing Links on a Static Pages

Post by richh12 » Mon Jan 10, 2011 2:41 pm

Yes, I mean an article, I using standard HTML4.

Thank You

richh12
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Wed Jan 05, 2011 8:50 pm

Re: Developing Links on a Static Pages

Post by richh12 » Tue Jan 11, 2011 2:37 pm

I am still looking for a solution to my issue. I have an article (static page) that I want to add a link,the article is setup in my menu and I can view the HTML in the article {edit} window. Is this where I can add the links for my article or do I have to go to some other section to do the update?


Locked

Return to “Joomla! 1.0 Coding”