Loading...

More materials by author Lindsay Coome - Page 4

in HTML Tutorials
Basic html

Basic HTML stucture looks similar to this:<html><head></head><body></body></html> Place your page's main content in between <body> and </body> (text, images, links, etc...) Place things like CSS, meta tags, and titles in between <head> and...

read more
in HTML Tutorials
Cursors

To change the cursor on an individual link, copy the code below, and change LINK TEXT to the text you want to use for your link, and change YOUR URL to the url you are linking to.

read more
in HTML Tutorials
IP Block

Want to stop a certain visitor from coming to your site? If you have their IP adress, you can. Copy the code below, and paste into notepad (start>>programs>>accessories>>notepad). Change 00.000.00.00 to the IP address of the person you want to block. Name this file .htaccess and make sure it doesn'...

read more
in HTML Tutorials
Link Effects

To make your links flip vertically when you go over them, copy the code below and change #000000 to your preference. <STYLE type=text/css>A:link { FONT-WEIGHT: bold; COLOR: #000000; TEXT-DECORATION: none } A:visited { FONT-WEIGHT: bold; COLOR: #000000; TEXT-DECORATION: none } A:active { ...

read more
in HTML Tutorials
Pixelated Links

Do you want links that have a cool pixel effect on mouseover? Copy the code below into the <head> of your document. You can change the colours to whatever you want.

read more
in HTML Tutorials
IFrames

IFrames are different from regular frames, because unlike regular frames, IFrames can be positioned anywhere on the page, and can be any size. Example: Now copy thise code, and paste it somewhere on your page.

read more

Copyright © All Rights Reserved