Jump to content

real_illusions

Members
  • Posts

    1,273
  • Joined

  • Last visited

Everything posted by real_illusions

  1. When you try to select the text with the text tool, it will tell you which font is missing.Write down the font name, and do a search for it. If its freely available, then download and install it. If its a commercial font then you'll have to buy it, or find a free alternative thats very close to the original.Installing fonts depends on your Operating System.
  2. Its called a FaviconAnd heres the link you need to put in the head to put the icon there. You would of course need to create the file first <link rel="shortcut icon" href="/favicon.ico" />
  3. you will need javascript or flash for sliding text.depends on how much text, where its going etc..If its only a small bit, then javascript is your choice.
  4. if there was an equivalent one for errors in IE, then the whole computer will either blow up, melt into a pile of metal goo and then blow up or - crash, cause the system to lock up, complete data loss, erases windows and installs windows 95, wont recognise anything, including itself, proclaims that the computer doesn't exist in the time space continium, and then melt into a pile of metal and plastic goo and then blow up.
  5. if you need to send values from page to page, html wont be the way. html is what you see is what get.You need either server side languages such as php or asp..or javascript, but i think php or asp is your most likely bet.
  6. you mean a 3 coloumned layout using divs and css?a quick search on google came up with these - http://www.glish.com/css/7.aspor http://www.pixy.cz/blogg/clanky/css-3col-layout/ if you want a challenge and look up the source code to work it out.
  7. removing ads on free web hosting that put ads on your site is most likely a breach of their terms and conditions.If your looking to block ads from other sites when your browsing, then look for ad-blocking software, if your using firefox (which is the better choice as opposed to explorer), look on firefox's website for add-ons.
  8. real_illusions

    Valid?

    theres no semi-colon at the end of each line, it should be: body{background-color:#006000;color:#0E0;}h1{color:#0E0;text-decoration:underline;background-color:#006000;}hr{width:65%;color:#0C0;background-color:#006000;}h1.center{margin:0 auto;text-align:center;} but other than that, your css is pefect and should be valid.
  9. dunno..but i hate sites that resize your browser window..so..i quickly closed the site..but i didn't say anything on the front pages about yahoo, but it looks to be a rubbish website tbh..
  10. yahoo most likely owns the other site..or at least has some sort of partnership with it. Which other site is it?
  11. might be something to do with codecs..but i've given up and use my ps2 for playing dvds..
  12. now theres a huge surprise
  13. yeah..i know it shouldn't be the problem..just pointing it out, i dont like un-needed code
  14. it sounds like everything is how it should be from what you've said and css you provided.Have you a link to the page so we can look at the html too?
  15. you should only need to put #container, without the div in front of it in the css.
  16. easyyou'll be kicking yourself probablyCreate an outer div and call it 'outer'in the css put.outer{margin:auto 0px;width:780px;}Then put all the content into there, best split the sections into divs. Then use text-align:center; to align some text in some paragraphs to the center if need be.Have a look at my site (link in siggie), the way i've done it is using the explanation above.
  17. hehe..yeah..written text doesn't have any emotions on it..so no worries from my partthe sonicfog i use on my websites and haven't encountered any problems with it. Except its a little tricky to modify if you dont know much about html or css.
  18. try this one - http://sonicfog.com/index.php?option=com_c...3&Itemid=93
  19. in a word - yesin several words - yes it is possiblein several helpful words - yes, it is possible, do a search on a little something called 'google', you might just find something on there
  20. you could add another div with the class 'footer' below the 2 coloumns, put the image in there and add this to your css:.footer{clear:both;text-align:right;}if that doesn't align the image to the right, then take out the text align and add this:.footer img{text-align:right;}that should work, or at least it has when i used it to align images.hope that helps:)
  21. real_illusions

    Links

    ..put the kettle on, got my feet up, switch the tv on, and fallen asleep...
  22. the only thing i know about it is - you need to have peoples permission to send them a newsletter. This avoids the issue of unwanted email/spam and therefore giving you and the server you use a bad name, or worse still, the server been black listed. If you send a html version out, make sure you either put the newsletter online or a non-html version for the people that cant or dont have html emails allowed in their inbox.As for size and stuff, there are no such regulations that i know of.Hope that helps:)
  23. Try<?php echo $name_field; ?>instead of <?php echo $_REQUEST['name']; ?php>
  24. All language conversion kits i've seen cost money. Although i maybe wrong on that. Its been a while since i've looked at it. Either way, you will need a server side language to change the language of the page, or, create 2 versions of your site, and get the user to click on their language before entering. The latter will require alot of work, both now and in the future, but the first one will save alot of time in the future.Have a look around for "website language conversions" or something along those lines. See what you can find.Hope that helps:)
  25. there isn't really a definate limit.Too many irrelevant keywords is considered spam.and too little relevant keywords wont get you as far as the right amount.If you put it only the keywords that are relevant to your site and what you want to be found for, then you shouldn't have any problems.
×
×
  • Create New...