Forum: HTML and CSS Oct 23rd, 2004 |
| Replies: 6 Views: 2,694 By coincidence, i submitted this PHP code snippet last night:
http://www.daniweb.com/code/snippet73.html |
Forum: HTML and CSS Oct 18th, 2004 |
| Replies: 2 Views: 2,675 create a new text document.
open it, and at the top put:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
save and close it.
rename it to something.html
Now its a html document.... |
Forum: HTML and CSS Oct 12th, 2004 |
| Replies: 3 Views: 3,485 Ok this is a jumble right here..
firstly All <meta> should go in the head if you can possibly help it.
Same with Styles as you have done. Second, <p> paragraphs should be within the <body> of a... |
Forum: HTML and CSS Oct 12th, 2004 |
| Replies: 2 Views: 3,754 Its not actually possible to format the arrow itself.
The only alterations you can do using CSS are to the dropdown menuspace itself and the text within it, using the below..
<select... |