Quote (carteblanche @ Nov 2 2015 11:20pm)
Quote (dizzle19 @ Nov 3 2015 01:13am)
Im having a photoshop issue I think. Im trying to make a hyperlink on photoshop, and saving as html/file. When i open the html, it works from there. But i cant upload an html?
what is your html and where are you uploading it to?
No where, i didnt think you could upload an html as an image?
here is what i looks like
<html>
<head>
<title>Untitled-1</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- Save for Web Slices (Untitled-1) -->
<table id="Table_01" width="400" height="150" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="5">
<img src="images/Untitled-1_01.png" width="400" height="41" alt=""></td>
</tr>
<tr>
<td rowspan="2">
<img src="images/Untitled-1_02.png" width="12" height="109" alt=""></td>
<td>
<a href="http://forums.d2jsp.org/pm.php?c=1&u=729069">
<img src="images/Untitled-1_03.png" width="170" height="77" border="0" alt=""></a></td>
<td rowspan="2">
<img src="images/Untitled-1_04.png" width="33" height="109" alt=""></td>
<td>
<a href="http://forums.d2jsp.org/topic.php?t=73220558&f=276&o=170">
<img src="images/Untitled-1_05.png" width="170" height="77" border="0" alt=""></a></td>
<td rowspan="2">
<img src="images/Untitled-1_06.png" width="15" height="109" alt=""></td>
</tr>
<tr>
<td>
<img src="images/Untitled-1_07.png" width="170" height="32" alt=""></td>
<td>
<img src="images/Untitled-1_08.png" width="170" height="32" alt=""></td>
</tr>
</table>
<!-- End Save for Web Slices -->
</body>
</html>
where are you trying to upload? the html is pretty clear. it's not a flat html file. it's referencing images on the same domain. so if it's on your computer, it should look fine. if you're uploading somewhere (to your host, etc), make sure you upload the images in the ./images directory. of your 8 images, only two have links.