Jump to content

Link for Language Banner


Hoock

Recommended Posts

Hi There

I would like to add on my web site, a small flag (English flag/banner) in order to give the opportunity for client to read descriptions in English, and not only in Spanish.

Could anyone help me to create such a link, it should be located on the top right corner.

Thanks a lot

Link to comment
Share on other sites

Hi

Right I already had made the English page, and here you can see the link I created, it works fine, except that the image does not show, Do you see any mistake, that I made causing that the image (English flag) do not show? The JPG in big letters is right, so that is not the problem.

<a href="hoockantiques.html" target="blank"><img src="english_flag.JPG" alt="English" style="width:42px;height:25px;border:0" align="right"></a>

Link to comment
Share on other sites

There is no such value for target="blank" it should be target="_blank", it should be border: none; NOT border: 0; and using src="english_flag.JPG" means image should be in the same folder this page is in, and the img file must match the image file name exactly, not only exstension of 'JPG', also align="right" is old school, using css text-align or float is modern option.

Edited by dsonesuk
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...