| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
php and frames
Yo,
My site www.pigtrough.com is too big for the current style, so I am using frames. BUT, I cannot make the link go to the bottom frame. It is not on the net yet, but this is the code: <?echo '<table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#999999">'; echo '<tr><td bgcolor="#999999" colspan="2" height="2"></td></tr>'; echo '<tr><body bgcolor="#cccccc" colspan="2" height="2"></td></tr>'; echo '<table width="100%" cellspacing="0" cellpadding="15" bgcolor="#999999">'; echo '<tr><td colspan="2" align="center"><font face="arial" size="2" color="#333333">'; { echo '<a href="page.php" targert="main">Home</a>  '; } { echo '<a href="articles.php" targert="main"><font color=blue>Articles</font></a>  '; } { echo '<a href="pictures.php" targert="main">Gallery</a>  '; } { echo '<a href="games.php" targert="main"><font color=blue>Games</font></a>  '; } { echo '<a href="misc.php" targert="main"><font color=blue>Misc</font></a>  '; } { echo '<a href="links.php" targert="main">Links</a>  '; } { echo '<a href="phpBB/index.php" targert="main">Forum</a>  '; } { echo '<a href="phpBook" targert="main">Guestbook</a>  '; } { echo '<a href="<A href="mailto:webmaster@pigtrough.com">Contact">mailto:webmaster@pigtrough.com">Contact Us</a>  '; } echo '<tr><td bgcolor="#cccccc" colspan="2" height="2"></td></tr></table>'; ?> Any ideas? Sam |
|
#2
|
||||
|
||||
|
Which link? they are all pointing to main, try switching them to your bottom frame
|
|
#3
|
|||
|
|||
|
main is te bottom frme, but it dcoesnt work...
|
![]() |
| Viewing: ASP Free Forums > Programming > Code Bank > php and frames |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|