View Single Post
  #4 (permalink)  
Old Nov 9th, 2007, 14:59
karinne's Avatar
karinne karinne is offline
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Things i need to know

Quote:
Originally Posted by c010depunkk View Post
1. "<img src="x" />" needs a closing slash. You can style the image border using CSS:
HTML: Select all
img { border:0; }
3. "<input etc />" also needs a closing slash.
Not with a HTML Strict doctype
Reply With Quote