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!

Recent content by king1ear

  1. king1ear

    Controlling Link text color on hover

    I don't know if it matters, but try this minor case change: from: #whyte A:link to: #whyte a:link etc. On your javascript, you may split that link into a seperate DIV: <DIV ID = &quot;java&quot;><a href=&quot;javascript:gateKeeper()&quot; onMouseover=&quot;window.status='Remember your...
  2. king1ear

    Control table formatting with CSS instead of HTML?

    table { padding: 0 0 0 0; margin: 0 0 0 0; border-left: 1px solid #000000; border-top: 1px solid #000000; border-bottom: 1px solid #FEEDC5; border-right: 1px solid #FEEDC5; } try that, it may need some tweaking though, but it will get you started. D
  3. king1ear

    PHP/MySQL: Realizing a many-to-many relationship, this one's a doozy

    That does the trick! Thank you, D
  4. king1ear

    PHP/MySQL: Submit to two Databases at once

    noted, thank you. I was only asking here because I'm using the Dreamweaver MX Rapid Aplication model to make the insert page, and some of the coding confounds me, so I was hoping someone might know a workaround. But the php forums is probably more along the lines of what I'm looking for, thanks...
  5. king1ear

    PHP/MySQL: Realizing a many-to-many relationship, this one's a doozy

    Here's the problem: I have many authors who have done many publications, though it is not always one author each publication, it is usually about three authors to one. Of course these three seperate authors work on other papers also. Now this looks like a many-to-many relationship to me, and...
  6. king1ear

    PHP/MySQL: Submit to two Databases at once

    Anyone know the hand-coding necassary in Dreamweaver MX to submit values from a form into two tables within a single database while only hitting one submit button? In PHP/MySQL that is. thanks, D

Part and Inventory Search

Back
Top