Topic: Need Advice (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: midair |
posted 12-15-2003 01:27
I have many background texture images I have created. I will never use a tenth of them and I would like to offer the graphics on a right click/copy picture page but I do not know how to set up a page to display a boatload of inline images. Is there a way to quickly do a CSS page of inline images? I am not interested in spending many hours learning this. Any links or tutorials to make it easy would be appreciated. I can do it quickly with tables but I prefer CSS. How could the page be loaded quickly? |
Paranoid (IV) Inmate From: Northumberland, England |
posted 12-15-2003 01:57
Why CSS imparticular? it's not a 'one for all' thing. |
Paranoid (IV) Mad Scientist From: KC, KS |
posted 12-15-2003 01:58
http://www.alistapart.com/articles/practicalcss/ |
Bipolar (III) Inmate From: midair |
posted 12-15-2003 02:57
Smonkey..for real simplicity I could create a recursive PHP page?...in my dreams..any Links to how that is done? btw Default must be easier for some than it is for others. |
Bipolar (III) Inmate From: midair |
posted 12-15-2003 03:01
smonkey..your online gallery is stunning..I looked at it after I posted or I would not have two replies here. |
Paranoid (IV) Inmate From: Northumberland, England |
posted 12-15-2003 15:45
Ok, when I said 'for real simplicity' I meant it terms of operation, not in development, although it wouldn't be that much code. I'm no PHP brainiac, otherwise I'd write a basic script for you (literally would only be about 10 - 15 lines). |
Bipolar (III) Inmate From: midair |
posted 12-15-2003 17:27
a few lines of code..? That is intriguing. It is placing PHP in the server and configuring the PHP that intimidates me. The Guru's network has tutorials. I will see if there is something on the subject over there. The thumbnail images/page load might make a good topic for a basic tutorial if it is that easy. I appreciate the offer of "doing it" but I will try to muddle it along and ask for help when I am really confused. It is time and effort best spent learning it myself but if you wish to do it for me..I won't turn it down |
Nervous Wreck (II) Inmate From: |
posted 12-15-2003 19:17
Do you want something like this? http://monkeyinpsychosis.tripod.com/art.html code: .thumbs For the images, just list them normally. code: <img src="#" alt="1">
|
Maniac (V) Inmate From: there...no..there..... |
posted 12-15-2003 23:54
ninmonkey: kind of off topic but I thought i'd let you know. Your page breaks REAL bad in Firebird. Just FYI... |
Bipolar (III) Inmate From: midair |
posted 12-16-2003 00:04
If the code snippet isn't what is breaking the page in firebird, I will insert it in the page and give it a twirl. I assume the "click here to see larger image" is a separate linked demonstration page. The images could be set up on each side of a Inline Frame and the larger image displayed in the inline..hmm..It is simpler than I thought. |
Nervous Wreck (II) Inmate From: |
posted 12-16-2003 12:35
CPrompt: I know, but it's tripods fault. My code validates, but tripod adds some really weird code. (I'm using firebird too) |
Maniac (V) Inmate From: there...no..there..... |
posted 12-16-2003 16:41
quote:
|
Bipolar (III) Inmate From: midair |
posted 12-16-2003 17:27
C Prompt..Thank you..I will give your page a twirl when it is ready and no hurry as I am working on the alignment of this page..and it is almost beyond my skills..aligning lists on a page..but I HAVE to update the directory pages on my site. The old table layout is getting moldy.. |