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 gkittelson 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
  • Order by date
  1. junglist666

    checkbox load ticked if yes/no field is yes

    yes it was outputting true or false so i changed the yes to true and it works, thank you
  2. 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...
  3. junglist666

    textarea to display database memo field

    ok im trying to fill my textarea with details from a memo field.. i have read up on it and i realise that memo fields cause trouble but im gonna try it anyway.. i believe i have to assign the memo field to another variable in my asp code and then use that variable as the display for the text...
  4. junglist666

    textarea to display database memo field

    ok, well if i show you my code maybe u could show me how to declare that memo field to another variable so it can be used in my textarea. i am loading several fields into this form but if you just pay attention to the short desc textarea <% Dim adoCon Dim rsProperty Dim strSQL Dim lngRecordNo...
  5. 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...
  6. junglist666

    large IE page gap not specific to any item

    thank you, i shall do that soon.
  7. junglist666

    large IE page gap not specific to any item

    ok its looking better now and i had to reformat most of the text. when you say fix the validation errors.. was does that mean exactly.. for instance i was advised once not to use the <p> tag within an <a> link tag.. but i have done this several times.. is this an example of that?? what sort of...
  8. 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...
  9. junglist666

    form stopping and starting half way down the page in IE

    ive actually just reduced the width of the form elements, and now the page looks fine and the form does work.. so i think its ok... wot you think.. check it now.
  10. junglist666

    form stopping and starting half way down the page in IE

    so what do you suggest... should i close my form in the left div.. and then re open it on the right one... will the form still work, and will the browser know its the same form..?
  11. 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...
  12. junglist666

    line up text

    Code: p.topdesc { margin-top:0px; position:relative; margin-right:50px; text-align:left; float:right; top:0px; width:182px; font-family:arial; color:#8A644A; font-size:10pt; font-weight:bold; } img.proppic { margin-left:37px; border:0px; float:left; position:relative; }...
  13. junglist666

    line up text

    should i simply format the link in the stylesheet and remove the <p> from it then?
  14. junglist666

    line up text

    http://heathrowminicab.com/xx.asp if you look now, i have lined up the start of the address with the 2bed. is there now way to set the address to only be from the start of the 2bed to the end of the 3bed, then it will go on the next line and then i can fit the price to the right of that??
  15. junglist666

    line up text

    can i just add that even now things look completely different in IE and in Firefox so if i get any help, i need to get them lookin as similar as possible in both.
  16. junglist666

    line up text

    ok, i see what you mean but im not too sure how to accomplish it.. i have simplified things.. basically this code will loop for each record in my database (its asp) here it is <a href="edit_property.asp?ID=<%=rsProperties("id")%>"> <img class="proppic" src="<%=rsProperties("out1")%>" /></a>...
  17. junglist666

    line up text

    ok let me simplify the code and ill show you an exmaple in about 10 minutes or so
  18. 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")%>"...
  19. junglist666

    small gap in ie div, again

    would this be ok <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  20. junglist666

    small gap in ie div, again

    thanks, the hspace worked.. but could you show me the most recent and compatible line of url code to place in my declaration, if its not to much trouble,

Part and Inventory Search

Back
Top