Skip to content

Instantly share code, notes, and snippets.

View casspangell's full-sized avatar

mondousage casspangell

View GitHub Profile
<script type="text/javascript">
for (i = 0; i <= 5; i++)
{
document.write("<image imageURL="images/"+i+".jpg" thumbURL="thumbs/s_"+i+".jpg" linkURL="" linkTarget=""> </image>");
}
</script>
for
<image imageURL="images/1.jpg" thumbURL="thumbs/s_1jpg" linkURL="" linkTarget="" ></image>
<script type="text/javascript">
for (i = 0; i <= 5; i++){
document.write("<image imageURL="images/"+i+".jpg" thumbURL="thumbs/s_"+i+".jpg" linkURL="" linkTarget=""> </image>");
}
</script>
<image imageURL="images/1.jpg" thumbURL="thumbs/s_1jpg" linkURL="" linkTarget="" >
<caption></caption>
</image>
<script type="text/javascript">
for (i = 0; i <= 5; i++){
document.write("<image imageURL=\"images/"+i+".jpg\" thumbURL=\"thumbs/s_"+i+".jpg\" linkURL=\"\" linkTarget=\"\"> </image>");
}
</script>
--------------
<image imageURL="images/1.jpg" thumbURL="thumbs/s_1.jpg" linkURL="" linkTarget="" ></image>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="language" content="en" />
<title>Gallery</title>
<!--JQUERY-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<!--LIGHTBOX STUFF-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="language" content="en" />
<title>Gallery</title>
<!--JQUERY-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<!--LIGHTBOX STUFF-->
#footer_left{
float:left;
background: url("images/footer_left.png");
height: 58px;
width: 23px;
}
#footer_mid{
float:left;
text-align:center;
for($i=1; $i<13; ++$i){
echo "<a href=" . CreateMonth($month[$i]) . ">" . $month[$i] . "</a><br />";
}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Calendar</title>
</head>
<body>
<?php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Calendar</title>
<!-- link calendar files -->
<script language="JavaScript" src="calendar_us.js"></script>
<link rel="stylesheet" href="calendar.css">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Calendar</title>
<!-- link calendar files -->
<script language="JavaScript" src="calendar_us.js"></script>
<link rel="stylesheet" href="calendar.css">