Jump to content

Oleszka

Members
  • Posts

    7
  • Joined

  • Last visited

Oleszka's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. I need exact space between words. So i use word-spacing but it does not help me always. So look at :In first paragraph it works but in second paragraph it does not... p.s {text-indent: 20px;margin:0;padding:0;word-spacing:-2px;} how to make it works?thanx
  2. I have such code: <A NAME="zakl">Here Must Be Text </a><script>anc=location.hash.substr(1)if (anc) document.all[anc].style.color="red"</SCRIPT> so anchored text becomes red but I need it to be bold .. how to do that?Thanx
  3. I've used Dreamweaver for long time because I was bad at html but now I try to use notepad just to learn html tags and understand them and their atributes
  4. How to create drop-down list <select> <option value ="volvo">Volvo</option> <option value ="saab">Saab</option> <option value ="opel">Opel</option> <option value ="audi">Audi</option></select>and for example I choose Volvo and then I go to http://volovopage.comif i choose Saab so I go to http://saabpage.com and so on...How to make for every option its url where I want to go
  5. I am learning CSS on w3school .And I can not understand something.For example, here http://www.w3schools.com/css/css_background.asp There is table of CSS Background Properties.But what means numbers under name of Browsers (IE F N) ???Thanx for reply
×
×
  • Create New...