Jump to content

real_illusions

Members
  • Posts

    1,273
  • Joined

  • Last visited

Posts 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. 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.:)

    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.

  6. 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.:)

  7. 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:)

  8. 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:)

  9. 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:)

  10. 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...