Jump to content

real_illusions

Members
  • Posts

    1,273
  • Joined

  • Last visited

Everything posted by real_illusions

  1. i've got a java applet..one of those fancy lake type effects that you've probably seen a million times by now..butwhat happens if someone has java disabled? How do i display an alternate something in place of the java??the code i have to insert the java is<applet code="Lake" border=10 width=800 height=522> <param name="image" value="collage.jpg"></applet>yeah..i know qutie big..but the picture is a collage and is quite big
  2. have a look into google adsalthough i hate adverts on web pages and most people who know how to block them will have blocked them
  3. real_illusions

    HTML Lists

    http://www.w3schools.com/html/tryit.asp?fi...lists_unorderedtake a look there:)
  4. my advice would be to try to copy his layout using divs and css rather than changing his code.it would be easier, and you can work on a blank page rather than moving stuff about etc on a page full of content and struggling to put things temporarily while you work on another part.just copy the images into a new folder, build the new page in that folder, have the table coded page in another folder and in one browser window, and the new one your making in a 2nd browser window, and flick back and forth between the 2.hope that helps!
  5. got it sorted now.used the <head> tag script stuff after a search on the internetworks much better and consistently in all browsers
  6. where did that ' come from? that isn't in the code in my web page
  7. <a onClick="window.open('newwindow.htm','my new window','width=400,height=300,toolbar=no,location=yes,directories=no,status=no,menubar=no,scrollbars=no,copyhistory=no,resizable=no')">New window</a> works perfectly in firefox and opera...but not in exploder..uh..explorer..i just get "error on page" in the status bar on the page that link is on, and no window appears. i haven't turned javascript off..or at least cant find the option to..
  8. i hate ie :)but i still use it for checking what the pages look like in it..and to use hotmail..as msn uses explorer as its microsoft progam.
  9. looks cool if it does look like a rip off from ipb :)although most forums have the same layout anyway.good job though
  10. from posted in an email form and really screwing up a websitehow do you do it?i've already got an email form in place, and a php script that builds and processes the form..but it allows html to be sent..i dont want it to..and to prevent any kind of scripting that can cause harm.
  11. norton wont help protect youget avast, its free for home use and alot better http://www.avast.com
  12. why dont mine work? http://www.surrealillusions.co.uk/video.phpthe first one, aston martin. quicktime works if you have quicktime installed (surprise surprise), but its a pain installing it if you haven't. I tried it on another computer without quicktime. and quicktime isn't great anyway.the windows media player, works on my computer, but doesn't play on the computer at work, which has windows media, but not the right codecs when i downloaded the file.and the flash one just doesn't do anything.how do you embed objects correctly and that work in most browsers and media types??
  13. i believe that they are not going to do a downloadable version of the site.this will cause the visitor numbers to drop, as people will have no need to visit the site as they have it on their computer.
  14. you'll need a server side scripting language for this such as phpthis topic of using php fpr email forms has been covered many times before. search the forum for it, see what you can find.
  15. my weekends i'm usually working which means been away from the computer.during the week though i probably live here as most of you have probably seen me in the online list
  16. very simple:)question 1 - put the menu in a div and give the div the background you require using cssdiv.content{background-image:url(image.jpg);background-repeat:no-repeat;}the no-repeat is there to stop it repeating. if you use height and width attributes to conmtrol the div, then having the backround repeating or some of it missing shouldn't happen.question 2 - take a look at the source of that website to see how they do it.its all based on css, so take a look at their stylesheet.based around lists, and displayed as blocks, using a different background colour and font colour on hover.hope that helps:)
  17. 1 out of 2 isn't badi'll let you work out which one it is while i'm recovering from walking into a tree
  18. huh??can you repeat that in english please? :)
  19. on the website you git it fromright click - view sourceand theres your answer:)
  20. you'll need a server side language such as phpdo a forum search for "email forms" or something, this subject has been covered many times.
  21. smart ftp:)http://www.smartftp.com
  22. theres quite a few waysalthough one very important thing is - linkshaving links to all pages or most pages, where those pages have links to other pages, in easy to find places, not hidden by javascript.and in the head - <meta name="ROBOTS" content="ALL" >theres also index,follow as well for that meta tag, but i cant remember exactly how it goes.although that meta tag will tell the search engine bots thats its allowed to index the page in their cache and follow any links on that page.a sitemap is always useful, for both the bots and your users.Generally - if the site is easy to navigate for a human, it should be good enough for a bot.
  23. real_illusions

    Can you

    if you use firefox...right click..view backgroundbut then you got a problem with copyrights if you then use it on your own site and call it your own
  24. most sensible people wont click on adverts, no matter how much they trust the site.people dont trust the adverts, as they sometimes do hidden things, take you to background pages that eat up your phone bill, or go to some xxx-rated site, or download viruses and such.i dont recommend getting your visitors to click on ad's before downloading a file.
×
×
  • Create New...