How to Make a DIV Link in WordPress

104 95
    • 1). Open a Web browser and navigate to the WordPress blog home page. Click "Admin Dashboard" to log in to the dashboard where you create new posts.

    • 2). Click the "Posts" link on the left side. Click "New Post" to open the template where you create a new post.

    • 3). Click the "HTML" link in the main post panel. The HTML editor opens. Type "<div id=link> </div>" in the HTML editor. The code creates a div in your blog post.

    • 4). Type a link within the opening and closing div tags you created in step three. For instance, the following code creates a div link that navigates to the Microsoft home page:

      <div><a href="/links/?u=Microsoft.com">Click here</a></div>

    • 5). Click "Publish" to immediately publish the new post to the blog. You can also click "Save Draft" to continue editing, and you can publish the post later.

Subscribe to our newsletter
Sign up here to get the latest news, updates and special offers delivered directly to your inbox.
You can unsubscribe at any time

Leave A Reply

Your email address will not be published.