Jump to content

MadPotato

Members
  • Posts

    72
  • Joined

  • Last visited

Posts posted by MadPotato

  1. i'm the worst in english and technical thingies, but CSS is a language used together with HTML to format it...like colors, font, sizes, position...and much much more.belive-me its quite usefull, when you begin using it, you'll never stop

  2. well...i dont know if its possible to do it withou scripting, and probably only a server-side script should be able to solve the problemsomething verifying the length of the text, and inserting whitespaces after a defined number of chars...

  3. thanks 4 the helpand about name/id, i use both (name="txtBox" id="txtBox"), and getElementById()...in IE 6 if you got only 'name', getElementById() works as well, with an extra advantage of input the name/id by a string, what allow to call dinamicaly the objects(using a 'for' to get all text1, text2, text3...text10, for example)

  4. first i want to appologise, since i could find my answer in a google search or something...but my lack of english skill simply keep me from finding the answers, so i decided to ask hereit's quite simple, i want to highlight (select) the text in a text box...actualy a noob question :) but i cant do it :)

  5. Sorry for the reply, dont feel ofended...but we need start from the basic...-are you really sure you typed the field names right?-are you really sure that [Major Category] is inside [Minor Categories]?

  6. 3- is there a way to set a <td> background to a page? (and not a color or image)
    one more time, my bad english messed all :)a possible solution is to position the table over another one with CSS...so you'll 'emulate' an html background, but it'll just be a overposition only (overposition~ this word exists? :) )
  7. i think i understood...maybe he is refering to str_replaceif you got:$string = "dupa dee doo";and usestr_replace("dupa","blergh",$string)you'll receive "blergh dee doo"

  8. i dont get it...my english sux, so speach slow :)you are using Cold Fusion? maybe this isn't the right place to post this then, since this is the PHP forum. but tell me better what is your problem so that we can try to help you

×
×
  • Create New...