Guest Sayian Posted October 22, 2005 Share Posted October 22, 2005 Having a problem trying to get them to the same line? What could be done? http://ssprings.hooverbusiness.com looks like its formated as <p> or a break line? Want to get the Search for : ___ and Welcome login buttons on same line Also i was trying to integrate a gallery onto the website , but i'm having some problems. the site doc area doesn't support php syntax? I was going to display this gallery for all the workers onto the box content, but i can't retreive the .php page. I was trying to use this <html> <body> <table> <tr> <td>navigation panel</td> </tr> <tr> <td><?php include ("http://gallery***.com/albums.php"); ?></td> </tr> </table> </body> </html> Quote Link to comment Share on other sites More sharing options...
convict Posted October 22, 2005 Share Posted October 22, 2005 Temlates are for html code or for temlate variables from appropriate php defined, php commands doesnt work. Search post from 90 days ago and newer.... Same line problem: Yes, <form> makes a 'break' Solutions: 1. make centered table for {SESSION} {SEARCH_FORM} 2. use realive positons and some float for <div> Code below does not center both boxes, but they are at the same line, SESSION on right and SEARCH_FORM on the left side. I think thats the best solution for you. <div style="position:relative;float:right">{SESSION}</div> <div style="position:relative;float:left">{SEARCH_FORM}</div> Quote Link to comment Share on other sites More sharing options...
Guest Sayian Posted October 23, 2005 Share Posted October 23, 2005 Oh excellent, that work out nicely convict Would you or anyone have any idea on how i can possiblily get a gallery onto the page? I'm currenlty trying to load a gallery1 script from: http://gallery.menalto.com/ Like how such site's as : http://www.inthemix.com.au/ did :rolleyes: Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.