Results 1 to 2 of 2

Thread: Strict 1.0 XHTML:...appear non-valid well, how implemented in CSS ?

  1. #1
    Join Date
    Oct 2004
    Posts
    425
    Thanks
    4
    Thanked 1 Time in 1 Post

    Default Strict 1.0 XHTML:...appear non-valid well, how implemented in CSS ?

    I tried get a website Strict 1.0 XHTML, but <a target="_blank" ...> appear non-valid well, how implemented in CSS this attribute?
    Also <img align="right"...> appear non-valid well, how implemented in CSS this attribute?

  2. #2
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    For the image use float:right; (img src="" style="float:right;"). I don't use the target but for a css solution maybe http://www.w3.org/TR/css3-hyperlinks/#the-target-name although this is css3 so might not work for all browsers. Another solution might be javascript.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •