473,394 Members | 1,640 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,394 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 832

"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: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

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.