473,387 Members | 1,517 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,387 software developers and data experts.

Help - Table in XML & CSS

Hi,

Anybody please help me to transform the following code into XML & CSS.

<table>
<tr>
<td colspan="2">Login Form</td>
</tr><tr>
<td>User name :</td><td><input type=text></td>
</tr><tr>
<td>Password :</td><td><input type=password></td>
</tr><tr>
<td colspan="2" align="right"><input type=submit></td>
</tr>
</table>

Pls don't go for XSL or XSLT.

Thanks,
Hari Prakash.
Jul 20 '05 #1
2 1542


Hari Prakash wrote:

Anybody please help me to transform the following code into XML & CSS.

<table>
<tr>
<td colspan="2">Login Form</td>
</tr><tr>
<td>User name :</td><td><input type=text></td>
</tr><tr>
<td>Password :</td><td><input type=password></td>
</tr><tr>
<td colspan="2" align="right"><input type=submit></td>
</tr>
</table>


Well that looks like a snippet of HTML to me which corresponds to the
following snippet of XHTML:

<table xmlns="http://www.w3.org/1999/xhtml">
<tr>
<td colspan="2">Login Form</td>
</tr><tr>
<td>User name :</td><td><input type="text" /></td>
</tr><tr>
<td>Password :</td><td><input type="password" /></td>
</tr><tr>
<td colspan="2" align="right"><input type="submit" /></td>
</tr>
</table>

I am not sure what you want to do with CSS here, it is certainly not
going to replace the semantics of XHTML/HTML elements like input.
--

Martin Honnen
http://JavaScript.FAQTs.com/

Jul 20 '05 #2
Dear Mr. Honnen,

Thank you for spending your valuable time for helping me.
It will solve some of my problems.

Thank you one more,
Hari Prakash T.V.S.
Jul 20 '05 #3

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

Similar topics

1
by: Jeff | last post by:
I am getting Unable to find operator in query string. Query string currently is INSERT INTO Results (Name,Email,Comments,File) VALUES ('::Name::','::Email::','::Comments::','::File::') Here...
0
by: dnphamus13 | last post by:
I'm new to this and drowning right now. I would like to put my database online for viewing. I managed to do the filtering but i need to do PAGING as the XML doc get bigger. From what i understand...
0
by: ward | last post by:
Greetings. Ok, I admit it, I bit off a bit more than I can chew. I need to complete this "Generate Report" page for my employer and I'm a little over my head. I could use some additional...
4
by: jereme.goblue | last post by:
The web page at http://www.rossowinspections.com/ has an issue with the left menu. The left menu has 7 links. One of the links doesn't work. Using Firefox 1.5 the Fees link isn't a clickable...
23
by: casper christensen | last post by:
Hi I run a directory, where programs are listed based on the number of clicks they have recieved. The program with most clicks are placed on top and so on. Now I would like people to be apple to...
0
by: gunimpi | last post by:
http://www.vbforums.com/showthread.php?p=2745431#post2745431 ******************************************************** VB6 OR VBA & Webbrowser DOM Tiny $50 Mini Project Programmer help wanted...
14
by: EJ | last post by:
I'm real new to javasscript. The task is to develop a web page which will allow users to customize a laptop ... show the price as they change options ... transfer the price and system description...
0
by: xenia200 | last post by:
I HAVE THIS FOR EXAMPLE <misc> <cntextdef /> <vntextdef /> <xreflist> <xrefdef id="1" name="`Heading &amp; Page'"> “<ut value="&lt;$paratext&gt;" />” on page<ut...
1
by: Webstorm | last post by:
Hi, I hope someone can help me sort this out a bit, Im completely lost. Here is the page I am working on: http://www.knzbusinessbrokers.com/default.asp I have 3 search critera that I need to...
2
jimleon
by: jimleon | last post by:
The following query is supposed to bring up the electrical requirements of our customers (if any) based on their usaage last year. It works great if that company was with us last year and has a...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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...

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.