Jump to content

Little Goat

Members
  • Posts

    733
  • Joined

  • Last visited

Posts posted by Little Goat

  1. <form action="pathHere" method="methodHere" name="AutoFeedbackForm" id="AutoFeedbackForm" />

    whoa.. form is not an empty element. change it to this:
    <form action="pathHere" method="methodHere" name="AutoFeedbackForm" id="AutoFeedbackForm">....(your form elements here)</form>

  2. The replacement for Nowrap is using the <pre> element I think. Look at the code and codebox BBCodes' source for instanse. Oh, and isn't "Nowrap" an element? Or does it exist both as an attribute and an element maybe?

    actually there is a replacement for this in CSS. white-space:nowrap;nowrap isn't an element, <nobr> is.
  3. right click, then view background image (FF) or right click save background as.. (IE) then you save it to your computer, and upload it to your server.

×
×
  • Create New...