PDA

View Full Version : Problem adding news links


Bazoo
10-10-2008, 04:58 PM
Hi all, how's it going? :-)

I have a problem where I'd never think I would have one: I added two links to image_template.php , and both send back an 404 error!

- first link: wanted to put a login link, so I just copied the adress of it :

<a href="<http://mywebsite.com/admin/index.php>" title="a bit of privacy please!">login</a>

- second link: well, the same, it's on my website, but it's not a pixelpost page.


What did I do wrong???

Thanks for your help :-)

Trauko
10-10-2008, 06:13 PM
Check the syntax
<a href="<http://mywebsite.com/admin/index.php>" title="a bit of privacy please!">login</a>

Also you can install in FireFox this addon https://addons.mozilla.org/es-ES/firefox/addon/1843

Suerte

Bazoo
10-11-2008, 08:30 AM
Muchas Gracias amigo!