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 Mike Lewis 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: *

  1. carwee

    simple if-else statement

    Can someone tell me what is wrog with this? PLEASE!! <?php $plan = $_GET['plan']; if ( $plan == 'choirprem' ) { ?> <form action=&quot;https://www.paypal.com/cgibin/webscr&quot; method=&quot;post&quot;> <input type=&quot;hidden&quot; name=&quot;cmd&quot...
  2. carwee

    OE Sends mail over and over. Help!

    When I compose a new message in Outlook Express and send it, it will send just fine. The problem is, it keeps a copy of the sent message in the outbox and everytime I send/receive mail, it sends another copy of that message! The worst part is, OE won't let me delete any messages out of the...
  3. carwee

    Sending Email

    I Know it's off subject, but has anyone had a problem sending outgoing email with outlook while using MSN internet service? I Know i'm supposed to use &quot;smtp.email.msn.com&quot; for my outgoing mail server, but it keeps popping up a little box that asks for my MSN username and password. The...
  4. carwee

    HOW TO MAKE SEARCH ENGINE LIST YOUR WEB SITE ADDRESS

    If you hand submit your site to google they will eventually pick it up. The good thing is, they wont penelize you for submitting it too much (as long as you wait 24 hours). I have found dmoz to be of little help for the most part. If you want to see results, pay a submission company the small...
  5. carwee

    Customizing Scrollbars...

    Check out this DHTML scroll bar that can be positioned anywhere. http://www.dhtmlshock.com/scrollers/APScrollableArea/default.asp
  6. carwee

    Maintaining Font Size

    I am using css to set my font sizes on a web page, because if the user changes the text size in thier browser it knocks the layout of the page out of wack. I am using &quot;pt&quot; as a increment size. The problem is... This works fine in Internet Explorer, but I can't get Netscape to keep my...
  7. carwee

    aligning tables

    Is this right? <style> table {vertical-align: 50%; </style> It is'nt working yet. What am I doing wrong?
  8. carwee

    aligning tables

    Is there any way using css that I can get one big table to align verticaly AND horizontaly on the page, so that when the window is resized it will move to the middle? Thanks in advance.

Part and Inventory Search

Back
Top