Jump to content

real_illusions

Members
  • Posts

    1,273
  • Joined

  • Last visited

Everything posted by real_illusions

  1. it tells the browser how to read the pageit doesn't matter if your page is html or php, thats the same doctype.http://www.w3schools.com/tags/tag_doctype.asp
  2. you can do this via the .htaccess file.butwhenever you type inwww.somesite.com/subfolderit should automatically find the index page in there, whatever file extension it has, htm, php, asp etc..i dont understand fully your problem though.are you saying whenever you type in www.site.com/subfolder, nothing happens even though theres an index page in the folder??
  3. thats a very nice looking site.but you have no doctypethis should be the basic head of every page <!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> and why dont you add <style type="text/css">p.blocktext{margin-right:auto;margin-left:auto;width:12cm;}hr{margin-right:auto;margin-left:auto;width:12cm;}</style> into your stylesheet?and theres no link to 'dic.php' in the main menu...???
  4. add the footer as part of the content box i guess.i'm sure theres cleverer ways round this, but that one is simple.
  5. yup..its the googlebot crawling the forumnothing to worry about:)
  6. add this to the content div cssoverflow:auto;then, when the content goes below a specified height, a scrollbar will be created. leaving the footer intact.:)but your site looks fine in Firefox here.
  7. thx :)so you do..i have prevented hotlinking on my site..so..yeah..you need to copy/paste the link
  8. something like this?http://www.dynamicdrive.com/dynamicindex1/switchmenu2.htm
  9. i think the latest media player is 10 or something..i've heard about 11 coming out soon.d/l the latest one, then try it.
  10. http://www.surrealillusions.co.uk/SillusionsLogo.jpgReason for making: Its my main logo on my website (see siggie)Things about this image I might change: None YetComments on Other images: impresed by Dan's work in paint.Other Comments: uhh...no..i think..not yet anyway.:)edit - need to copy/paste link or it wont work, i've prevented hotlinking on my site
  11. ok..is the file the right name? It is case sensitive. right folder? right dimensions?if you copied/pasted the code from the site i linked to, it should work.Or, you haven't got that version of windows media player installed.
  12. according to 123-reg.co.ukthe following are avaliablenoreseland4h.tvnoreseland4h.comnoreseland4h.net noreseland4h.org noreseland4h.info to get a subdomain, you need a domain name to begin with...
  13. does it work or not?have you tried it?
  14. yephttp://cit.ucsf.edu/embedmedia/step1.phptry that:)
  15. domain names are never free if you want www.yoursitename.com or .org or.co.uk or any other .endingi registered mine here (website link in siggie) - http://www.123-reg.co.uk/£6 for 2 years. Very cheap and good service.
  16. yep..using hidden divs and a bit of javascript.this has been touched on before in this forum. Do a search for "hidden divs"and for your other question, use percentages to make the page stretch to the users browser window size. although, thats easier said than done, as it has to look good and not mess up the layout.
  17. you can change the pip thingies underneath your member rank in the admin panel, so some member ranks can stand out more than others.but there are a bunch of links at the bottom of the forum index page - Today's active topics · The moderating team · Today's top 10 posters · Overall top 10 postershave a guess which one you need to click on to find out the mods :)
  18. at the bottom of each page - so i'm guessing its not affilated with w3.org:)
  19. yesul{color:#FF0000;}all ul lists would now be red:)
  20. i did do that..but to tell that you beat me to it :)anyway..back to the subject at hand in this thread
  21. real_illusions

    Help!

    i think this would require javascript.i dont think server side scripting would do this, as its based on what the user does...unless you want to refresh the page by submitting it.have a google search, see what you can come up with. theres bound to be something thats similiar to what you need. Then we can help in modifying it for your needs.
  22. your post has been answered in html.pretty much everyone reads all the forums, or at least the html, css and general forums.so, chances are, nearly everyone will see your topic.no need to make duplicate posts.
  23. only one way that i know is to use the span tags<span class="linkbracket">[</span>and the css would look like thisspan.linkbracket{color: #0000FF;}that would make everything within the span tags the colour blue.
  24. http://www.w3schools.com/css/default.aspgo thereno-one will email you. We all post on this board to help other out.:)edit - looks like snowboard beat me to it by 1 minute :)
  25. i was thinking that too...but i dont know what request did..so i presume it was ok to use. i've only used $_post before on email forms.
×
×
  • Create New...