BluePink BluePink
XHost
Oferim servicii de instalare, configurare si monitorizare servere linux (router, firewall, dns, web, email, baze de date, aplicatii, server de backup, domain controller, share de retea) de la 50 eur / instalare. Pentru detalii accesati site-ul BluePink.
enter page web design web resource entertainment personals  

Tricks: How to...
Image effects:
Preload images
Preload images 2
Swap images
Swap images 2
View larger image
Image transparency
Image slideshow
Special effects:
Border
Border 2
Watermark
Scroller
Scroller 2
Link hover color
Custom cursor
Snowing
Auto window resizer
Link tips
Popup
Buttons & menus:
Back button
Java buttons
Flat buttons
Slide menu
Drop down menu
Alphabet menu
Mouse effects:
Elastic mouse
Mouse snake
Mouse stars
Mouse orbit
Mouse eyes
Text generators:
Infobox
Quote generator
Fading messages
Text fader
Text glow
Credits

home > real world > web resource > web source codes >

How to make ...
... special bullet
... graphic (image) bullet
... vertical line
... 3D border for your image
... last update of your page
... remove the underline of the link
... directory list

How to make a special bullet:
   I am Digital_Elf, King of the Elven World.
   King of the who?

The code:

<FONT COLOR="red">&#149;</FONT> I am Digital_Elf, King of the Elven World.<BR>
<FONT COLOR="yellow">&#149;</FONT> King of the who?

How to make a graphic (image) bullet:

  • Tricky
  • Massive Attack
  • Portishead
  • Morcheeba

You will need the smallbullet.gif loaded in your site.

The code:

<UL STYLE="list-style-image:url(smallbullet.gif)">
   <LI>Tricky</LI>
   <LI>Massive Attack</LI>
   <LI>Portishead</LI>
   <LI>Morcheeba</LI>
</UL>

How to make a vertical line:

I was dressed for success, but success it never comes. And you're the only one who laughs at my jokes when they are so bad. And my jokes are always bad.


The code:

<TABLE WIDTH="300" CELLPADDING=0 align=left>
   <TR>
      <TD WIDTH=1 BGCOLOR="#00ff00"><SPACER TYPE="block" WIDTH=1></TD>
      <TD>I was dressed for success, but success it never comes. And you're the only one who laughs at my jokes when they are so bad. And my jokes are always bad.</TD>
   </TR>
</TABLE>

How to make a 3D border for your image:
BE an ELF!

The code:

<center>
<TABLE border="5" cellpadding="0" bordercolor="Lime" bordercolordark="Green" bordercolorlight="#0080FF" cellspacing="0">
   <TR><TD align=center>
      <A href="http://www.digitalelf.ro/elven">
         <IMG src="http://www.digitalelf.ro/banner.jpg" border=0 alt="BE an ELF!" width=468 height=60>
      </a>
   </TD></TR>
</TABLE>
</center>

How to specify the last update of your page:


The code:

<SCRIPT LANGUAGE="JavaScript">
<!--//hide script from old browsers
   document.write( "This page was last updated "+ document.lastModified);
//end hiding contents -->
</SCRIPT>

How to remove the underline of the link:
Visit the Digital_Elf's Elven World to experience the world's best elven realm.

To remove underlining from ALL THE LINKS on your page, include the following code in the <HEAD> of your document:

<HEAD>
<STYLE TYPE="text/css">
<!--
   A:link {text-decoration: none}
   A:visited {text-decoration: none}
   A:active {text-decoration: none}
   A:hover {text-decoration: underline}
-->
</STYLE>
</HEAD>

To remove the underlining from A SINGLE LINK, the code is similar, but applied directly to the <A> tag.

<A HREF="http://www.digitalelf.ro/elven/elves.html" TARGET="F1" STYLE="text-decoration: none">Digital_Elf's Elven World</A>

How to make the directory:
Up to higher level directory, click here!

The code:

<A HREF="../">Up to higher level directory, click here!</A>

© copyright 2004 - DigitalElf.ro - marian_dumitriu@yahoo.com