if you are a human please do not click here
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
Username :
Password :
Home
Help
Calendar
Register
Login
XMetaL Community Forums
»
General
»
General XMetaL Discussion
»
html tables
Pages:
1
« previous
next »
Print
Author
Topic: html tables (Read 742 times)
Sebastian
Member
Posts: 7
html tables
«
on:
May 18, 2010, 06:09:54 AM »
There are two examples in your xmetall(author)/webmax folders, Jam1.xml and CamerasInFocus.xml, showing how to use html tables. Jam1.xml doesn't provide any functionality for changing the width of rows/columns of the contained table, but CameresInFocus provides it. Both of them are using the Journailst.dtd, but where is the difference?
We would like to have html tables with the provided functionality, what do we have to do??
Logged
Derek Read
Program Manager (XMetaL)
Administrator
Member
Posts: 1551
Re: html tables
«
Reply #1 on:
May 18, 2010, 12:57:03 PM »
The difference is that the DTD used by Jam1.xml in the Webmax demo does not include the width attribute for
<td>
and
<th>
elements.
If you use a DTD that specifies
@width
(like the HTML 4 table model documented at the W3C or the
table.ent
file referenced by the
journalist.dtd
that ships with XMetaL Author) then setting the width attribute value for a
<th>
or
<td>
element will alter the appearance of the table in the editor (both XMAX and Author share the exact same underlying code here).
Logged
Pages:
1
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General
-----------------------------
=> Forum Information
=> General XMetaL Discussion
=> DITA and XMetaL Discussion
=> XMetaL Tips and Tricks
=> XMetaL Announcements and Events
Loading...