[wdvltalk] Re: css quandaries

2004-05-24 Thread andrew . trusz
Rita, The good news is that the page validates as transitional xhtml. You have a class: .email{float:right;}. If it floats it needs width, explicit or implicit. Relying on the absolute position of ppsalogo.gif to push the email address over can have unpredictable results -- just what you have.

[wdvltalk] php

2004-02-13 Thread andrew . trusz
I’m trying to do multi-table insert using an auto incremented “id” from the main table (register) as the id in the second table (money). I can establish the connection to the database and I can insert into each table using the mysql command line. So the pieces fit. The script runs but nothing is

[wdvltalk] Re: Javascript FOR statement

2004-01-09 Thread andrew . trusz
Do it server side. Client side validation is much to prone to malicious manipulation and with javascript can simply be turned off. Server side is much more secure and protects your site and data. drew • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An Email To:

[wdvltalk] Re: Another SCR please... :)

2004-01-09 Thread andrew . trusz
Change the order in the code to nav, content, quotes and float them all left. That will solve both the problem of the text dropping below nav and quotes and rudy's problem with the space between content and quotes. Float:right sometimes creates strange issues particularly with IE. Oh and you

[wdvltalk] Re: Javascript FOR statement

2004-01-09 Thread andrew . trusz
That depends on what you are using at the backend. Mostly it would involve checking the data using regular expressions and error messages to send back the data and a message about what wasn't completed properly before the data is committed to the database. The exact coding would vary somewhat

[wdvltalk] Re: [SCR] http://www.interactwiththe.net/ict/

2004-01-08 Thread andrew . trusz
Removing the prolog won't invalidate xhtml. Your page will likely be served as text/html and not application/xhtml+xml. So arguably it will actually improve the page. The overflow goes on the container not the img tag. Not in the office so I can't give you the url to look at but its hebig's url.

[wdvltalk] Re: RSS parsers

2004-01-08 Thread andrew . trusz
Cheryl, for rss try this atricle: http://www.textuality.com/rss/RssFutures.html For just xml, microsoft actually has a good parser built into ie6. drew • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To:

[wdvltalk] Re: Screen Resolutions

2004-01-07 Thread andrew . trusz
Matt, this is what standards are all about. Design the site using the full power of css. Make it fluid so resolution isn't an issue (except for extreme widths). Wrap the whole thing in a div with a small left and right margin to center it whatever the screen resolution. Use percentages for

[wdvltalk] Re: [OT] ie 5.5 download

2003-12-12 Thread andrew . trusz
There is a way to have multiple IE installations on the same machine. I'm in training this week so I don't have access to my work machine with the address for the downloads. The info came from a posting on css-discuss. I know several other people here also subscribe there and they may have the

[wdvltalk] Re: what do I need to do this?

2003-12-12 Thread andrew . trusz
I can't think of an alternative to a database. It would be very easy to do with a database. Does the isp provide php and mysql? drew • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] To

[wdvltalk] Re: what do I need to do this?

2003-12-12 Thread andrew . trusz
Sure mail away but I won't be in the office until Monday. I'll get you a personal address in mid afternoon if that's ok. I'm in a security training class so I'm a little paranoid about logging onto any mail server. Class must be having some effects. I said I couldn't think of an alternative,

[wdvltalk] Re: what do I need to do this?

2003-12-12 Thread andrew . trusz
Steven's idea is good, as usual, -- keep the thread live. So with the additional information you've given, you also want the capacity to reset the selection process from week to week during the season. Will you want this for more daily sports like basketball or basebal? Or is this strictly

[wdvltalk] Re: CSS files cached

2003-12-09 Thread andrew . trusz
Displays as a black bordered box with vsd centered, which is what the css says it should be. For consistency you should put 'centriraj' in double quotes centriraj. Flush the cache. drew • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An Email To: mailto:[EMAIL

[wdvltalk] Re: css problem

2003-11-24 Thread andrew . trusz
Jan, sorry to have been so cryptic. If you've worked things out skip this. By sizes I meant your images need units of measure as well. So it should be height=200px. You've probably seen that in your validation attempt. The p tag is probably not the actual error. That kind of error message

[wdvltalk] Re: css problem

2003-11-21 Thread andrew . trusz
Several points. Neither your xhtml nor css validate. The xhtml issues have to do with tables in css. Tables do not behave exactly the same way when css designed. The validator indicates you have an element a p tag where one is not allowed. Also you failed to specify units for sizes. This is a

[wdvltalk] Re: FormMail... (From TRIS)

2002-08-19 Thread andrew . trusz
The upgrades have been patched. Most hosts use the upgraded versions in their included scripts. If you're not sure, I believe Sourceforge has an extensive series of revised scripts paralleling Matts Script Archive. andy • The WDVL Discussion List from WDVL.COM • To Join wdvltalk,