Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)

  • RE: Online formatting for Articles causes words to be cutoff

    No problem. The article you highlighted contained a table that was hard-coded to a width of 600 pixels and this is what caused the problem. There may be a few...

  • RE: Code samples in the forums

    this uses the new IFCODE prettifier and code tags and is pasted from the rendered html tab

    USE [master]

    GO

    CREATE DATABASE [Test_DB] ON PRIMARY

    (

    ...

  • RE: Code samples in the forums

    trying again as general forum member now that tab compression is off:

    USE [master]

    GO

    CREATE DATABASE [Test_DB] ON PRIMARY

    (

    NAME = N'Test_DB',

    ...

  • RE: Code samples in the forums

    This is pasted in from rendered window within code blocks

    USE [master]

    GO

    CREATE DATABASE [Test_DB_2] ON PRIMARY

    (

    NAME = N'Test_DB',

    ...

  • RE: Code samples in the forums

    Working as genral Forum Member rather than Admin.

    Rendered code pasted from prettifier

    USE [master]

    GO

    CREATE DATABASE [Test_DB] ON PRIMARY

    (

    NAME = N'Test_DB',

    ...

Viewing 5 posts - 1 through 5 (of 5 total)