PHP frameset layout

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
paperheader
Forum Newbie
Posts: 1
Joined: Thu Jun 25, 2009 10:44 pm

PHP frameset layout

Post by paperheader »

hi, i am having problem with this layout. not sure if its a php problem but can anyone help?

i am working on this frameset layout, i have this form for login in one of the frameset but it seems to move around the frame when i try to drag it. are there any way to make it static?

i have attached two images to explain this problem. frame1 and frame2.
Attachments
frame2.JPG
frame2.JPG (10.57 KiB) Viewed 741 times
frame1.JPG
frame1.JPG (11.21 KiB) Viewed 741 times
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: PHP frameset layout

Post by alex.barylski »

i am working on this frameset layout, i have this form for login in one of the frameset but it seems to move around the frame when i try to drag it. are there any way to make it static?
Don't use framesets...use a template engine like Smarty or something instead...
Post Reply