“Advanced” Features
The table
insertion method described below is courtesy of Jim Peacock at thebestofluton – a good source of
great-looking features!
The
technique to create a feature with embedded images, and which flows into the
space underneath the logo (normally occupied by a vertical strip of images),
requires you to:
To create the table



That’s the table done – save the edited feature now and check it looks OK on the site.
To embed an image:
|



<img src=”
http://www.yoursite.co.uk/dir/yourimage.gif”>
Save and
admire your handiwork.
Images “floated” within text
If you go
back into the HTML editor, the code for your embedded image will look like this
if you’ve dragged in an image from a third-party website:
<a
title="18ct gold
scatter brooch" href="http://www.katebajic.co.uk/images/gold_scatter_brooch.jpg"> <img
height="173"
src="http://www.katebajic.co.uk/images/gallery/thumbs/18ct_gold_scatter_brooch.jpg"
width="129"
border="0" /></a>
To
‘float’ the image on the left of the table and allow text to be placed to the
right of it, add the following just before the src bit:
style=”padding-bottom: 10px; padding right: 20px”
align=”left”
To float
to the right, add instead:
style=”padding-bottom: 10px; padding right: 20px”
align=”right”
To embed a YouTube video
YouTube
is very helpful in that it provides you with the code to embed a video, you
just have to drop it into your feature in the right place, and scale it to the
right size.
1. Here’s
a feature with a video embedded:
http://www.thebestof.co.uk/local/loughborough/business-guide/feature/burleigh-springs/43560
2. Here’s
the YouTube page which hosts the video:


The code
you need is here, select it and Edit…Copy…
to your clipboard Use
this button to customise the embed code before you copy it - maybe untick the “include related videos” to prevent anything
untoward being displayed

3. And
here’s the code – edit the width and
height parameters to match the width
of the table you’re dropping it into, in this case my table is the standard
width of a feature, about 330 pixels wide:
<embed
src="http://www.youtube.com/v/AsXZgwQNftU&rel=0&color1=0x2b405b&color2=0x6b8ab6&hl=en_US&feature=player_embedded&fs=1"
width="330"
height="250"
type="application/x-shockwave-flash"
allowfullscreen="true" allowscriptaccess="always" />
Just
paste this into your feature in the correct place and the video will embed
itself.
Embedding a slide presentation
You can
use free website Slideshare to upload PowerPoint
slide presentations and embed them into features in exactly the same way as for
YouTube videos above.
See: http://www.thebestof.co.uk/local/loughborough/business-guide/feature/thebestofloughborough/54222
Embedding Word, Excel or PDF
Documents
I came
across a site called Docstoc
which allows you to upload .DOC, .PDF, and .XLS documents, these are rendered
in an online viewer which can be embedded in your feature; no need for the
website visitor to have a copy of Word or Adobe Reader or Excel in order to
read the documents. Very useful if you don’t have your own hosting or tools to
convert documents between formats – just upload to Docstoc,
copy the embed code, and drop into your feature as you would for YouTube (above).
Sample embed code:
<object
id="_ds_28662420" name="_ds_28662420" width="516" height="550"
type="application/x-shockwave-flash"
data="http://viewer.docstoc.com/"><param name="FlashVars"
value="doc_id=28662420&mem_id=737930&doc_type=pdf&fullscreen=0&allowdownload=1&showrelated=0&showotherdocs=0"
/><param name="movie"
value="http://viewer.docstoc.com/"/><param name="allowScriptAccess" value="always" /><param name="allowFullScreen"
value="true" /></object><br /><font
size="1"><a href="http://www.docstoc.com/docs/28662420/How-to-Drive-Quality-Traffic-to-Your-Blog">How
to Drive Quality Traffic to Your Blog</a></font>
Notes: (a)
you can change the width (and height if necessary) to match your table (b) you
can delete the yellow-highlighted code, it’s just an additional text link under
the main document window.