View Full Version : Need Help!!!


funkychick211002
09-12-2006, 07:11 PM
I have coded this layout all together but i can't get my navigation to open where the cutenews bit is. Here is My site the html is too long just view source:
http://fansites.hollywood.com/~kristinherrera/


Can anyone help me? Have i wrote something wrong?

bourdelson
09-12-2006, 11:14 PM
You can't target links into a div or into tables.

If you want to avoid the whole page refreshing, you can use an iframe.

http://www.lissaexplains.com/frames.shtml#inline :)

funkychick211002
09-13-2006, 06:41 AM
How do i do that do i replace the second div with a iframe?
how do i position an iframe to open in the same place as where the table is supposed to be?
how do i get the iframe open with my cutenews in.

bourdelson
09-14-2006, 05:08 PM
You only have to replace the div with cutenews in it with an iframe. The rest of the page can stay how it is.

You'll put the tag for the iframe where you have the div that aligns your cutenews. In between the <iframe> tags, you don't write anything.

In the tag, where it says src, put something like blog.php, and on blog.php, put the code that calls for cutenews.