Jump to content

duki19super

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by duki19super

  1. I'm trying to make a web-site with valid xhtml 1.0 code. There is a lot of code on w3schools site that doesn't pass w3c validation for xhtml like this one <img src="example.png" border="0"> or this one: <bgsound="example.wav">. The code for bgsound I figured out by myself: <object height="0%" width="0%" classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95"><param name="AutoStart" value="9" /><param name="FileName" value="example.wav" /></object> and you have to put it before or after <html></html>.If anyone knows the valid xhtml code for the border in <img src=""> please post it.
  2. I've been looking all over the internet and I couldn't find the valid xhtml code for background sound . If someone knows the valid xhtml code for that please tell me. There is the code with object that can be found on:W3schools tryit editor page.That's not exactly what I'm looking for. I'd like to add the code where sound starts automaticly and when it's finished starts from the beggining.Thanks!
  3. Thanks Chocolate570. That's exactly what I wanted!
  4. I'd like to put on my web-page something like a little forum. But I don't know how it works and what code I should use. Please help!
  5. duki19super

    Links

    On the w3schools's tutorial I read it was not recomended to use <font="">, and instead of that <style="">. My quastion is how can I change the color of the link? With <style="color="red"> it's imposeble, but with <font color="red"> it is possible. Is there any other way that I could use to change the color of the link? And one more quastion: What's the code that I could use if someone come to my site that is for example 11111.com and the page automaticly redirect him to 22222.com?
×
×
  • Create New...