473,320 Members | 2,124 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

HTML format problem

Hi,

I use XML Web Control to transform data. After transformation it outputs
data in the form

<table cellSpacing="0" cellPadding="0" width="773"
align="center" border="0">
<tr>
<td vAlign="top" align="left" width="194">
<img height="91" src="web_images/main_top_logo.gif"
width="194">
</td>
<td vAlign="top" align="left" width="221">
<img height="91" src="web_images/main_top_photo.jpg"
width="221">
</td>
<td vAlign="top" align="left" width="358" bgColor="#017dc2">
</td>
</tr>
</table>

This looks bad when browseing

I need it to be in the form:

<table cellSpacing="0" cellPadding="0" width="773" align="center"
border="0"><tr><td vAlign="top" align="left" width="194"><img height="91"
src="web_images/main_top_logo.gif" width="194"></td><td vAlign="top"
align="left" width="221"><img height="91"
src="web_images/main_top_photo.jpg" width="221"></td><td vAlign="top"
align="left" width="358" bgColor="#017dc2"></td></tr></table>

With no auto html formatting. And it looks good
Aurimas
Nov 16 '05 #1
1 1610

"Aurimas Norkevicius" <au*****************@studentas.lt> wrote in message
news:Oh**************@TK2MSFTNGP12.phx.gbl...
Hi,

I use XML Web Control to transform data. After transformation it outputs
data in the form

<table cellSpacing="0" cellPadding="0" width="773"
align="center" border="0">
<tr> [snip] </td>
</tr>
</table>

This looks bad when browseing

I need it to be in the form:

<table cellSpacing="0" cellPadding="0" width="773" align="center"
border="0"><tr><td vAlign="top" align="left" width="194"><img height="91" [snip] align="left" width="358" bgColor="#017dc2"></td></tr></table>

With no auto html formatting. And it looks good
Aurimas


use indent="no"

<xsl:output method="html" indent="no" />
Hans Kesting
Nov 16 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Ruud vd Velden | last post by:
Hello, We're using Office XP on Windows 2000 SP4. After installing the Oracle Connector for Outlook the following problem occurs: Emails sent by Outlook, in HTML format, do have a strange...
10
by: Coleen | last post by:
Hi all :-) I have a weird formatting problem with an HTML table that I am populating using VB.Net and HTML. Here is the snippet of code for the cell I'm trying to format: Dim...
6
by: Dominique | last post by:
Hi all, I'm using .NET v1.1 and the scenario I have is as follows... I have IE as an ActiveX control embedded in may C# App. I generate a HTML file dynamically and within the HTML file I embed a...
12
by: Nalaka | last post by:
Hi, I suddenly started getting a lot of errors from html validation (some CSS) so I followed the following instructions to disable it. If you'd rather not have these types of HTML validation...
1
by: desi.american | last post by:
I have a dynamically generates ASPX page with tables and data. Depending on user selection, the same page can be viewed as a simple web page (rendered in HTML) or as an excel spreadsheet. If the...
14
by: Rob Meade | last post by:
Hi all, I'm working on a project where there are just under 1300 course files, these are HTML files - my problem is that I need to do more with the content of these pages - and the thought of...
0
by: Rey | last post by:
Howdy all. Am using visual web developer 2005 (vb), xp pro sp2. In testing of the system.net.mail to send email from an aspx page where I'm pulling the email contents from a textbox, find that...
2
by: justplain.kzn | last post by:
Hi, I have a table with dynamic html that contains drop down select lists and readonly text boxes. Dynamic calculations are done on change of a value in one of the drop down select lists. ...
3
by: Azhar16 | last post by:
Hi I am having a really hard time binding this xml file with my html file. <?xml version="1.0" encoding="ISO-8859-1" ?> <?xml-stylesheet type="text/css" href="library.css"?> <LIBRARY> <BOOK>...
5
by: smittie31 | last post by:
I am having a problem with a border around me html page. The border does not flow thru the whole html page, it cuts off halfway. --> See http://keithborom.com/marlon-sanders CSS STYLESHEET ...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.