[WSG] RE: digest for wsg@webstandardsgroup.org
Olajide I’ve had a quick look at your code and noticed this line: above the mailto:[EMAIL PROTECTED] Sent: 26 June 2007 08:48 To: wsg@webstandardsgroup.org Subject: digest for wsg@webstandardsgroup.org From: "Olajide Olaolorun" <[EMAIL PROTECTED]> Date: Mon, 25 Jun 2007 18:45:15 -0400 Subject: Table Problem Can some help me with this problem: http://www.olajideolaolorun.com/problem.html Its right when i view it in Firefox, but in IE, its problematic. Can anyone help me out as to why it is not aligning right? -- Best Regards, Olajide Olaolorun ### Personal: http://www.olajideolaolorun.com Business: http://www.tripleo.biz ** Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ** No virus found in this outgoing message. Checked by AVG. Version: 7.5.476 / Virus Database: 269.9.6/865 - Release Date: 24/06/2007 08:33 *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ***
[WSG] Julie Watkins-Lyall is away from the office.
I will be out of the office starting 26/06/2007 and will not return until 28/06/2007. I will respond to your message when I return. If you require an urgent response, please call my mobile 0422917755. ** IMPORTANT: This e-mail is intended for the use of the addressee and may contain information that is confidential, commercially valuable or subject to legal or parliamentary privilege. If you are not the intended recipient you are notified that any review, re-transmission, disclosure, use or dissemination of this communication is strictly prohibited by several Commonwealth Acts of Parliament. If you have received this communication in error please notify the sender immediately and delete all copies of this transmission together with any attachments. ** *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ***
Re: [WSG] Triggering POSTs with links?
At 6/20/2007 07:52 AM, Richard Ishida wrote: I put together a box that expands to accommodate larger text in translation, but I forgot that text on a submit button doesn't wrap :O Original: http://www.w3.org/International/questions/qa-css-charset.en.php#endlinks (see the box to the right) First problematic translation: http://www.w3.org/International/questions/qa-css-charset.fr.php#endlinks I want the text "Send us a comment" to look like a link, but trigger a POST, so I put the text in a submit button and styled it. Unfortunately the longer translations won't wrap that way. Richard, Another method is to create a transparent button image and place it on top of the text (i.e. in a layer between the text and the viewer), something like this: Envoyez-nous un commentaire name="sendcomment" /> /* make all three elements the same size & resizable */ div, div p, div input { font-size: 1em; width: 10em; height: 3em; } /* the div constrains the text & button */ div { position: relative; } /* superimpose the text & button within the div */ div p, div input { position: absolute; top: 0; left: 0; margin: 0; } http://juniperwebcraft.com/test/transparent-button.html Warm regards, Paul __ Paul Novitski Juniper Webcraft Ltd. http://juniperwebcraft.com +1-250-355-2541 skype juniperpaul *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ***
[WSG] Paul Gibson is out of the office. [SEC=UNCLASSIFIED]
I will be out of the office starting 26/06/2007 and will not return until 28/06/2007. I will respond to your message when I return. Contact my mobile if urgent. Important Notice: If you have received this email by mistake, please advise the sender and delete the message and attachments immediately. This email, including attachments, may contain confidential, sensitive, legally privileged and/or copyright information. Any review, retransmission, dissemination or other use of this information by persons or entities other than the intended recipient is prohibited. DIAC respects your privacy and has obligations under the Privacy Act 1988. The official departmental privacy policy can be viewed on the department's website at www.immi.gov.au See: http://www.immi.gov.au/functional/privacy.htm *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ***
Re: [WSG] Table Problem
Thanks Nick, but no i am not a pure beginner. I only posted that up as a template. That is not my actual page I just copied that to a newly made page so i can fix that error. Dont worry.. if you want, by the time i am done, i can show everything to you. lol :) Thanks again, but you did help me out.. how dumb was i... i copied that from an old one i made a while ago On 6/25/07, Nick Gleitzman <[EMAIL PROTECTED]> wrote: On 26 Jun 2007, at 8:45 AM, Olajide Olaolorun wrote: > Can some help me with this problem: > http://www.olajideolaolorun.com/problem.html > > Its right when i view it in Firefox, but in IE, its problematic. Can > anyone help me out as to why it is not aligning right? Firstly, I assume that you mean 'aligning correctly', not aligning to the right... Your code contains this: Name: Note that the containing the has no ' align="left" ', as the containing the text does. I think adding this will improve your layout. BUT - your code has many errors. You should validate it before posting a request for help here, as many simple problems can be solved by validating your code: you can't, for instance, use with a XHTML Doctype. Must be lower case. Your use of inline tags, non-breaking spaces, and some would say the table for layout at all, goes against the whole ethic of Web Standards. All your presentational instructions should be handled by css, either in the of your file, or called from an external stylesheet. With respect, it looks like you're a beginner, or at least a novice, with HTML. If this is the case, I suggest you use a HTML4 Doctype (or no doctype at all), and leave XHTML until you know a bit more about what you're doing... HTH Nick ___ omnivision. websight. http://www.omnivision.com.au/ *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *** -- Best Regards, Olajide Olaolorun ### Personal: http://www.olajideolaolorun.com Business: http://www.tripleo.biz *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ***
Re: [WSG] Table Problem
You have to give your table a width (ie 500px or whatever), and make sure you align it left. I notice you arent using css... generally tables are only used for results and data, have a look at using css to layout your pages :) Olajide Olaolorun <[EMAIL PROTECTED]> wrote: > Can some help me with this problem: > http://www.olajideolaolorun.com/problem.html > > Its right when i view it in Firefox, but in IE, its problematic. Can anyone > help me out as to why it is not aligning right? > > -- > Best Regards, > Olajide Olaolorun > ### > Personal: http://www.olajideolaolorun.com > Business: http://www.tripleo.biz > > > *** > List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm > Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm > Help: [EMAIL PROTECTED] > *** *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ***
Re: [WSG] Table Problem
On 26 Jun 2007, at 8:45 AM, Olajide Olaolorun wrote: Can some help me with this problem: http://www.olajideolaolorun.com/problem.html Its right when i view it in Firefox, but in IE, its problematic. Can anyone help me out as to why it is not aligning right? Firstly, I assume that you mean 'aligning correctly', not aligning to the right... Your code contains this: Name: Note that the containing the has no ' align="left" ', as the containing the text does. I think adding this will improve your layout. BUT - your code has many errors. You should validate it before posting a request for help here, as many simple problems can be solved by validating your code: you can't, for instance, use with a XHTML Doctype. Must be lower case. Your use of inline tags, non-breaking spaces, and some would say the table for layout at all, goes against the whole ethic of Web Standards. All your presentational instructions should be handled by css, either in the of your file, or called from an external stylesheet. With respect, it looks like you're a beginner, or at least a novice, with HTML. If this is the case, I suggest you use a HTML4 Doctype (or no doctype at all), and leave XHTML until you know a bit more about what you're doing... HTH Nick ___ omnivision. websight. http://www.omnivision.com.au/ *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ***
[WSG] Out of Office AutoReply: digest for wsg@webstandardsgroup.org
I will be out of the office on Tuesday 26 June. If you have urgent queries please contact me on my mobile +44 (0)79 661 006 21. Many thanks, Anna *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ***
[WSG] Table Problem
Can some help me with this problem: http://www.olajideolaolorun.com/problem.html Its right when i view it in Firefox, but in IE, its problematic. Can anyone help me out as to why it is not aligning right? -- Best Regards, Olajide Olaolorun ### Personal: http://www.olajideolaolorun.com Business: http://www.tripleo.biz *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ***