Jump to content

real_illusions

Members
  • Posts

    1,273
  • Joined

  • Last visited

Posts posted by real_illusions

  1. divs = more freedom, more complicated designs are possible, css based (therefore more freedom), easier to control, add some funky stuff that you cant with tables.tables = yuckiness:)

  2. a mysql database will probably be best.member signs up...picks their drivers etc..and its stored in the database..and it keep tracks of the points scored..based on the real event..not sure HOW it'll work as i dont know how to write mysql..but thats the theory behind it.:)ps - nothing personal, but nascar is boring and i'd pick a better motorsport :)

  3. i currently have ie6 still...and i have access to another computer at work occasionally which has ie7. And i have firefox (main browser), opera and netscape installed here at home.:)

  4. you have no opening and closing php tags<?phpsome php stuff?>plus the center html tag is depreciated and no longer valid, and the <br> tag should be <br /> if your using xhtml.Other than that, i cant help you any further.:)

  5. umm...in risk of offending everyone..you're all wrong :)You need to do this:Make an outer div<html><head></head><body><div class="outer"><!-- the rest of the page here --></div></body></html>Then the CSS will be:.outer{margin:auto;}its that simple:blink:edit - seems roondog posted at the same time..but mines much simpler and works in the same way :) :)

  6. to do that, you need a server side language such as php and asp to process the form information and send the email.The form on w3schools i believe has the email address in the html, which is where people can get your email address and start to spam you.Do a google search or a search on this forum for "php contact form" and you should find a few million.:)

  7. since the page is php, and the include is php..you need to upload it somewhere i.e a server, for it to work. Unless you have a server installed on your computer (which i doubt by the looks of it), then it wont work.Do you have a hosting plan somewhere? i.e - got a domain name, or a free one.:)

  8. your after repeating sections of code..like a menu, that makes editing easier.You need server side includes.If your host supports php you can use them. Change the ending of the file to .php instead of .htmand you just need to put in - <?phpinclude ('menutypething.htm');?>where you want the menuobviously the menutypething.htm will have the menu code in.upload it to the server to see it work, as it wont work on your computer unless your a server installed.:)

  9. download the script to your computer, change whatevers needed in the script by following the comment lines..then follow any instructions given to make it work.generally involves including the script into the page via a php include and uploading the php script which will process the form information and send the email.

  10. you mean inserting a script into the page?And what kinda script..javascript, php script, asp script etc..theres quite a few ways. but i'm guessing javascript.if it is, then its this - <script type="text/javascript" src="scriptthingymigig.js"></script>

  11. best do it in photoshop..or..make the image a background..and place the text with html.the 2nd method will be liked better by search bots, as images are useless to them, but written text isn'talso, if the user has images turned off..or the image is slow loading..then the user can at least read the text.:)

  12. you cant really modify photos on the go depending on users browser size without distorting the image.theres a few ways to go about it..have a thumbnail and the picture open in a new window, give the users different sizes to choose from, or simply give them size and let them like it or leave it.:)

×
×
  • Create New...