php? Posted December 10, 2007 Share Posted December 10, 2007 Hello, I am just wondering how I would go about making a frame in the lower middle (adjustable) part of the window. I know how to make the actual frame, but i don't know how to make it in the center. Link to comment https://forums.phpfreaks.com/topic/80965-frame-question/ Share on other sites More sharing options...
BillyBoB Posted December 10, 2007 Share Posted December 10, 2007 try using CSS not php. the CSS for center middle is style="text-align: center; vertical-align: top;" This goes into a tag like so(not only this tag it works for any block tag.) <p style="text-align: center; vertical-align: top;"> Link to comment https://forums.phpfreaks.com/topic/80965-frame-question/#findComment-410729 Share on other sites More sharing options...
soycharliente Posted December 10, 2007 Share Posted December 10, 2007 If you're talking adjustable in the sense that you want to be able to drag the edges, you can't do that. Using PHP, you could however let the user choose some sizes (examples: either by input or radio or drop-down), and then based on what the user chose, fill in the width and height inline. Link to comment https://forums.phpfreaks.com/topic/80965-frame-question/#findComment-410738 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.