Hi all;
I have read my mails and noticed that Garrett is mentioning about one of my post this morning;
Quote:
|
Kusadasi-Guy, an SEOChat member, suggested that she "use [the] thumbnail system, [and] put each image into separate html pages."
|
And few minutes ago, i have uploaded my new picture gallery and would like to share some techniques with WebProWorld's community.
Here is the URL:
http://www.kusadasi.biz/kusadasi-pictures.asp
Quote:
<SCRIPT language=JavaScript>
function popUp(theURL,h,w,name,features)
{
var newWindow;
var s = "HEIGHT=" + h + ",WIDTH=" + w + features;
newWindow = window.open(theURL,name,s);
newWindow.focus();
}
</SCRIPT>
|
Quote:
< A
onclick= "javascript: popUp ('pictures/2004-gallery/mixed/your-keywords.htm', 600, 640, 'new'); return false"
href= "/pictures/2004-gallery/mixed/your-keywords.htm">< IMG src = "pictures/2004-gallery/mixed/keywords.jpg" width="75" height="56" border = 1>< BR >
Anchor Text#1< / A >
|
This is a simple Thumbnail System and now i can create my small html files with unique title tags, meta tags, alt attr. and some p tags. And i believe this is a powerful gallery.
Hope this post is useful for every member of the WebProWorld.
Kusadasi-Guy