M
Me
Hello,
i'm trying to paste data from Excel 2003 into a html document in
Frontpage 2003. This works but Frontpage also takes over all the
styles.
This is how the pasted code looks like in Frontpage 2003:
<table x:str border="0" cellpadding="0" cellspacing="0" width="128"
style="border-collapse:
collapse;width:96pt" id="table1">
<colgroup>
<col width="64" span="2" style="width:48pt">
</colgroup>
<tr height="17" style="height:12.75pt">
<td height="17" align="right" width="64" style="height: 12.75pt;
width: 48pt; color: windowtext; font-size: 10.0pt; font-weight: 400;
font-style: normal; text-decoration: none; font-family: Arial;
text-align: general; vertical-align: bottom; white-space: nowrap;
border: medium none; padding-left: 1px; padding-right: 1px;
padding-top: 1px" x:num>
1</td>
Is there a possibility to paste the excel table without all this style
markup?
I've tried everything, including all the different Paste options but
none seems to do the trick.
As result i would like to obtain only the <table>, <tr> and <td> tags
without the styles.
In office XP and office 2000 there was a workaround for this, but in
Office 2003 this seems not to work anymore: I copied the excel data
into Wordpad. And from Wordpad i copied it into Frontpage XP. That way
Frontpage XP did not put all these annoying styles in my html code
Thanks very much!
i'm trying to paste data from Excel 2003 into a html document in
Frontpage 2003. This works but Frontpage also takes over all the
styles.
This is how the pasted code looks like in Frontpage 2003:
<table x:str border="0" cellpadding="0" cellspacing="0" width="128"
style="border-collapse:
collapse;width:96pt" id="table1">
<colgroup>
<col width="64" span="2" style="width:48pt">
</colgroup>
<tr height="17" style="height:12.75pt">
<td height="17" align="right" width="64" style="height: 12.75pt;
width: 48pt; color: windowtext; font-size: 10.0pt; font-weight: 400;
font-style: normal; text-decoration: none; font-family: Arial;
text-align: general; vertical-align: bottom; white-space: nowrap;
border: medium none; padding-left: 1px; padding-right: 1px;
padding-top: 1px" x:num>
1</td>
Is there a possibility to paste the excel table without all this style
markup?
I've tried everything, including all the different Paste options but
none seems to do the trick.
As result i would like to obtain only the <table>, <tr> and <td> tags
without the styles.
In office XP and office 2000 there was a workaround for this, but in
Office 2003 this seems not to work anymore: I copied the excel data
into Wordpad. And from Wordpad i copied it into Frontpage XP. That way
Frontpage XP did not put all these annoying styles in my html code
Thanks very much!