Results 1 to 3 of 3

Thread: Text box - PHP script

  1. #1
    Mike
    Guest

    Default Text box - PHP script

    I changed the extension on my home page to .php (
    www.sierra-vista-homes-land.com/index.php ).

    I added a php script right under the text "Search the South East Arizona MLS
    Here"

    For some reason NOF is putting a blue border around the script and adding
    blank space under the script. The green text box below the script with the
    disclaimer in it should be directly on the bottom of the script with no
    space. If I put a side border on the script it goes all the way down to the
    disclaimer box.

    Can someone tell me how to fix this?

    I created a text box and hit ctrl-T and pasted the script in.



  2. #2
    the other Chuck
    Guest

    Default Re: Text box - PHP script

    Mike,

    Looks like your script is calling a CSS file that is responsible for the
    "blue" border. Using the Firefox Webdeveloper Toolbar you can look at your
    CSS info and I see the following: Notice the .simpleSearch entry calling
    for the color "blue". You should be able to edit this file to decorate as
    needed.

    tOC



    ..simpleSearch {
    border-collapse: collapse;
    background-color: #FFFFCC;
    }
    ..simpleSearch td {
    font-weight: bold;
    font-size: 9pt;
    padding: 10px;
    font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif;
    }
    ..simpleSearch .propertyTypeHeading,
    ..simpleSearch .preferencesHeading {
    font-size: 12pt;
    color: blue;
    margin-bottom: 10px;
    }
    ..simpleSearch .propertyType {
    vertical-align: top;
    width: 40%;
    }
    ..simpleSearch .preferences {
    vertical-align: top;
    }
    ..simpleSearch .preferences .price {
    width: 55px;
    }
    ..simpleSearch .preferences table {
    border-collapse: collapse;
    }
    ..simpleSearch .preferences td {
    padding: 2px;
    }
    "Mike" <web@mcnabs.com> wrote in message
    news:g4jqbh$j371@flsun90netnews01.netobjects.com.. .
    >I changed the extension on my home page to .php (
    >www.sierra-vista-homes-land.com/index.php ).
    >
    > I added a php script right under the text "Search the South East Arizona
    > MLS Here"
    >
    > For some reason NOF is putting a blue border around the script and adding
    > blank space under the script. The green text box below the script with the
    > disclaimer in it should be directly on the bottom of the script with no
    > space. If I put a side border on the script it goes all the way down to
    > the disclaimer box.
    >
    > Can someone tell me how to fix this?
    >
    > I created a text box and hit ctrl-T and pasted the script in.
    >
    >




  3. #3
    Gary W Dumbleton
    Guest

    Default Re: Text box - PHP script

    Hi Mike,

    I think that I posted a message here in error but it was for Petr
    telling him that you were having some problems,

    Sorry about that.

    If you wish, I can help you with this over the phone if you give me a call.

    Maybe Chuck's Idea helped you out.

    Gary



    Mike wrote:
    > I changed the extension on my home page to .php (
    > www.sierra-vista-homes-land.com/index.php ).
    >
    > I added a php script right under the text "Search the South East
    > Arizona MLS Here"
    >
    > For some reason NOF is putting a blue border around the script and
    > adding blank space under the script. The green text box below the
    > script with the disclaimer in it should be directly on the bottom of
    > the script with no space. If I put a side border on the script it
    > goes all the way down to the disclaimer box.
    >
    > Can someone tell me how to fix this?
    >
    > I created a text box and hit ctrl-T and pasted the script in.
    >
    >


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •