Best Way to frame stuff in on wordpress blog?

4 replies
  • WEB DESIGN
  • |
I have my own self hosted wordpress blog. I want to frame in something on a page. How do I do this? Is there a specific plugin? Or do I just use some frame in HTML?
#blog #frame #stuff #wordpress
  • Profile picture of the author smoke.sessions
    You can use an HTML frame. There's a visual editor and an HTML editor you can use when posting a new post or page.
    Signature

    PM me if you need a custom WP plugin or a website built!

    {{ DiscussionBoard.errors[1594342].message }}
  • Profile picture of the author robbie foster
    Banned
    [DELETED]
    {{ DiscussionBoard.errors[1598493].message }}
    • Profile picture of the author CarloD.
      Could you be more specific on what exactly you are trying to "frame in" Or do you just need another box within your wordpress blog?
      Signature

      {{ DiscussionBoard.errors[1598763].message }}
  • Profile picture of the author mattalways
    When I first read, it seemed like you wanted something like a border around some content. To do that you would wrap a div around it with a border. For example:

    <div style="padding: 10px; border: 1px solid #000000;"> CONTENT HERE </div>

    If you actually want a frame, you could use the following code to pull that content onto the page:

    <iframe src="URL_TO_CONTENT_HERE" style="width: 250px; height: 250px;">You need to update your browser.</iframe>

    Hope that helps!
    Signature

    Quit wasting your money! If you need a website, get me to do it right! I'll probably even do it for less! Design/Development/Software, I'm your guy! matt@snidge.com
    {{ DiscussionBoard.errors[1599194].message }}
    • Profile picture of the author thomasr
      Originally Posted by mattalways View Post


      <iframe src="URL_TO_CONTENT_HERE" style="width: 250px; height: 250px;">You need to update your browser.</iframe>

      Hope that helps!
      This does thanks matt....but how do I know the pixel values on the page....lets say i want to frame in just something half way down? I have the webdeveloper tool bar...is there an option to see pixel size or location on page?

      Scratch that...I figured out the axis and size thing...but how do i imput those figures into the frame code to just pull a portion of the page?
      Signature

      Of all the things I've lost I miss my mind the most...
      -Mark Twain

      Someone stole my mood ring... I don't know how I feel about that.
      -Tracey Morgan 30 Rock

      {{ DiscussionBoard.errors[1617664].message }}

Trending Topics