Hi,I would like to link from text to an existing content page or static content page.I have this cod- <a href="#">Full Story</a> but I do not know the url of this pages.can anybody help?
. Use just the index2.php?option=com_typedcontent&task=edit&hidemainmenu=1&id=23 in your link. You should end up with something like this <a href="index2.php?option=com_typedcontent&task=edit&hidemainmenu=1&id=23">Full Story</a>
well,I did as you showed me -<a href="index2.php?option=com_content§ionid=0&task=edit&hidemainmenu=1&id=6#">Full Story</a> ,and I got the content site open in a strang editing page,full screen,and only when I click on cancel it goes to the normal format of this article. :-\
I'm sorry I don't understand. How can you link to a page when you don't know the url?
First find the url, by visiting the page and copying it from the address bar.
Then paste it into <a href="#"> (replace # with your link).
If the page you are linking to is a content item on your own site, the quickest way is to use the JCE WYSIWYG editor. Highlight the text "Full Story" and click on the JCE link button, then use the bottom section of the popup. Choose the section,category, and then content item.
thanks to you all guys!! I was working with no editor...and alll of this information is great.I thought that I shuld work without since I am puting an html code.