Jump to content

hmmm

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

hmmm's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Thank you for your thoughts and comments. Yes I do agree that DW is not the be all and end all but it is fast to get a basic page set up and take it from there with the coding. It's not perfect but allows the outline of a site to be made quickly. Having said that I will be learning html and php. Thank you for the links thorpe. Regarding the original question, the problem lay with the form, and not this time DW. All has been sorted now.
  2. I am trying to set up a search box similar to the one on PHPFreaks at the top of every page. Being new not only to DW and php I am out of my debt with this one. The problem that I have is that although the search box appears in the table that I have selected for it, it has increased in height when viewed by my browser. So it looks like there is another blank table row underneath it. I have tried resizing my table but with no luck. Yet in DW it still looks like it is only taking up one row. If anybody could point me in the right direction I would be very thankful as I have been banging my head against the wall for the last 3 days on this one. The form is called from my index.php by <?php include ("filesearch.php")?> filesearch.php <table width="700" height="13" border="0" cellpadding="0" cellspacing="3"> <tr> <td valign="left"> <form id="topform" method="get" action="/tsep/log.php"> <label for="q"></label> <label for="label"><font size="-1" face="Verdana, Arial, Helvetica, sans-serif">Search for</font></label> <input id="label" type="text" name="q" value=""> <input name="submit" type="image" title="Go" src="/images/go.gif" alt="Go" align="middle" width="20" height="20"> <input type="hidden" name="$s" value="0" /> <input type="hidden" name="$e" value="10" /> <input type="hidden" name="searchpagelocation" value="/tsep/search.php" /> </form></td> </tr> </table>
  3. I was wondering if anybody could point me in the right direction being very new to this.. I am using a template to give a site a make over. The problem that I have is on one page the content is very long, therefore when I add the html from the script in I am getting gaps on each side of the template itself. Is there a command that will auto stretch the gifs height wise? Any help or suggestions would be really appreciated Thanks
×
×
  • 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.