Search results

  1. Z

    What is the proper way to indent text in xhtml?

    Two different sources gave me two different answers. I want to make sure is is xhtml compliant.
  2. Z

    Are tables and frames unnecessary to learn?

    That makes perfect sense to me. Thank you.
  3. Z

    Are tables and frames unnecessary to learn?

    I was told that I may as well skip learning how to do tables and frames with html because I can do all that better with CSS....is this true?
  4. Z

    is CSS and html all I need to do this?

    If I want to edit my myspace page WITHOUT using an editor, is CSS and HTML all I need (along with some graphics) to do something simple like this?: http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendID=110535342
  5. Z

    close the IMG tag?

    If I wanted an image as a link would I do it like this? <a href="page.html"><img border="0" src="picture.gif" height="10" width="15"></a> ...without closing the <img> tag, or like this: <a href="page.html"><img border="0" src="picture.gif" height="10" width="15"></img></a> I am...
  6. Z

    Best CMS to use for a novice?

    Which is the best out of the box CMS to integrate into a custom design?
  7. Z

    Body attribute question

    Ok thanks. I have a video on CSS here that I am going to dig into once I am finished with the HTML one, but it is a video on CSS2.....do I need to learn CSS first or does it matter?
  8. Z

    Body attribute question

    In the body tag, should I be setting my bg colors and text and all that like this: <body bgcolor="?" text="?" link="?" etc..> or like this: <body style="color: white; background-color: black; background-image: url(blah/blahblah.jpg);" alink="#c8ffff" link="#c8c8ff" vlink="#ffc8ff">...
  9. Z

    Help with a couple beginner questions please.

    Thanks for the reply. So there are more useful things than tables to position images and other things on a page? And frames DO seem like a bit more hassle than they are worth....
  10. Z

    Help with a couple beginner questions please.

    Ok, I have a couple quick questions and I would appreciate any help you guys can offer. 1) Should I bother learning HTML 4.0 or should I go right onto XHTML? I am already pretty comfortable with HTML, but need to work on tables and frames more. 2) CSS, CSS2.....is it a waste of time to...
Top