Jump to content

mg19

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by mg19

  1. Hey dsonesuk:

    I am trying to get a input and button on the same line.  Here is what I am using but it keeps putting the search button below the input.  Thanks for all your help.

    <p><input class="w3-input w3-border" name="searchString" type="text" id="start" placeholder="Search for Customer (address, name, phone and contacts)" value="<?php echo $searchString;?>" maxlength="40" required><button class="w3-btn w3-light-grey" type=submit name="location">Search</button></p>

  2. Ss it possible to use only javascript without jquery?  I read about people saying to stay away from jquery, not sure why but don't want to make a mistake and have to re-code everything later.

    As always, thank you.

  3. dsonesuk, thank you for this help! :)  have another question you might be able to answer.

    I am using w3-modal to display account notes.  the idea is when you click more on any account note it brings up the entire note in a modal.  I was wanting a way to when you click the link it will have a unique id and search the SQL database for the id and load the data into the modal so I don't have to load a bunch of models with unique names in the code increasing the page load time.

    Can you point me in a direction for this?  I was thinking javascipt/json but i don't know if this is right.  When I look in google all I get is bootstrap and jquery which I dont want to use.  My back end is php/sql and w3-css.

    Thank you,

  4. Question, I am new to w3 css but I plan on using this versus bootstrap.  One thing I am trying to figure out is how to not use the screen 100% like bootstrap.  Is there a way to use only 80% or so of the screen or a certain pixel width and still make it work with all devices?

     

    thanks for your help!

×
×
  • Create New...