PDA

View Full Version : Questions



g7j3k1b8n4h1s7u2
June 23rd, 2009, 14:29
1. How can I link a whole <DIV> without using JavaScript?

2. How can I link a whole <P> without using JavaScript?

3. How can I edit the target for a JavaScript link or something?

4. What useless files are in cPanel that I can delete without any problems?

5. What site can I use to make an online image gallery without hosting the photos on my site?

6. Thanks.

7. Thanks again.

8. Thanks for every point.

9. Thanks to the Staff that don't delete my post because it's not just about Webdesign / HTML (see point 4).

10. Thanks for reading this useless point.

11. Bonus: Is there any alternative to frames?

DarkBlood
June 24th, 2009, 06:08
1. You can't if you want to stay valid.

2. You can't, if you want to stay valid.

3. You'll need to use javaScript or PHP to find the location.href entry using Regex. Or by manually editing it in all files you have (if you don't have access to the files, then you need to use the regex method to remotely edit the location.)

5. Stubborn, aren't you.

11. Divs can act as frames: Set overflow CSS attribute. Then read the Javascript method for including external files: http://www.boutell.com/newfaq/creating/include.html

Yeah, sorry, you have to use javaScript for certain things still. IFRAME and FRAMES I hate.

If you want to stay valid for 1 and 2, you'll need to use the SPAN tag. SPAN Tags are inline elements that can be used LIKE DIVs.

g7j3k1b8n4h1s7u2
June 24th, 2009, 06:46
Thanks. :))

But I don't understand the #3.