PDA

View Full Version : Table Layout


nicole9245
06-23-2008, 08:08 PM
hey
question:
i have a table layout on my new site which is coming soon.dance.
but i have a little problem.grrr.

the links for my tutorials are on the left side menu, how do i get them to open in the main updates middle spot instead of a new window??

please and thanks in advance

Diamonds
06-23-2008, 10:46 PM
Target your links:

<A HREF="url" TARGET="middle">Link</A>

Christine
06-23-2008, 10:51 PM
You can't target links if your layout is in tables. The code for the layout has to be on every page.
I wouldn't recommend coding your layout with tables, though. They're supposed to be used for displaying information.

Janice
06-24-2008, 08:17 AM
You can't target links if your layout is in tables. The code for the layout has to be on every page.
I wouldn't recommend coding your layout with tables, though. They're supposed to be used for displaying information.

Yeah, the reason they're opening in a new window is probably because you're trying to target something that doesn't exist. If I were you, I'd use divs instead of tables.

nicole9245
06-24-2008, 07:06 PM
um ill try that thankies

^^i did divs and targeted them.. its still not working:( please help

can someone help me please.. i need help
how do i target my links, or how do i fix this

Maz
06-28-2008, 05:10 AM
Please don't triple post, use the edit button.

nicole9245
06-28-2008, 10:54 PM
ok sry
can anyone help me?

Christine
06-28-2008, 11:37 PM
you can't target links with divs either. you should use php includes to get the layout coding on every page
if you need a tutorial i have one on my site: http://sugarysweet.net/pages/tutorials/coding/phpincludes.php

nicole9245
06-30-2008, 04:42 PM
k thanks christine
i think its cuz im using html not php
if nothing works out ill leave it going to a new pg or use iframes