
Nov 9th, 2007, 14:59
|
 |
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
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 
|