Results 1 to 2 of 2

Thread: [RESOLVED] formatting text in content placeholder

  1. #1

    Thread Starter
    Hyperactive Member gjon's Avatar
    Join Date
    Nov 2004
    Location
    Inescapable Void
    Posts
    442

    Resolved [RESOLVED] formatting text in content placeholder

    My content placeholder text when a page is generated isn't the same font or size as the body of my page. I was hoping someone could tell me its limits or how to make adjustments to it.

    I've looked at properties and I don't see an option to allow the dynamically created text to be formatted in any way.

    I've used a div in css to format the text in the area of the placeholder as well to no avail.
    Here's the id used as an example.

    #contentph
    {
    position: absolute;
    top: 175px;
    left: 30px;
    width: 618px;
    height: 400px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    }

    Thanks in advance.

  2. #2

    Thread Starter
    Hyperactive Member gjon's Avatar
    Join Date
    Nov 2004
    Location
    Inescapable Void
    Posts
    442

    Re: formatting text in content placeholder

    It turns out I had a span tag accidentally constraining the font size to 11px.

Posting Permissions

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



Click Here to Expand Forum to Full Width