What's your problem Mig., are you saying you even do not know the very basic html like the a tag, grab any html very basic book that you can read in 30 minutes or even try online refernce sites, if you want to maintain your websites your self then you have to have the basic html experiance, you donothave to be expert but very little basic, also try to use visual html editors like MS Frontpage they will help you in editing html like what you want now. Anyway, you will find in the same classes above another a href="xxxx" class like this:
Code: HTML
<a href="<!--Link-->"><!--Photo-->
|
Change it to:
Code: HTML
<a href="<!--Link-->" target="_blank"><!--Photo-->
|
|