Jump to content

real_illusions

Members
  • Posts

    1,273
  • Joined

  • Last visited

Everything posted by real_illusions

  1. only post one topic..someone will answer eventually..or the mods will move it if in the wrong place.anywayyou might be able to do this with a database.but, you dont say, is the form contents been emailed to someone or just saved on the web?i dnt know how MySQL databases work, but, if you can, then you set up a page where you can view the database results on a webpage, and download those results as an excell file.thats just an idea, if theres something thats alot simpler, then someone will hopefully point that out to you. So dont go with my idea just yet :)
  2. ahh...okthats probably the only good thing about it guess..the png's will look good but the rest of the site wont
  3. i think i have it sorted now.only problem now is why explorer doesn't like png's as a gif image looks horrible.
  4. i've been cursing at explorer for the past half hour trying to get my page to view properly.it works perfectly in firefox first time.in opera it does it differently still.http://www.surrealillusions.co.ukits only gone online today as i've recently purchased my own domain and a server to host it...therefore very little on it..i just want the pages to display properly first before adding stuff.the home page works ok.the other pages use php includes.opera is to the left, explorer to the right and firefox in the middle where it should be.and i know the top gif looks horrible as explorer wont display png's and i'd much prefer to use divs than tables for the main layout except the contact form.
  5. sorry to hijack the thread but i think thats just stupid.as long as you give the user warning about it opening in a window..then surely thats fine??and i agree with scott, the US isn't all the world.
  6. yeah..you can use javascripthttp://www.w3schools.com/js/js_browser.asp will give you the basicsi'm sure theres plenty of scripts around if you search enough on the net that can do exactly what your after:)
  7. i'm not that great with flash, but have you made them into 'buttons' by pressing F8?you dont mention whether you imported the picture or you created it in flash.or what version flash you have...that might make a difference..not too sure.if you imported it to the library, just drag it across from the library to the stage each time you want a different button.hope that helps
  8. just tried that script, and it didn't work.just a blank page with the heading "photos" at the top in the middle.and this been the soure code - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head><title>Untitled Document</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head><body><div style='text-align:center;'><h1>Photos</h1></div><table border='1' cellspacing='3' cellpadding='3' align='center'></table><center><br></center></form></body></html>
  9. and they never reply to you...not even to confirm they've received an application.i need to start chasing all these companies up...they probably delete over half of the applications without even looking at them..probably go for people with cool names or something..
  10. i'm trying to make a menui made an image with photoshop, and imported it into flash.and i've been told that this actionscript helps with the url on (release) { getUrl("index.htm");} but it doesn't workflash mx gives me an error when i try it. **Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 1: Mouse events are permitted only for button instances on (release) {Total ActionScript Errors: 1 Reported Errors: 1 i'm a bit of a dumbass with flash..so if you give me a big kid like version with colour pictures that would be great
  11. i got a problemi've searched on the forum but i couldn't find anything that suited my needs, and also on the web too.maybe i'm not searching for the right things.i had some code that centered the page nicely.but for some reason it doesn't work when i put in some new content.div html <div id="outer"><div align="center" id="header" style="border: 3px #00ff0c solid; "></div><div align="center" id="content1" style="border: 2px silver solid; border-top: 3px silver solid; "></div></div><div id="main" style="border: 2px silver solid; z-index:1; position:relative; top:-50px; left:0px; "></div></div> css div#outer {width: 80%;margin-top: 20px;margin-bottom: 50px;margin-left: auto;margin-right: auto;padding: 0px;}div#header {background-image:url('backgroundimage.jpg');padding: 15px;margin: 0px;text-align:left;}div#content1 {padding-bottom: 10px;padding-left: 0px;padding-right: 0px;padding-top: 0px;margin-top: 1px;}div#main {margin-left: 10%;margin-right:10%;padding: 0px;} i dont know how theres an extra closing div tag in the code..its been a while since i've worked with the code.and i've always thought class should be used instead of id.has anyone got a simpler code for centering a page usng divs?i just got a flash movie (800x300) and some other small pictures and a small menu which can go in some other divs probably inside a main outer div.
  12. real_illusions

    CSS Rule

    we cant do your homework for you:)if you make an effort, or show some code that shows you've tried, then we can put you in the right direction.have a look to here to begin with - http://www.w3schools.com/css/default.asp
  13. you need some server side scripting to do that, like php to process the information typed in a form and to send the emaillook around on google for"php email scripts" and you'll find a few
  14. your 15 and know all that?damn..you got any life?and more importantly..what have i been doing with mine?
  15. maybe something to do you, not the code.what browser are you using? tried to see if it does this in as many browsers as possible?if its in explorer, try clicking in the div, then try the scroll with the mouse wheel.firefox doesn't do this for me, whenever i put the mouse in a scrollable div, it scrolls that, and not the page, all without clicking.
  16. most search engine bots dont go for the meta keywords tag anymore, as it was abused by people, who put in words that had no relevance to their site in order to boost their rankings and site visibility in search results.although the title and description meta tags still do help. but its mainly based on other things, such as content and linkings to help boost your search rankings for what your customers/viewers are looking for.
  17. i dont use the DW design view.i type the code in, save it, and keep on looking at in the browser to see what the changes look like.
  18. um..just one questionwhat the heck is joomla? :)i've never heard of it..
  19. edit - nevermind..the guy above beat me to it
  20. real_illusions

    HTML

    its best to reply to your existing topic than to create a new one. it makes things alot easier for everyone.did you try what i mentioned?put the image in the same folder as the webpage.if you dont tell us what your doing, or what you've tried, then we cant help you without shooting around in the dark.the code is right, except i've never seen an image just placed in the C: drive, on its own, and in no folders. and you cant do this - <p><body bgcolor="pink"><img width="144" height="50" alt="saibaba" src="c:\saibaba.gif"></p>it needs to be<body><p><img width="144" height="50" alt="saibaba" src="c:\saibaba.gif"></p>although the 'p' tags can be done away with, and a <br> tag on the end to make a line break.and the text should go inbetween the 'p' tags<p>this is my first homepage</p>
  21. real_illusions

    HTML

    put the image in the same folder as your webpagethen just do <img width="144" height="50" alt="saibaba" src="saibaba.gif">remember the "alt" alttribute. it helps in that if its slow loading, the user knows what its going to be before its loaded.
  22. to view php coded pages, you need to put them on a server that supports php.are you just viewing them on your computer or are you uploading them somewhere?the code you got there is right, so i'm guessing your viewing the page on your computer. php is server side scripting, so you need a server for it to work.
  23. very important lesson there to keep your files backed up
×
×
  • Create New...