View previous topic :: View next topic |
Author |
Message |
pyromra -
Joined: 16 Dec 2004 Posts: 7
|
Posted: Thu Dec 16, 2004 6:53 am Post subject: picture albums |
|
|
i wanted to use frotnpage because they have a picture album tool. but abyss cant use its extensions. are there any ways to make an album like the frontpage that i can use on abyss (ie. an html template for a picture album). thnx |
|
Back to top |
|
 |
Glitch2082 -
Joined: 02 Dec 2004 Posts: 194
|
Posted: Thu Dec 16, 2004 7:53 am Post subject: |
|
|
Code: |
<html>
<head>
<title>Picture Album</title>
</head>
<body>
<table width="80%" height="50%">
<tr>
<td><img src='image_url.jpg'></td>
<td><img src='image_url.jpg'></td>
<td><img src='image_url.jpg'></td>
</tr>
<tr>
<td><img src='image_url.jpg'></td>
<td><img src='image_url.jpg'></td>
<td><img src='image_url.jpg'></td>
</tr>
</table>
</body>
</html>
|
Something like that should be efficiant. _________________ int main() {
cout << "Im Pro Apache";
cin.get();
} |
|
Back to top |
|
 |
wspollack -
Joined: 28 Dec 2003 Posts: 108
|
Posted: Thu Dec 16, 2004 8:04 pm Post subject: Album Creators: Arles or JAlbum >>> |
|
|
If you're interested in software that generates pciture galleries of various sorts, suitable for web pages, I suggest the following two:
1) $US 49: Arles Image Web Page Creator. This is what I use on my site ( www.billanddot.com ); see:
http://www.digitaldutch.com/arles/
2) Free: JAlbum; see:
http://jalbum.net/
Regards,
Bill |
|
Back to top |
|
 |
|