Technical Tricks
Fancy HTML
You may want to read the Basic HTML and Intermediate HTML pages if you have'nt already.
There is little need to know HTML these days. Every where there are advanced editors that allows you to write things just as you would like the visitors to see. The tags for font formatting, alignments and things similar to that are done automatically.
The only times when we are going to be looking at codes when we want to copy and paste more codes from else where, or if we intend to modify the existing codes.
Just by the knowing the basics that we discussed so far is enough to give you the foundation and get you started.
Let us see some tricks:
How to insert a video in your listing?
Videos are gaining popularity exponentially. There are more free videos online than ever before, and they are very easiy accessible too. Most major video websites like YouTube or Google Video allows you to embed videos directly to your site/listing.
For example:
The video has been embeded here using the following code:
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/EeRxvcj0Lss&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/EeRxvcj0Lss&hl=en&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>
Don't worry I did not write all that. The code was already provided by youTube. All we need to do is copy the code and paste in appropriate place in the HTML.
There are thousands of videos out there, and many can be used to show reviews of your product. If a picture is worth a thousand words, a video can be worth a thousand images!
To be able to sell successfully, what we have learnt so far will suffice. However, by no means am I saying that this much knowledge is enough. There is no end to how much one can learn and use.
User Menu
Popular Articles
Tweet
-
New Arrival, Altec Lancing basic 2.1 Speaker System with subwoofer - Full Salesberg Review on the product.
- Follow On Twitter


Comments