Results 1 to 3 of 3

Thread: Banner formatting issue

  1. #1
    Junior Member
    Join Date
    Nov 2011
    Posts
    1

    Default Banner formatting issue

    I imported a site from NetObjects Fusion 10 into 12 and republished it, but I've noticed that 12 generates the HTML for the "banners" differently, causing them to display incorrectly.

    NOF 10 would essentially build my banners like this:

    Code:
    <table>
    <tbody>
    <tr><td>
       <p>
          <span style="font-size: 18pt; ">page title</span>
       </p>
    </td></tr>
    </tbody>
    </table>
    The browser would apply the table formatting (none), then the site style's <p> formatting, then the formatting specific to the banner, and it would display properly.

    NOF 12 instead puts the banner formatting in the table tag and omits the span, like this:

    Code:
    <table style="font-size: 18pt;">
    <tbody>
    <tr><td>
       <p>
          page title
       </p>
    </td></tr>
    </tbody>
    </table>
    Now browsers apply the table formatting, but immediately replace it with the formatting for <p> text in my site style, so my banners don't look any different from my body text. Is there any way to fix this?

  2. #2

    Default

    How do I change the style of text used in Information Red for my own site - or can I do that?

  3. #3
    Joe Rotello
    Guest

    Default Re: Banner formatting issue

    On 12/1/2011 8:35 PM, portludlowjude wrote:
    > How do I change the style of text used in Information Red for my own
    > site - or can I do that?
    >
    >

    If you are using or wanting to change one of the Banners included in an
    included Style, you do it just there...that is, you access the Style in
    use, and you can alter the Banner text, font and font color and
    alignment. In fact, you can even fetch and use another banner in that
    Style if you need to.

    You may have to unlock the Style, that is, allowing it to be edited, and
    that process is evident in the Style section.

    Joe

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •