Topic awaiting preservation: PHP linking help |
|
---|---|
Author | Thread |
Nervous Wreck (II) Inmate From: South Dakota |
posted 06-09-2004 01:14
Ok, I have a design layout all set up from within Fireworks, and I exported it out as a php file with multiple slices. What I need some help with is, I want to get rid of a slice in the middle, and have my webpages appear there instead. However, I'm not sure how to go about doing that. Any help would be appreciated! |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 06-09-2004 01:27 |
Nervous Wreck (II) Inmate From: South Dakota |
posted 06-09-2004 02:02
I didn't think that would be important..I just somehow thought it would be helpful to know that it was done up in Fireworks. Basically, it exported the image slices and javascript for some menus I made...if you still need to see code for where the menus are targeted, I can do that |
Maniac (V) Inmate From: under the bed |
posted 06-09-2004 02:07
We need a whole lot more to work with. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 06-09-2004 02:23
Hmmmmmmm this isn't really a PHP question so I'll probably move this over to the 2D graphics forum. That said I'll leave it here for the moment - the answer is on the tip of my mind. I'll dig through my notes but I think it has something to do with saving it as a template or something. |
Nervous Wreck (II) Inmate From: South Dakota |
posted 06-09-2004 02:25
Basically, within the table that holds the slices, I want one of the cells to load my individual pages instead of the image slice. Would I have to do some more altering to the files and do up some frames instead? I'm sure its possible somehow to put a frame within a table cell, I just don't know how to. I'm trying to explain this as simple as possible but I'm probably not doing that great |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 06-09-2004 02:30
Sorry not much there - some thoughts: |
Obsessive-Compulsive (I) Inmate From: |
posted 06-09-2004 02:33
I just completed a web site doing the same thing. I dont know if exporting the image as php was the best option, however i found the following article at macromedia very helpful. |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 06-09-2004 06:45
What you want is php->include() - just put that with a filename in between into the td where the output's supposed to appear. |
Nervous Wreck (II) Inmate From: South Dakota |
posted 06-09-2004 21:55
thanks everyone for trying to help, I asked a friend and he suggested Iframes, and I believe that's what I've been wanting |
Paranoid (IV) Inmate From: Behind the Wheel |
posted 06-10-2004 04:12 |
Maniac (V) Mad Scientist From: :morF |
posted 06-10-2004 04:31
WYSIWYG HTML code is bad enough...but WYSIWYG PHP? |
Paranoid (IV) Inmate From: France |
posted 06-10-2004 08:59
Dreamweaver MX can generate some PHP, JSP, CF, ASP.NET code. And it seems the CSS support have been highly improved. It's certainly useful for small web sites and rookie developpers, but an experienced developper having done some packages of functions/classes can still be faster and obviously work on bigger scale web sites/apps. |