Can't get the pagebreak tag to work

4 replies
  • WEB DESIGN
  • |
Trying to separate the first line from the second. What am I doing wrong?

<b>The Physique Formula Green Coffee Beat Extract 400 mg's with GCA</b>
<br/>Green Coffee Bean Extract 400 mg's with GCA, standardized to 50% chlorogenic acids for a safe, natural and effective way to lose weight for all body shapes and sizes*. Plus you won't feel jittery like you would if you drank a cup of coffee with NO energy crash.<br/>
#pagebreak #tag #work
  • Profile picture of the author RobinInTexas
    It works for me.

    It's better form to use <br> or <br /> but all three should work.
    Signature

    Robin



    ...Even if you're on the right track, you'll get run over if you just set there.
    {{ DiscussionBoard.errors[9134339].message }}
  • Profile picture of the author clickbump
    Is this a page header or title? If so, you should use a heading element instead of boldface tags. It does everything a bold tag does and much more.
    Code:
    <h4>The Physique Formula Green Coffee Beat Extract 400 mg’s with GCA</h4>
    <p>Green Coffee Bean Extract 400 mg’s with GCA, standardized to 50% chlorogenic acids for a safe, natural and effective way to lose weight for all body shapes and sizes*. Plus you won’t feel jittery like you would if you drank a cup of coffee with NO energy crash.</p>
    Signature
    {{ DiscussionBoard.errors[9134722].message }}
  • Profile picture of the author Kmoxon
    If you want the first line to be a heading you can use the heading tags
    <h2>your heading</h2> anywhere from <h1>-<h6>(depending on relevance) if your looking to separate it into paragraphs
    then use your paragraph tags <p> your text here</p> then start a new
    <p>your text here</p>. Or just </br> for a simple line break.
    {{ DiscussionBoard.errors[9134947].message }}
  • Profile picture of the author copilu0
    use 2 times <br/> or use <p>your content</p>

    Also I agree with clickbump in case you are trying to achive this in the header or post title.
    {{ DiscussionBoard.errors[9136524].message }}

Trending Topics