RE: [PHP] About HTML CSS

2008-06-11 Thread Boyd, Todd M.
 -Original Message-
 From: Alberto García Gómez [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, June 10, 2008 9:49 PM
 To: PHP General list
 Subject: [PHP] About HTML  CSS
 
 Hi Fellow:
 
 I wonder if there some list about HTML/CSS/JavaScript and Genereal Web
 Design.
 
 Thanks

STFW:

http://www.w3.org/QA/2002/04/valid-dtd-list.html
http://www.w3schools.com/html
http://www.w3schools.com/css
http://www.w3schools.com/js

As far as mailing lists, asking on a PHP mailing list is probably not your best 
bet.


Todd Boyd
Web Programmer



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] About HTML CSS

2008-06-10 Thread Jay Blanchard
[snip]
I wonder if there some list about HTML/CSS/JavaScript and Genereal Web Design.
[/snip]

I wondered that too! And then I found Google and searched for them and there 
they were.

8^{)}

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] About html

2002-08-30 Thread Liam . Gibbs

 I have one question about html.
 1. I have a form with 8 textbox. How can I put the tab order?
 When I press tab I want to jump from first textbox to
 textbox number 4 not to number 2.

Well, this isn't an HTML list, but I know there is a way. Check out
www.htmlhelp.com. Otherwise, Bravenet has an excellent Webmaster mailing
list that sends out great tips every few weeks, and they covered this exact
topic not too long ago. Check their archives at
http://www.bravenet.com/reviews/archives/tips.php. It's in there somewhere.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] About html

2002-08-30 Thread Mark Colvin

Use the tabindex -
td width=100 valign=topinput name=telno type=text size=60
maxlength=60 value= tabindex=1//td

 -Original Message-
 From: kale [mailto:[EMAIL PROTECTED]]
 Sent: 30 August 2002 08:45
 To: [EMAIL PROTECTED]
 Subject: [PHP] About html


 Hy,
 I have one question about html.
 1. I have a form with 8 textbox. How can I put the tab order?
 When I press tab I want to jump from first textbox to
 textbox number 4 not to number 2.

 Thanks for answer.
 kale



 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php



This e-mail is intended for the recipient only and
may contain confidential information. If you are
not the intended recipient then you should reply
to the sender and take no further ation based
upon the content of the message.
Internet e-mails are not necessarily secure and
CCM Limited does not accept any responsibility
for changes made to this message. 
Although checks have been made to ensure this
message and any attchments are free from viruses
the recipient should ensure that this is the case.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php