html format_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 12:09:24
Original
1019 people have browsed it

I used the command to directly export the html file from sqlite:
sqlite3 -html -header foods.db "select * from dzh;" >mm.html
When I opened the webpage, I found that it was not what I wanted. Format. I don’t know how to organize it into a table format, like excel or listctrl or grid table format
Here is my mm.html:
issue
< ;/TR>
Defense

Foreign Policy
< /TR>
Health Care

National Security
< /TR>
Economy

Unemployment
Education

Abortion

Social Security

Environment


Reply to the discussion (solution)

This is unclear

Only the header cell was copied. Ordinary rows in the same column , but table tag symbols are missing before and after, add

and
before and after, try

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template