| Question |
Answer |
| 1.How do you get a different background for you frames
and how do you get the links to line up like that? |
1. Well if you have an image background you want to use than you just set the page up with that background in the body. if your background was caled "back.jpg" than in the body you would put background="back.jpg" and you make the links line up by centering them and adding Breaks [BR] between each link. |
| 2.How do you put an image on the web so you can have an image URL like to link to the image.(do you need to upload a whole webpage? Please help very confused lol) |
2. you don't need to have a whole webpage uploaded just for one picture. You just upload that one picture and know where you put it.
for example:
<IMG SRC="http://www.ravenklaw.com/rpp/westie.jpg>
=
That was the location of the picture on the front page. |
| 3. Do you have a code where I can click on a link and open up to a NEW page, without getting stuck in a frame or without it saying "Bad request?"
|
3. to open a page in a new window you need to set a TARGET {A HREF="www.whatever.com" TARGET="_BLANK"}link here{/A} use _BLANK to open a new window. |
| 4. How do I make an image map? I've tried Lissa Explains, by the way, but I really didn't understand it! Help! Thanks!
|
Good question :) I will have to make a tutorial on this! No one ever uses them.. I have an old method I use and it always works out great. I do it using PSP 6 and a script that I will put up soon. |
| 5. How can you make your petz downloadable? What is the code?
|
you just upload the pet - lets say the petz name is Spot.. then you put <A HREF="Spot.pet">Download Spot</A> - just make it like any other link. |
| 6. I wanted to know if anybody can help me with web designing.... I wanted to do web designing, And I needed to know more about it.... Someone please help.... My Name is Marinsa my email: marinsa@petzlake.com
|
If anyone has time, please email Marinsa. |
| 7. How do you link a word to something? |
Here's the code: <A HREF="page you want to link to.html">Your word here</A> |
| 8.Help! Please, how do you link and image to a page? I have an image on the outside of my frame, and i need to link it to a page in the frame? Do i have to include the frame in my html code? Please could you give me the code?
|
8. You treat it as you would any link, you just have to give it a TARGET of the name of that frame, which is located in your frameset. CODE:
<A HREF="pagename.html" Target="framename"> <IMG SRC="Image-name.jpg" BORDER="0"> </A>
|
|
|
|
|