Jump to content

a100websolutions

New Members
  • Posts

    3
  • Joined

  • Last visited

a100websolutions's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. If you just want a simple CSS solution - body{ min-height: 1000px; max-height: auto; overflow-y : auto; } The above code will make sure that your <footer> always starts after a minimum height of 1000px. So, when content is less, footer starts after 1000px and if body content is big, it automatically gets pushed down.
  2. Please use the ending tag " / " for your input elements. Maybe that will work
  3. Hi the5thace, Your code is absolutely fine. I compiled your code and got some very good results. I think the problem you are having is that the variable $suggestion[$ss_count] is not generating some value during the URL creation. Please check what @parkerJ has mentioned. Does you URL look like AllinOneMonstaaa.php?query=somevaluehere ? Otherwise, please mention the error you are getting Cheers
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.