Jump to content

Champion_Munch

Members
  • Posts

    30
  • Joined

  • Last visited

Posts posted by Champion_Munch

  1. The only way other people are going to be able to "see" these fonts is if they have them installed. Will you make them install a font just to view your website? I think your best bet would be to just use a more conventional typeface (or, list them so that if they don't have particular ones installed, it will revert to other more familiar ones).with regards

  2. Yup, I think it's a good idea...this board could do with 2 or 3 moderators. :)And I've never seen either of the admins around, they're probably too busy to come here. :)with regards

  3. You might also like to try out this JavaScript to combat spammers:<script type="text/javascript" language="javascript"><!--var addr1 = "mailto:"var addr2 = "jack"var addr3 = "@"var addr4 = "eveready.com"document.write('<a href="' + addr1 + addr2 + addr3 + addr4 + '">')document.write('<span style="color:green">Jack Smith</span></a>')//--></script>In the above example, the user would see the words Jack Smith on the page, and if they click on the name an email popup to send to jack@eveready.com would appear.with regards

  4. To center an image on the page:<p align="center"><img src="alex.jpg" alt="this is a hip image" /></p>Where it says "alex.jpg" you put the image filename/location, and where it says "this is a hip image" you put a short line describing the picture. :)To right align it:<p align="right"><img src="alex.jpg" alt="this is a hip image" /></p>I'm not really sure what you're saying about "aligning images in a row," but you might like to try this out:<img src="alex.jpg" alt="this is a hip image" /> <img src="alex.jpg" alt="this is a hip image" /> <img src="alex.jpg" alt="this is a hip image" /> That will put 3 images in a row, with one spacing in between each. If you want to center them or right align them, just surround them all with the paragraph (<p>) tag again. :)with regards

  5. I'm curious as to how you justify this as "cheating". I'm writing in the code, I only see code, and all I know is code. I have NO idea how to even use the WYSIWYG.I clicked the "quote" button to post this - did I cheat? Should I have typed all that manually?
    Yup - use Fast Reply down the bottom (my slow internet connection makes clicking on "add reply" take too long to reply to threads otherwise :)).with regards
  6. Absolutely. I continually make new designs for my website, even if they only last a few weeks, just to get the feeling of design and what my imagination can do. There is no substitute for first-hand experience. :)with regards

  7. I personally think they are great for beginners if they actually take the time to understand what the editor is doing.
    Unfortunately alot of people don't, and their site looks like a mess in other browsers because the code they automatically implement is dodgy.Syntax highlighting I still reckon is cheating, I'd rather do it manually. :)PS. I don't judge a site by how it is made either.with regards
  8. I'm not really sure what you're asking...The script you use to link to an external .css file is:<link rel="stylesheet" type="text/css" href="filename.css" />You place this code between the <head> and </head> tags on your html page. :)Sorry if this wasn't what you were asking.with regards

    css

    What colour do you want the background, black? I would suggest not using the bgcolor attribute. :)Try using this on that page:<body style="color: #ffffff; background: #000000">....</body>with regards

  9. You CAN learn it online for free (like at w3schools) but I find using a book first up can be much easier. I used the complete idiot's guide to creating a webpage, the best thing I ever did. :)with regards

  10. Disabling right-click won't stop many people from scabbing links. You can just look in the status bar, or even the site source. And if you time it properly, you can get past that javascript quite easily. :)If anything, it just drives people away because they lose their browser functionality.with regards

  11. Not quite sure what you mean, but do you want a transparent background on the image? That way, the white won't be there and you'll be able to see the fall leaves behind it.You can only do that with images that are in the .gif format (which appear to be the type you've used). I don't think you can do it in MSPaint though.with regards

×
×
  • Create New...