Resourceful information thanks to: w3schools.com Value Description repeat The background image will be repeated both vertically and horizontally. This is default repeat-x The background image will be repeated only horizontally repeat-y The background image will be repeated only vertically no-repeat...
Read more
Category Archives: CSS & HTML
Adding music or sound effects
To add music or sound effects to your website, blog or ebay auction listing using MP3 or WAV files copy-paste the following code and replace the MP3_FILE_URL with the link to your MP3 file. Then embed the code in your...
Read more
Color Chart & HTML Color Codes
Major hexadecimal color codes (the most common and "safe" color codes used) Code Color #FF0000 RED #00FFFF TURQUOISE #0000FF LIGHT BLUE #FF0080 DARK PINK #800080 DARK PURPLE #FFFF00 YELLOW #00FF00 PASTEL GREEN #FF00FF PINK #FFFFFF WHITE #C0C0C0 LIGHT...
Read more
HTML Code for Justifying Text on Website
Here’s a few different options: When you only want one paragraph to be justified, then you use <p align="justify">Text here</p>. Or if you’re using divs, then you can use the code inside the <div>. Example: <div style="text-align:justify"> </div> Or use...
Read more
No Right Click Code
You can drop this code in your auction template html code or website pages to deter people from stealing your pictures. (mind you there are other ways of stealing internet pictures – so this is just a deterant.) <script language=”JavaScript1.1″>...
Read more
Fun HTML Codes – Scrolling Marquee Text Codes 21-27
21 Change Text Size <marquee style=’font-size: NUMBERpx ‘> TEXT </marquee> TEXT 22 Change Width <marquee width=’ NUMBER% ‘> TEXT </marquee> TEXT 23 Text bouncing back and forth: <marquee behavior="alternate">Your bouncing text goes here</marquee> Your bouncing text goes...
Read more
Fun HTML Coding Resource – Scrolling Marquee Text Codes 11-20
11 Down <marquee direction=’down’> TEXT </marquee> TEXT 12 Up and Down <marquee behavior=’alternate’ direction=’up’> TEXT </marquee> TEXT 13 Angle Down <marquee><marquee direction=’down’> TEXT </marquee></marquee> TEXT 14 Angle Up <marquee><marquee direction=’up’> TEXT </marquee></marquee> TEXT 15 Angle Up...
Read more
Fun HTML Codes – Scrolling Marquee Text Codes 0-10
0 Slide-in text: This text slides in from the bottom, then stays where it is. You will need to refresh this page to see the effect again. <marquee behavior="slide" direction="up">Your slide-in text goes here</marquee> Your slide-in text goes...
Read more
