Announcement

Collapse
No announcement yet.

HTML commands not obeyed

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    HTML commands not obeyed

    Does anyone have any experience of simple HTML commands not being carried out in Actinic? I have a simple table of 1 tr and 2 tds, the td tags won't act on width commands but will accept others (eg: padding-top). Logic says something higher in the code (style sheet or CSS?) must be blocking this, but I can't spot anything untoward. On another site I don't have this problem, using identical code for the table.

    #2
    Very likely the css. Check the preview in your browser and try using Firebug to identify the css hierarchy.

    Comment

    Working...
    X