Jump to content

Table lines in listing


windsurfer

Recommended Posts

Using the editor's table dialog creates the following code:

<table cellspacing="1" cellpadding="1" border="5">

Depending on the browser (I suppose), a CSS rule takes precedence over HTML 4 tag attributes. HTML will not honor such tag attributes. Only CSS will work.

So, why is the editor delivering HTML 4? Probably to support web pages coded in HTML 4.

But, on the properties dialog, there is an Advanced tab, Style text entry field to put CSS rules in the tag's style attribute.

An element's style attribute generally takes precedence over a loaded CSS style sheet.

The editor for product descriptions (and elsewhere) is not aware of Foundation's CSS ruleset. (But I think there is a way to make it aware.)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...