Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: junglist666
  • Content: Threads
  • Order by date
  1. junglist666

    checkbox load ticked if yes/no field is yes

    <input class="txtbox" type="checkbox" name="C1" value="ON" <%if lcase(rsProperty("display"))="yes" then Response.write " checked " %> > im tryin to make my checkbox be ticked if the field (yes/no datatype) is yes. this above code produces no errors but the box isnt ticked when the page...
  2. junglist666

    textarea to display database memo field

    im tryin to get my text area to display the contents of a record of a data type memo field. i can successfully display the contents of a text field in a form input text box like so.. <input class="addtxtbox" type="text" name="type" maxlength="20" value="<% = rsProperty("address") %>"> but...
  3. junglist666

    large IE page gap not specific to any item

    http://www.heathrowminicab.com/minicab-faqs.htm this page looks fine in ff, but in ie there is a big gap on the right hand side.. this gap is not present in any other pages.. the page uses the same style sheet as other pages in the site, and those pages have no problems.. the only possible...
  4. junglist666

    form stopping and starting half way down the page in IE

    http://heathrowminicab.com/minicab-booking.htm this form is split into a left and right div in firefox, the form looks fine.. in IE, the form starts on the left.. and on the right div it carries on from where the left form finishes... why is this.. my page form is simple and set out like...
  5. junglist666

    line up text

    basically im tryin to use css to get this http://www.heathrowminicab.com/properties2.asp to look like this http://www.heathrowminicab.com/properties.asp here is the code of the page.. <a href="edit_property.asp?ID=<%=rsProperties("id")%>"><img class="proppic" src="<%=rsProperties("out1")%>"...
  6. junglist666

    small gap in ie div, again

    hi, i would like to draw your attention to this page http://bb.1asphost.com/antonyx6/falconwood/index.htm in firefox it looks fine.. in IE the little map on the right hand side next to the logo has a little gap.. i want it to hug the right hand side. ive tried various aligns.. and so on, and...
  7. junglist666

    illustrator into photoshop size problem

    hi, i have created a template in illustrator. the document is set to pixels and is 750px wide.. when i try to copy and paste into photoshop, what i am copying is much bigger, and is not the correct size.. im sure the photoshop doc is set to pixels aswell.. i have cs versions of both.. can...

Part and Inventory Search

Back
Top