Search the web
Sign In
New User? Sign Up
cightml
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 10913 - 10942 of 11114   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10913
Hey folks With basic php knowledge, how easy is it to maintain a php type website? Thanks Dave [Non-text portions of this message have been removed]...
Dave
madison373a
Offline Send Email
Jan 15, 2009
2:04 am
10914
I guess I'd say easy. Depends how much you plan to do, but if you just want to use it mainly for some includes (so that you put one menu on many page) it's a...
Don Passenger
dpasseng
Offline Send Email
Jan 15, 2009
4:30 am
10915
Thanks Don they also need experience troubleshooting PHP, mySQL and CSS I've also covered those but I don't consider myself a top notch expert. It's a 2 hour...
Dave
madison373a
Offline Send Email
Jan 16, 2009
3:17 am
10916
The more I look at HTML and web sites, the more I wonder why the W3C consortium has not adopted standards for drawing commands in HTML. Maybe it's just me,...
Gordon Reeder
gordonreeder
Offline Send Email
Jan 17, 2009
3:21 am
10917
Hi Gordon. Not sure what you mean. Can you describe, perhaps with hypotheticals? Cheers, Gary. ... From: "Gordon Reeder" <greeder@...> To: "CIGHTML"...
Gary Badger
garybadger67
Offline Send Email
Jan 17, 2009
8:11 am
10918
I think you are referring to PHP programming rather then (X)HTML markup language when talking about "drawing tags". As far as I know, you can not draw images...
Miro Perdoch
miro500@...
Send Email
Jan 17, 2009
8:59 am
10919
What I'm talking about is something like the HP/GL or DMPL plotter languages. So if I wanted to draw a line on the page from point A to point B, there would be...
Gordon Reeder
gordonreeder
Offline Send Email
Jan 18, 2009
11:28 pm
10920
I understand that IE8 now supports CSS tables. I want to alter an old webpage to take advantage of this new compliance. There must be, however, a JavaScript...
derek b watson
derekboyd_99
Offline Send Email
Jan 19, 2009
10:26 am
10921
... Don't do multiple pages, do conditional css sheets would be my advice, but yes you can detect and redirect. http://www.hotscripts.com/Detailed/75088.html ...
Don - HtmlFixIt.com
dpasseng
Offline Send Email
Jan 19, 2009
3:30 pm
10922
I use CSS Conditional Comments where I need to, all within the one HTL file. Try http://www.quirksmode.org/css/condcom.html or other resources at ...
Gary Badger
garybadger67
Offline Send Email
Jan 19, 2009
7:05 pm
10923
Wonder if anyone of you purists [LOL] ever tried this one. I am impressed with the fact that you are not restricted as it offers coding flexibily and also...
Dave
madison373a
Offline Send Email
Jan 20, 2009
4:03 pm
10924
http://www.evrsoft.com/ ... From: Dave <madison373a@...> Subject: [cightml] Look what I found To: cightml@yahoogroups.com Date: Tuesday, January 20,...
Dave
madison373a
Offline Send Email
Jan 20, 2009
4:21 pm
10925
I have not tried it Dave, I have the tools I like already (notetab is my tool of choice, plus firefox developer extensions). I dislike sites where you cannot...
Don Passenger
dpasseng
Offline Send Email
Jan 20, 2009
5:27 pm
10926
Don I am not sure either but I was able to download what seems to be a working free version and so far I do not see any limits or do I know if it will expire. ...
Dave
madison373a
Offline Send Email
Jan 20, 2009
6:49 pm
10927
Hi everyone, I do have a simple problem that is far above my knowledge at this point. How do you place a list in the center of the page while keeping the list...
Edward
horsefly_38866
Offline Send Email
Jan 21, 2009
8:07 pm
10928
something like... (using inline styling) <div style="text-align:center;width:100%"> <div style="text-align:left;"> <ul> <li>List Item</li> </ul> </div> </div> ...
David Colliver
david.colliver@...
Send Email
Jan 21, 2009
8:26 pm
10929
Ok, I forgot to say this list is a nested list and it contains both ol and ul tags. I tried your tags but it still came up on the left side of the page, not in...
Edward
horsefly_38866
Offline Send Email
Jan 21, 2009
9:28 pm
10930
From what I read it cannot be done. Yet. So it will probably have to be a table and I am not sure I can get it done in a table. Lists usually just go to the...
Edward
horsefly_38866
Offline Send Email
Jan 21, 2009
10:38 pm
10931
Hi Ed, I've mocked this up for you: http://www.garybadger.com/web/ed.html Let me know if this addresses what you were after. It's really only the div that...
Gary Badger
garybadger67
Offline Send Email
Jan 22, 2009
9:30 am
10932
Thanks Gary, however, the list appeared on the left side of the page when opened. My problem is to open a list in the center of the page, horizontally but not...
Edward
horsefly_38866
Offline Send Email
Jan 22, 2009
4:06 pm
10933
Strange it is centered on this Vista computer using IE but it is not centered on my Notebook using IE. So I will take a closer look now and here is the...
Edward
horsefly_38866
Offline Send Email
Jan 22, 2009
5:02 pm
10934
Good Morning Ed, Firstly I recommend cleaning up your (x)HTML so that it validates. This is an important habit for any development, as validating code can help...
Gary Badger
garybadger67
Offline Send Email
Jan 23, 2009
11:37 pm
10935
I am updating my personal webpages (the first results can be found at www.mmnet,com,au/dbwat) but this is a work in progress. My problem is that when I tried...
derek b watson
derekboyd_99
Offline Send Email
Jan 26, 2009
12:38 am
10936
well, unless paul changed his mailform to function as guestbook, all will be fine.... but as far as i know, the mailform is collecting data from the html form,...
Miro Perdoch
miro500@...
Send Email
Jan 26, 2009
7:42 am
10937
partly to answer Miro (thanks for your input) and partly to ease my frustration, i have posted my page to the net. you will find it at...
derek b watson
derekboyd_99
Offline Send Email
Jan 26, 2009
12:15 pm
10938
ok, with regards to functionality, I do not want to get into language in which mailform is designed as I do not understand it. but you can change the action...
Miro Perdoch
miro500@...
Send Email
Jan 26, 2009
2:40 pm
10939
... Check with your web host provider. They may provide a service similar to Paul's mailform....
Gordon Reeder
gordonreeder
Offline Send Email
Jan 26, 2009
11:44 pm
10940
Where can I get a list of colors that the CSS validation service accepts, please? Paul's list gets rejected, the Sitepoint list also, and it is most annoying -...
derek b watson
derekboyd_99
Offline Send Email
Jan 27, 2009
11:12 pm
10941
http://www.w3schools.com/CSS/css_colors.asp dave ... From: derek b watson <dbwat@...> Subject: [cightml] colors To: cightml@yahoogroups.com Date:...
Dave
madison373a
Offline Send Email
Jan 27, 2009
11:32 pm
10942
names may not work use the hex number such as #FFFF00...
Edward B
horsefly_38866
Offline Send Email
Jan 28, 2009
12:07 am
Messages 10913 - 10942 of 11114   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help