Jump to content

Search for box and login box Issue


Guest Sayian

Recommended Posts

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?

:w00t:

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>

Link to comment
Share on other sites

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. :w00t:

<div style="position:relative;float:right">{SESSION}</div>

 <div style="position:relative;float:left">{SEARCH_FORM}</div>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...