TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

I Need Help Please!!

Page: 1 2 Reply
May 14th 2003#103378 Report
Member since: Apr 5th 2001
Posts: 2544
search the forum and i'm sure you'll find lots of information on iframes!
Reply with Quote Reply
May 14th 2003#103388 Report
Member since: Mar 24th 2002
Posts: 3114
Yeah, you can do the div - hide/show - thing...
but if you have PHP support on your server, I'd strongly advice you to use the allmighty include() function to change the contents of your cells.

it's very easy too.
Some steps ->
- Check PHP support on your server.
- Scream "yay" if you have it.
- Change the filename from *.html to *.php
- Put this into your cell:
[php]
if($cont){
include($cont.".inc");
}
else include("home.inc");
?>
[/php]
- Use links like: < a href='index.php?cont=about'>About me< /a>
^ That would include a file named "about.inc" into your cell.
- Make a file called "home.inc", and put the main page content there.

Ask if you have trouble in those steps.
If there is no PHP support, and you have lots of different sections, I'd almost say you could go for iframes.


[EDIT] I just checked out your site, and made me wonder why you'd use Flash for those buttons.. There is no reason for using flash for normal one-change-rollovers. Haven't used DW, but I'm sure it's very easy to make rollover-changes in it too. ;) [/EDIT]
Reply with Quote Reply
May 17th 2003#103778 Report
Member since: May 13th 2003
Posts: 644
I thank you all for your imput i agree with you about the flash button but i was in such a rush. I will check in on the php support. I played with the layers in dreamweaver and i did not like that all all im coding by hand now.

What do you guys think of a flash?

thanks again
Reply with Quote Reply
Page: 1 2 Back to top
Please login or register above to post in this forum