Jump to content

wonderwoob

Members
  • Posts

    2
  • Joined

  • Last visited

wonderwoob's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. About xforms for a sec...can anyone help me here? I went through w3schools.com's tutorial on it and on the First Page, near the bottom under the heading "All Together Now" if you use the code mentioned there in an html file, you're supposed to get the two text boxes and a submit button. I get the text boxes, but no submit button. The label "Submit" is there, but no button...I've tried everything I can think of, and can't get it to work. Help...Please!!!
  2. A few things...The beauty of CSS is that you can go into ONE .css file, make a few changes to the look of a page, fonts, borders, colors, etc. and it changes all of your html pages that are linked to your css file. Love it! If I want to make all of my <h3> tags a little bolder, find it in the css file, change one word, and sit back and look at the results. Same with the color or font family, etc. You would have to search for all of your <h3> tags and modify your font, color and add an opening and closing bold tag...so much work. CSS is much more efficient.There is some wrapping your head around the float element(at least for me) and getting pages centered in various browsers and what not, but it's all great once you figure it out and play with it a bit.Making your website xhtml compliant isn't that big of a deal and is very simple. I used the validator for about 3 or 4 html pages and went through all the changes...now I only get 2 or 3 errors or less when I create new pages.
×
×
  • Create New...