Jump to content

Cronthenoob

Members
  • Posts

    312
  • Joined

  • Last visited

Everything posted by Cronthenoob

  1. Open up notepad and save the file as page1.htmlMake a new document in notepad and save it as page2.htmlopen up page1.html in notepad and type <html><body><a href="page2.html"><img src="your image" /></a></body></html> save page1.htmlopen up page2.html in notepad and type <html><body>This is page number 2!</body></html> save page2.html
  2. Well, the $_GET method pulls value from the URL. From the looks of it, you arent ever sending the industry_id to the URL. Unless I just can't read.I also noticed your form doesnt have a method or an action.
  3. $id = $_REQUEST['url_id'];then your query will be:SELECT industry FROM table WHERE id=$id
  4. Cronthenoob

    VS.Php

    its a neat application, but I don't know if its worth the 150 bucks for the standalone edition or 50 bucks for the addon the Visual Studio. I'd rather save my money and just upload and refresh as I go.
  5. Well heres why I won't be going to buy an apple iTV1.)Its going to be $2992.)I have an iPod video and a sweet little gadget that plays my iPod videos and music on my TV.3.)It doesnt record TV, it only plays files from your computer.So have you made a choice yet Vchris???
  6. don't you want to be "hip" and "cool" ?? lol
  7. I think part of apples price is in the style. Most of the products they come out with just look amazing. How sleek would a big computer tower in your entertainment center look? Not to mention the extra amount of electricity that computer would be using compared to a smaller device.
  8. Looks like the only problem in IE is with the tabs. Thats the weirdest thing I've ever seen.They go vertical and stack on top of each other, then duplicate on the other side without any text.
  9. The login boxes should be vertically centered in the login div.
  10. They have a few applications you can install to fix that however.You can get Bootcamp, wich allows you to boot to a windows XP partition on your harddrive. Also a program called Parrallels allows you to run windows in its own window at the same time you are running MAC OS. The problem with Parrallels is that it doesnt render 3-D graphics very quickly and it doesnt have USB support.
  11. As long as your host supports it, yes.
  12. Well first of all, your hosting service needs to support asp. To put an asp page on the web you just save it as "myfile.asp" be sure to type the .asp. And then upload it.In the actual page you'll need to start asp<% ASP code goes here%>If you are wanting to use your home PC as a host, I'm pretty sure you'll need XP pro or MS server to install IIS.
  13. Cronthenoob

    vertical-align

    I went through the CSS tutorial and tried using the vertical-align attribute. And it isnt vertically aligning my divs contents. Heres the code. The problem is with the loginarea div. <html> <head> <style type="text/css"> body { margin-top:25px; margin-bottom:25px; margin-left:5px; margin-right:5px; background-color:black; } .mainwrapper { width:100%; margin:0px; padding:0px; text-align:left; } .header { width:100%; border:1px solid grey; height:100px; } .loginarea { color:white; width:100%; border:0px; padding:1px; height:50px; background-image:url('images/bg-1.gif'); vertical-align:middle; } .footer { width:100%; height:24px; background-color:#E4E4E4; } </style> <title> Title </title> </head> <body> <div class="mainwrapper"> <div class="header"> </div><br /> <div class="loginarea"> Username:<input type="text" name="username" /> Password:<input type="password" password="password" /> </div><br /> <div class="footer"> </div> </div> </body></html>
  14. Hrmm. yah that makes sense, nevermind, lol.
  15. Would overflow:auto work? Or does that only work with divs that have a fixed height?
  16. I know how to do it if you are using a windows server, lol. There is a special service you can install to "broadcast" streaming content. It'd be just like if you were tuning into a radio station or TV show after it had already started.
  17. Click Here!!! That'll show you how to make a 100% background image.
  18. Cronthenoob

    html codes,

    You gonna post the code? Or leave us guessing?
  19. lol, what was I thinking.I've used margin: auto so many times.
  20. td {text-align:center;} I think thats how you do it.
  21. I guess im a big fat moron. I'm pretty dumb sometimes.
  22. If someone finds a way to download the file from your web server then its not safe . . .
  23. Wheres the CSS for your wrapper element?Thats the only other thing I would look at. But I think the site looks great even with that strip of blue at the top.
×
×
  • Create New...