6 replies
Need html code for my website. I have few blogs. When I post new content, the excerpts of the posting should show up in the website. Any body can help me providing a html or js code.
#code #html
  • Profile picture of the author Bruce Hearder
    When making a post in a blog (assuming its wordpress), you could try the

    <!--mode-->

    tag. This is break the text at that point and only display the text above it on the category and tag pages, and the full text block when clicked on.

    I hope this helps

    Bruce
    {{ DiscussionBoard.errors[2502363].message }}
  • Profile picture of the author KirkMcD
    Typo alert
    "more" not "mode"
    {{ DiscussionBoard.errors[2502819].message }}
  • Profile picture of the author Bruce Hearder
    Oops.. You are correct..

    Its MORE not MODE

    Thanks KirkMcD
    {{ DiscussionBoard.errors[2503937].message }}
  • Profile picture of the author sweety4
    You said <!--mode--> tag is breaking the text so it is like <BR> tag?
    {{ DiscussionBoard.errors[2539604].message }}
    • Profile picture of the author HONUware
      Originally Posted by sweety4 View Post

      You said <!--mode--> tag is breaking the text so it is like <BR> tag?
      A <BR /> tag is a line break.

      The <!-- more --> tag tells Wordpress to only show the text above it on the main post page. The visitor needs to click the article to see the rest.
      {{ DiscussionBoard.errors[2539696].message }}
  • Profile picture of the author Devskumar9
    Hi,
    i want that In my website when my website is opened so my images will move up to down.so what should i do?
    {{ DiscussionBoard.errors[2956247].message }}

Trending Topics