Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8850605
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T12:56:32+00:00 2026-06-14T12:56:32+00:00

This is what my page should look like – ——–Header (will put code to

  • 0

This is what my page should look like –

--------Header (will put code to load header from external site here)
--Image on left side - Text on right side.
--------Footer ((will put code to load footer from external site here))

How can I do this? I am actually looking for a template where all I have to do is place my image, text and header and footer code.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T12:56:33+00:00Added an answer on June 14, 2026 at 12:56 pm

    Option 1:

    For text wrapping around the image, use this basic HTML:

    <div id="header">
      ... contents go here ...
    </div>
    
    <div id="content">
      <img src="sample.jpg" alt="" />
      <p>Example content</p>
    </div>
    
    <div id="footer">
      ... contents go here ...
    </div>
    

    And this CSS:

    #content img {
      float: left;
    }
    

    Option 2:

    For two distinct content columns, use this HTML:

    <div id="header">
      ... contents go here ...
    </div>
    
    <div id="content">
      <div class="col">
        <img src="sample.jpg" alt="" />
      </div>
      <div class="col">
        <p>Example content</p>
      </div>
    </div>
    
    <div id="footer">
      ... contents go here ...
    </div>
    

    And CSS:

    #content .col {
      float: left;
    }
    
    #footer {
      clear: left;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have followed GridView in my ASP.Net Page: http://s2.imgimg.de/uploads/14b706b38JPG.jpg It should look like this:
Im triying to make a list which should look like this Pages = [Page
I have a site with venues like AT&T Park. The links for this page
I am trying to create a tree from an array like this: array('admin/home', 'admin/home/page',
This page should display a Google ad. I Tried everything but it's not working.
I'm trying to make a status page on my app. This page should show
Why does the following step pass: page.has_css?(doesnt exist) when this correctly fails: page.should have_css(doesnt
If i wanted the plugin on this page to move automatically, what should i
I'm using ExtJS on a registration page which should have no effect on this.
I have another popups using this technique on the same page so it should

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.