Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- **META NAMES**
- <meta name="text:side image width" content="200px" />
- <meta name="text:side image left" content="750px" />
- <meta name="text:side image bottom" content="300px" />
- <meta name="image:side image" content=""/>
- **CSS**
- #sideimage {
- position:fixed;
- margin-top:{text:side image bottom};
- margin-left:{text:side image left};
- }
- #sideimage img {
- width:{text:side image width};
- }
- **DIV**
- <div id="sideimage"><img src="{image:side image}"></div>
Advertisement
Add Comment
Please, Sign In to add comment