Dark Dragon
09-02-2003, 09:06 AM
Remember that roll-over code you gave me??
Well..it worked great for my menu and my page linking to GIF files...but it won't work for linking to JPEG files.
I remade my page but it didn't work..so I used my GIF page as a template and merely replaced the filenames thinking that would work...is there something I need to add for JPEG's..here is the code for the whole page....it is the same really for my page of GIF's except the filename and a little descriptive text is altered..:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/transitional.dtd">
<html>
<head>
<title>Photoshop Pics</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
a.link {
color: lightgreen;
text-decoration: none;
font-weight: regular;
}
a.link:hover {
color: red;
}
</style>
</head>
<body background="pics/grid.gif" text="#33FF00">
<p align="center"><img src="pics/photoshp2.gif" width="241" height="20"></p>
<table width="394" border="0" align="center">
<tr>
<td>
<p>Just a few results I got after playing around with Photoshop 7!</p>
<p>Just click on the words to see the image, it will load in the main pane..to
go back just hit the <i>Back</i> button on your browser or just use the
menu on the side <img src="pics/bluesmiley.gif" width="18" height="19"></p>
</td>
</tr>
</table>
<p> </p>
<table width="633" border="0" align="center" height="177">
<tr>
<td width="187"><a href="pics/bcrystal.jpeg" class="link" target="main">Fun
with text!</a></td>
<td width="430"> After applying some filters to text, this is what one of
the results were.</td>
</tr>
<tr>
<td width="187"><a href="pics/compendium.jpeg" class="link" target="main">Compendium
Draconis</a></td>
<td width="430">A logo I created just for the heck of it.</td>
</tr>
<tr>
<td width="187"><a href="pics/coolwarpneo.jpeg" class="link" target="main">A
swirly-thing</a></td>
<td width="430">The results after following a tutorial.</td>
</tr>
<tr>
<td width="187"><a href="pics/finan.jpeg" class="link" target="main">A monster
card</a></td>
<td width="430">My own Yu-Gi-Oh! style monster card.</td>
</tr>
<tr>
<td width="187"><a href="pics/galaxy.jpeg" class="link" target="main">A galaxy</a></td>
<td width="430">A filter here, a filter there..and VILOA, a galaxy!</td>
</tr>
</table>
<p> </p>
<p align="left"><br>
<br>
<br>
</p>
</body>
</html>
Do I need to add something??
P.S..I put the links in a table to organize it...it works for my gif page.
Well..it worked great for my menu and my page linking to GIF files...but it won't work for linking to JPEG files.
I remade my page but it didn't work..so I used my GIF page as a template and merely replaced the filenames thinking that would work...is there something I need to add for JPEG's..here is the code for the whole page....it is the same really for my page of GIF's except the filename and a little descriptive text is altered..:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/transitional.dtd">
<html>
<head>
<title>Photoshop Pics</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
a.link {
color: lightgreen;
text-decoration: none;
font-weight: regular;
}
a.link:hover {
color: red;
}
</style>
</head>
<body background="pics/grid.gif" text="#33FF00">
<p align="center"><img src="pics/photoshp2.gif" width="241" height="20"></p>
<table width="394" border="0" align="center">
<tr>
<td>
<p>Just a few results I got after playing around with Photoshop 7!</p>
<p>Just click on the words to see the image, it will load in the main pane..to
go back just hit the <i>Back</i> button on your browser or just use the
menu on the side <img src="pics/bluesmiley.gif" width="18" height="19"></p>
</td>
</tr>
</table>
<p> </p>
<table width="633" border="0" align="center" height="177">
<tr>
<td width="187"><a href="pics/bcrystal.jpeg" class="link" target="main">Fun
with text!</a></td>
<td width="430"> After applying some filters to text, this is what one of
the results were.</td>
</tr>
<tr>
<td width="187"><a href="pics/compendium.jpeg" class="link" target="main">Compendium
Draconis</a></td>
<td width="430">A logo I created just for the heck of it.</td>
</tr>
<tr>
<td width="187"><a href="pics/coolwarpneo.jpeg" class="link" target="main">A
swirly-thing</a></td>
<td width="430">The results after following a tutorial.</td>
</tr>
<tr>
<td width="187"><a href="pics/finan.jpeg" class="link" target="main">A monster
card</a></td>
<td width="430">My own Yu-Gi-Oh! style monster card.</td>
</tr>
<tr>
<td width="187"><a href="pics/galaxy.jpeg" class="link" target="main">A galaxy</a></td>
<td width="430">A filter here, a filter there..and VILOA, a galaxy!</td>
</tr>
</table>
<p> </p>
<p align="left"><br>
<br>
<br>
</p>
</body>
</html>
Do I need to add something??
P.S..I put the links in a table to organize it...it works for my gif page.