LOOOOOL :D
Excel for HTML rules.

----------------------------------------------------------------------------

*Kristaps Ancāns*
*
*
Senior web developer (coder)
Mob.: +34 644340683
E-pasts: kristaps.anc...@gmail.com
Skype: kristaps.ancans
Web: fyfi.net <http://www.fyfi.net>, metalguide.org<http://www.metalguide.org>,
motorolleri.lv



On Fri, Sep 30, 2011 at 13:36, gaurav bajpai <gb.baj...@gmail.com> wrote:

> this works
>
> <html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="
> urn:schemas-microsoft-com:office:excel" xmlns="
> http://www.w3.org/TR/REC-html40";> <head> <meta http-equiv=Content-Type
> content="text/html; charset=windows-1252"> <meta name=ProgId content=
> Excel.Sheet> <meta name=Generator content="Microsoft Excel 14"> <link rel=
> File-List href="Book2_files/filelist.xml"> <style 
> id="Book2_32468_Styles"><!--table
> {mso-displayed-decimal-separator:"\."; mso-displayed-thousand-separator:"\,";}
> .xl1532468 {padding-top:1px; padding-right:1px; padding-left:1px; 
> mso-ignore:padding;
> color:black; font-size:11.0pt; font-weight:400; font-style:normal; 
> text-decoration:none;
> font-family:Calibri, sans-serif; mso-font-charset:0; 
> mso-number-format:General;
> text-align:general; vertical-align:bottom; mso-background-source:auto; 
> mso-pattern:auto;
> white-space:nowrap;} .xl6332468 {padding-top:1px; padding-right:1px; 
> padding-left:1px;
> mso-ignore:padding; color:black; font-size:11.0pt; font-weight:400; 
> font-style:normal;
> text-decoration:none; font-family:Calibri, sans-serif; mso-font-charset:0;
> mso-number-format:General; text-align:general; vertical-align:bottom; 
> border-top:1.0pt
> solid windowtext; border-right:1.0pt solid windowtext; border-bottom:none;
> border-left:1.0pt solid windowtext; mso-background-source:auto; 
> mso-pattern:auto;
> white-space:nowrap;} .xl6432468 {padding-top:1px; padding-right:1px; 
> padding-left:1px;
> mso-ignore:padding; color:black; font-size:11.0pt; font-weight:400; 
> font-style:normal;
> text-decoration:none; font-family:Calibri, sans-serif; mso-font-charset:0;
> mso-number-format:General; text-align:general; vertical-align:bottom; 
> border-top:none;
> border-right:1.0pt solid windowtext; border-bottom:1.0pt solid windowtext;
> border-left:1.0pt solid windowtext; mso-background-source:auto; 
> mso-pattern:auto;
> white-space:nowrap;} .xl6532468 {padding-top:1px; padding-right:1px; 
> padding-left:1px;
> mso-ignore:padding; color:black; font-size:11.0pt; font-weight:400; 
> font-style:normal;
> text-decoration:none; font-family:Calibri, sans-serif; mso-font-charset:0;
> mso-number-format:General; text-align:general; vertical-align:bottom; 
> border:1.0pt
> solid windowtext; mso-background-source:auto; mso-pattern:auto; 
> white-space:nowrap;}
> --></style> </head> <body> <!--[if !excel]>&nbsp;&nbsp;<![endif]--> <!--The
> following information was generated by Microsoft Excel's Publish as Web Page
> wizard.--> <!--If the same item is republished from Excel, all information
> between the DIV tags will be replaced.--> <!-----------------------------> 
> <!--START
> OF OUTPUT FROM EXCEL PUBLISH AS WEB PAGE WIZARD -->
> <!-----------------------------> <div id="Book2_32468" align=center
> x:publishsource="Excel"> <table border=0 cellpadding=0 cellspacing=0 width
> =192 style='border-collapse: collapse;table-layout:fixed;width:144pt'> <col
> width=64 span=3 style='width:48pt'> <tr height=21 style='height:15.75pt'> <td
> height=21 class=xl1532468 width=64 style='height:15.75pt;width:48pt'></td> <td
> class=xl6332468 width=64 style='width:48pt'>&nbsp;</td> <td class=
> xl6332468 width=64 style='border-left:none;width:48pt'>&nbsp;</td> </tr> <tr
> height=21 style='height:15.75pt'> <td height=21 class=xl6532468 style='
> height:15.75pt'>&nbsp;</td> <td class=xl6532468 style='border-left:none'>
> &nbsp;</td> <td class=xl6532468 style='border-left:none'>&nbsp;</td> </tr> <tr
> height=21 style='height:15.75pt'> <td height=21 class=xl6532468 style='
> height:15.75pt;border-top:none'>&nbsp;</td> <td class=xl6432468 style='
> border-left:none'>&nbsp;</td> <td class=xl6432468 style='border-left:none
> '>&nbsp;</td> </tr> <![if supportMisalignedColumns]> <tr height=0 style='
> display:none'> <td width=64 style='width:48pt'></td> <td width=64 style='
> width:48pt'></td> <td width=64 style='width:48pt'></td> </tr> <![endif]>
> </table> </div>  <!-----------------------------> <!--END OF OUTPUT FROM
> EXCEL PUBLISH AS WEB PAGE WIZARD--> <!----------------------------->
> </body> </html>
> On Fri, Sep 30, 2011 at 11:01 AM, Grant Bailey <
> grant_malcolm_bai...@westnet.com.au> wrote:
>
>>  Hello,
>>
>> I'd be grateful for some help on this problem.
>>
>> I need to display a table. No problem except that it is one of those
>> tables that have header columns on the left and right, which means that the
>> top left-hand cell should not appear (i.e. have no border). Like this
>> (please see attachment if the picture does not appear below):
>>
>>
>> Here is my coding:
>>
>> <table class="Table_Text" width="92.2%" border="1" align="center"
>> cellspacing="0">
>> <tr style="font-weight: bold; ">
>> <td style="border:none;"><br /></td>
>> <td style="text-align: center; ">Column 1 Title</td>
>> <td style="text-align: center; ">Column 2 Title</td></tr>
>> <tr>
>> <td style="font-weight: bold; ">Row 1 Title</td>
>> <td>Col 1 Row 1</td>
>> <td>Col 2 Row 1</td></tr>
>> <tr>
>> <td style="font-weight: bold; ">Row 2 Title</td>
>> <td>Col 1 Row 2</td>
>> <td>Col 2 Row 2</td></tr>
>> </table>
>>
>> Unfortunately, all of the major browsers show the top-left cell with a
>> border (a bit fainter, but you can still see it), despite my efforts (shown
>> in code above) to render it invisible.
>>
>> If someone could advise me how to make the cell truly invisible I would be
>> most grateful.
>>
>> Thank you and kind regards,
>>
>> Grant Bailey
>>
>> *******************************************************************
>> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
>> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
>> Help: memberh...@webstandardsgroup.org
>> *******************************************************************
>
>
>
>
> --
> DR. GAURAV BAJPAI
> BE,M.Tech,Ph.D.
> Senior Lecturer,
> Department of Computer Engineering and Information Technology
> The Kigali Institute of Science and Technology (KIST)
> Avenue de l'Armee B.P. 3900,
> Kigali,
> Rwanda
> Tel(off): (+250) 574696
> Fax: (+250) 579124/579125
> Mobile: (+250) 0788678812
> Website: www.kist.ac.rw
> EMAIL ID mailto: gb.baj...@gmail.com
> official mail: g.baj...@kist.ac.rw
>
> *******************************************************************
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: memberh...@webstandardsgroup.org
> *******************************************************************


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*******************************************************************

<<feegfdfj.jpg>>

Reply via email to