Jump to content

Herbie

Members
  • Posts

    9
  • Joined

  • Last visited

Herbie's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. what's the XHTML tag to open a link in a new window? In HTML it was target="name" but target isn't in XHTML. Anyone know how i can accomplish this?
  2. Herbie

    IE sucks :(

    It was a good point, I had forgot about the only one ID per page. It's been changed, but unfortunatly still doesn't look right in IE.
  3. Herbie

    IE sucks :(

    Well everything seems to look fine in FF and NS. Of course I can't get that left bar up where it's suppose to be in IE, anyone have any thoughts?The SiteThe CSS/* CSS Document */body { width: 762px; margin-top: 0px; margin-right: auto; margin-left: auto; background-color: #CCCCCC; }#nav { width:120px; position: relative; clear: none;}#content { width: 640px; height: 485px; position: relative; float: right; background-image: url(test/background_1/textbox.jpg);}#left_pics {}#text {}#one { margin: 0px 0px 0px 0px; width:760px; height:105px; border-left-color: #000000; border: solid; border-left-width: 1px; border-top:none; border-bottom:none; border-right:solid #000000 1px; position: relative;}
  4. Unfortunatly the answers I was getting in this post were lacking, so I went to the other forum. I am currently trying out the suggestions given in that post. Thanks!
  5. Then how can I validate my XHTML w/o screwing up my CSS? If i don't have the doctype my xhtml wont validate
  6. Why does my page look just fine here:www.sweeneyauction.net/valid/nodoctype.htmBut when I add a doctype the "main" class gets distorted:www.sweeneyauction.net/valid/doctype.htmThe pages are exactly the same except that the second has<!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">at the top.
  7. I have another XHTML validation question.Why does my page look just fine here:www.sweeneyauction.net/valid/nodoctype.htmBut when I add a doctype the main class gets distoreted:www.sweeneyauction.net/valid/doctype.htmThe pages are exactly the same except that the second has<!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">at the top.
  8. This was the problem, THANKS!
  9. I'm currently trying to validate this page:http://www.sweeneyauction.net/index.htmUnfortunatly I have some javascript on all of those lines i'm getting errors in. How do I validate javascript that's in my XHTML?
×
×
  • Create New...