We’d like to remind Forumites to please avoid political debate on the Forum.
This is to keep it a safe and useful space for MoneySaving discussions. Threads that are – or become – political in nature may be removed in line with the Forum’s rules. Thank you for your understanding.
📨 Have you signed up to the Forum's new Email Digest yet? Get a selection of trending threads sent straight to your inbox daily, weekly or monthly!
The Forum now has a brand new text editor, adding a bunch of handy features to use when creating posts. Read more in our how-to guide
Enter your own HTML !!!!
belfast-child_3
Posts: 37 Forumite
Here is a few tips on adding a bit of HTML to your items.
1/ Add sound. (copy/paste this)
[glow=blue,1,300]<embed src="ADD LINK TO SOUND HERE" autoplay="true" loop="false" hidden="false" volume="100"></embed>][/glow]
just replace the red text with your sound link.
here is an example I used.
http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&item=6343434915
2/ Dont let anyone copy your text or images (copy/paste)
[glow=blue,1,300]<!
anti right click
>
<HEAD>
<script LANGUAGE="JavaScript1.1">
<!-- Begin
function right(e) {
if (navigator.appName == 'Netscape' &&
(e.which == 3 || e.which == 2))
return false;
else if (navigator.appName == 'Microsoft Internet Explorer' &&
(event.button == 2 || event.button == 3)) {
alert("Sorry, you do not have permission to right click.");
return false;
}
return true;
}
document.onmousedown=right;
document.onmouseup=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
if (document.layers) window.captureEvents(Event.MOUSEUP);
window.onmousedown=right;
window.onmouseup=right;
// End -->
</script>
<BODY>
<!
anti right click
>[/glow]
You can change the text displayed (shown in red here) to what ever you want.
try the top ebay link again but this time try to right click!!!
3/ Add an image to text.
(copy/paste)
[glow=blue,1,300]<center><img src=""></center>[/glow]
Just add the image link between the ""
this is very good when adding GIF's for effect for example.......

You could use it for a star trek item for example.
its a string of images that run as a graphic.
If you want to sell a war film just add a little action..

this can look a lot better than a still image.
These are only a few of 100's that can be added. If you need help on these or any other codes then just ask as I am happy to help.
1/ Add sound. (copy/paste this)
[glow=blue,1,300]<embed src="ADD LINK TO SOUND HERE" autoplay="true" loop="false" hidden="false" volume="100"></embed>][/glow]
just replace the red text with your sound link.
here is an example I used.
http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&item=6343434915
2/ Dont let anyone copy your text or images (copy/paste)
[glow=blue,1,300]<!
anti right click
>
<HEAD>
<script LANGUAGE="JavaScript1.1">
<!-- Begin
function right(e) {
if (navigator.appName == 'Netscape' &&
(e.which == 3 || e.which == 2))
return false;
else if (navigator.appName == 'Microsoft Internet Explorer' &&
(event.button == 2 || event.button == 3)) {
alert("Sorry, you do not have permission to right click.");
return false;
}
return true;
}
document.onmousedown=right;
document.onmouseup=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
if (document.layers) window.captureEvents(Event.MOUSEUP);
window.onmousedown=right;
window.onmouseup=right;
// End -->
</script>
<BODY>
<!
anti right click
>[/glow]
You can change the text displayed (shown in red here) to what ever you want.
try the top ebay link again but this time try to right click!!!
3/ Add an image to text.
(copy/paste)
[glow=blue,1,300]<center><img src=""></center>[/glow]
Just add the image link between the ""
this is very good when adding GIF's for effect for example.......

You could use it for a star trek item for example.
its a string of images that run as a graphic.
If you want to sell a war film just add a little action..

this can look a lot better than a still image.
These are only a few of 100's that can be added. If you need help on these or any other codes then just ask as I am happy to help.
0
Comments
-
Brilliant - thansk for the above but where would you host the link for the music?Smile and be happy, things can usually get worse!0
-
you need to host the link yourself.
There are lots of free webspace sites that you can use.
here is a good site to do a search for sounds that you may want to use.
http://www.findsounds.com/
Enter one or more words in the search box.
you can always link to the sound on its host site but make sure that this is allowed as bandwith theft is a big problem.
if you need a sound file hosting I will be happy to do it. Just PM me and i will send you the link to the file as i have more web space than i know what to do with.0 -
Cheers belfast-child good excellent post!! Any more tips for us?!
Josh
The main thing is to keep the main thing the main thing:)0 -
Use an image as a background and save on paying for a designer
<style type="text/css">
<!--
body {
background-image: url(http://belfast-child.co.uk/sitebuildercontent/sitebuilderpictures/s3.jpg)
!important;
background-attachment: fixed !important;
}
-->
</style>
I have used an image of a snowflake above but you can use anything. Just change the image link!!0 -
This time the image will move!!!
<BODY>
<body background="http://belfast-child.co.uk/sitebuildercontent/sitebuilderpictures/s3.jpg">
<script language="JavaScript">
<!-- Begin
var backgroundOffset = 0;
var bgObject = eval('document.body');
function scrollBG(maxSize) {
backgroundOffset = backgroundOffset + 1;
if (backgroundOffset > maxSize) backgroundOffset = 0;
bgObject.style.backgroundPosition = "0 " + backgroundOffset;
}
var ScrollTimer = window.setInterval("scrollBG(307)", 64);
// End -->
</script>
<!-- Script Size: 0.72 KB -->0 -
Here is a nice easy code to get a point across.
anyone who enters to look at your item has to hit the "OK" button to proceed. This means they have read and understood your conditions. This way they can not complain " I didn't see that!" as they have to agree to enter.
Remember you can change the text to anything!!
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
var agree=confirm("I only post to the UK");
if (agree)
document.write("");
else
history.go(-1);
// End -->
</SCRIPT>0 -
that last one is a great idea! ;D
about the one that stops people right clicking on the pic....you do know they can still highlight and copy and paste it?
0 -
lol....yep but the average user won't.
;D0 -
Ahhh so thats why i couldn't get your image of the union jack Great Britain ....lol
::) ::) ::) ::) ::)0 -
cheers ehosin
and thanks to belfast_child for the original stuff 0
This discussion has been closed.
Confirm your email address to Create Threads and Reply
Categories
- All Categories
- 354.4K Banking & Borrowing
- 254.4K Reduce Debt & Boost Income
- 455.4K Spending & Discounts
- 247.3K Work, Benefits & Business
- 604K Mortgages, Homes & Bills
- 178.4K Life & Family
- 261.5K Travel & Transport
- 1.5M Hobbies & Leisure
- 16K Discuss & Feedback
- 37.7K Read-Only Boards
