|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
I started out building my website a little over 6 months ago. With only a web tv and a blank screen. It has progressed nicely (I think), Problem is I still want to spice it up a little with some pictures that start out as thumbnails and that will be clickable to a larger picture. I have not a clue how to do this,but realize I am limited to what I can do with a web tv. Any suggestions you can offer will be greatly appreciated! ------------------ Ben (mustang addict) |
|
#2
|
|||
|
|||
|
i am unsure as to how a web tv works, but you need to create the two images (1 thumbnail and 1 larger). show the thumbnail on screen while making it a link to the bigger picture.
this is some code(i dont know if it will work for a web tv) <html> <head><title></title></head> <body> <a href="bigger.jpg"> <img src="blogo.gif"></a> </body> </html> see how that goes |
![]() |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > How can I add thumbnails to my website manually? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|