1

Topic: Anchor

When I insert an anchor in some site, nothing happens.
When I save and look in HTML code there is NO code for an anchor.

Did I do something wrong?

2

Re: Anchor

Hi there,

I'm having the same problem which is pretty frustrating. I look forward to a solution.

Lucid Design
www.luciddesign.co.nz

website design and hosting, graphic design, photography, advertising, marketing...

3

Re: Anchor

galenking wrote:

Hi there,

I'm having the same problem which is pretty frustrating. I look forward to a solution.

Hi! Check out this problem, too. Could be of the same nature:

I develop my portals using a local stand-alone server of version Mambo 452. Everythings clicks EXCEPT creating hyperlinks from within the TinyMCE-EXP WYSIWYG editor using the HTML button for editing the HTML source. In fact, what I want to do is this.

1. First inserting an image (a typical content item to be linked to).
2. The hyperlink is created browing to the file.
3. NOW, I would want to got the HTML source and replace the local host info (http://localserver:85/Mambo452) with a symbolic hyperling

<?php echo $mosConfig_live_site;?>

4. The problem is that the TinyMCE-EXP editor does not accept this code. Following the update one finds a combination os the two, like:

http://localhost:85/Mambo452/<?php echo $mosConfig_live_site;?>

in the HTML source.

This is a very important issue, because if this is solved, the whole site developed locally can be transferred to the live site without any further editiing of the (potentially multiple) content files for updating the hyperlinks in them.

Thanks,

--doc