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 strongm 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: DrySnot
  • Content: Threads
  • Order by date
  1. DrySnot

    Validation assistance how to avoid php?

    I am trying to validate the admin page on my website and its giving me some trouble. The page is used to approve or deny items that have been submitted to my search database. When there are no items pending. The page is valid. But if there are any items pending the page is not valid. Its...
  2. DrySnot

    Searchable Database

    Hello I am trying to install a search function on my site. I know it will require a mysql database and I know how to set one up I just don't know how to interact with it. My site is http://www.tarantuladatabase.com/search.html if you look at my search form I am trying to find a program that...
  3. DrySnot

    Why are my links not working Flash CS3

    Im sure this is basic but I have been editing a flash page and none of my links are working. For example I click on text in flash cs3 pro and I get a bar with a chain link next to it among other thing. I put the html link I want to goto when I click the text but it is still taking me to the old...
  4. DrySnot

    Up for a challenge? Multi font sizes for 1 block of text on different

    I think I have a tough one. In dreamweaver I have the option to pick more than one font so that I make sure any user that views my page will use one of the fonts. I guess the browsers check to see if the user has the first font in my list and if they don't it checks to see if they have the 2nd...
  5. DrySnot

    How to add alt text to css rollover text?

    Is there any way to do do this? Right now if you view the page without images no text displays over over the links. <table align="center"> <tr> <td><a href="index.html" class="home">Home</a></td> <td><a href="forums/index.php" class="forum">Forum</a></td> <td><a href="snotshop.html"...
  6. DrySnot

    CSS Box

    I am trying to make the background always go down to the bottom of the page. Using css is there a way to make the image have a variable heights. I would like the bottom of the image to always be about an inch from the bottom of the page once it scrolls all the way to the bottom...
  7. DrySnot

    Importance of page rank

    I guess its all in the look of my page. I am really good with Dreamweaver so I can make really cool looking front pages. I don't know jack about php so getting the forums to look cool is imposable unless I find someone willing to do the phpbb style code or whatever. Is it better to have my...
  8. DrySnot

    How to space keywords?

    What do I use to separate my keywords or does it matter do I use a space or a ; or a , or a : or a combination? <meta name="keywords" content="#" /> Also do you guys know of any good tool to help choose keywords? Thanks DrySnot: Job Forums, Resume Help Forums, and Interview Advice Forums.
  9. DrySnot

    How to use Anchor Links

    Greetings Whats does it mean when its tell me to use my keywords in my links. Is that like this? DrySnot: Job Forums, Resume Help Forums, and Interview Advice Forums. Or does it have something to do with html codeing? Thanks for the advice DrySnot: Job Forums, Resume Help Forums, and...
  10. DrySnot

    Is cgi the scripting code used for web forms?

    Yea I know but you got to learn sometime. I just created a form on my web page. The kind where the user can type in there name, email, comment, and so on then click submit. I am trying to learn what kind of script or code I need to learn to make the form talk to my host or how ever it works...
  11. DrySnot

    Rollover effect for a non-link image

    I have a logo on my page and i'm trying to make it rollover on mouseover. This is my code /** LOGO */ #logo { float: left; width: 396px; height: 212px; background: url(../images/homepage01.gif) no-repeat left top; } I have tried messing around with this but I'm not adding it in right...
  12. DrySnot

    Looking for a detailed walkthough on replacing tables with CSS layouts

    I'm very new to css and coding but i'm trying to take my page here http://www.drysnot.com/index.html and make it look like my page here http://www.drysnot.com/index2.html Using CSS The reason I ask for a detailed walk though is because I don't intend to have to change my code again for a...
  13. DrySnot

    CSS rollover effect on images

    I am trying to replace javascript with this and I'm having trouble getting my personal settings plugged into it. When my page page is loaded I want it to display this image http://www.drysnot.com/menuimages/forums_off.gif when you mouse over the image I want it to change to this one...
  14. DrySnot

    I need help fixing the error in this script.

    <script type="javascript"><!-- browserName = navigator.appName; browserVer = parseInt ( navigator.appVersion ); version = "n2"; if ( browserName == "Netscape" && browserVer >= 3 ) version = "n3"; if ( browserName == "Microsoft Internet Explorer" && browserVer >=4 ) version = "e4"; if (...
  15. DrySnot

    Looking for help adjusting my site.

    I have been on other forums and a friend told me to check you guys out. I'm I new webmaster thats working on my first page. It looks good in my system but on others using low screen res not so good. The main problem i'm having is that I edited the free layout I got to look like it does now and...

Part and Inventory Search

Back
Top