xx_lost_xx
06-10-2005, 09:47 PM
i got the div layer and stuff right...but i need to know
1. how to make a picture clickable
2. to get to another layer what would the link be?
do u understand what im askin?
plz ive been waiting sooo long to figure this out...
fiddle8away
06-10-2005, 10:25 PM
when you are saying 'make a picture clickable' are you talking about like an IMap? (image map) if you have adobe image ready, you can easily make an Imap, save optimized as, and it will save the background image and the HTML. you can then go to notepad or a simple text editor and open the html file.
xx_lost_xx
06-11-2005, 12:03 AM
Yeh thats what i mean.. thanks...
but the other thing im askin ill try to make more clearer..
ok u go to my blog n u see the first div layer right? then i ave an image..how do i make it so when u click on that image u go to the second layer or whtever number that layer is..how do i do that?
WanderingStar
06-11-2005, 12:53 PM
If you can give us an example of what you mean, such as another site that has what you're talking about, that would be great.
you can really change to different div layers.
you can change an area contents using an iframe though.
look on lissa's site under HTML then FRAMES and find IFRAME to see if that is it.
xx_lost_xx
06-11-2005, 08:29 PM
ill try to search for one.
xx_lost_xx
06-11-2005, 08:46 PM
yeh i was talkin bout frames.. well... i guess ill just use normal pages with div.. thanks guys...
xx_lost_xx
06-11-2005, 08:53 PM
wait i ave another question sry....
how would u make a layout lik this:
http://www.keep-me-alive.com/main.php?newskin=6
xx_lost_xx
06-11-2005, 09:48 PM
Hey! i also need help with style sheets.. i know how edit them and stuff but i dunt know how to use em..lik where do i put it? im using div
www.freewebs.com/destinydeniedforyou/divtest.htm ... thts where im testin all of this
Combat Babe
06-11-2005, 10:26 PM
you put your stylesheet in the <head> </head> part of your document, or you can link to an external stylesheet by putting something along these lines:
<head>
<link href="mystylesheet.css" rel="stylesheet" type="text/css">
</head>