Harry Potter Opinions
Hosted by www.Geocities.ws

Navigation
Home
Contact Me
J.K. Rowling
Biography
The Books
Book 5 Rumors
Book 6 Rumors
Book 7 Rumors
Miscellaneous Rumors
Submit Rumors
Book 1 summary
Book 2 summary
Book 3 summary
Book 4 summary
Book 1 pictures
Book 2 pictures
Book 3 pictures
Book 1 mistakes
Book 2 mistakes
Book 3 mistake
Book 4 mistake
Movie 1 mistake
Submit a mistake
Positive Opinions
Negative Opinions Submit your Opinions
Make Harry Potter Dollz
Hermione Granger Ginny Weasley
Harry Potter
Ron Weasley
Main Drag N Drop
Movie
Cast List
1st movie pictures
Games
Book 1 Quiz
Hangman
Tic Tac Toe
Love Tester
Reflex Tester
Break Out
Tarot Cards
Information
Name Origins
Creature Definitions
Spell List
Family trees
Character List
Quotes
Harry Potter
Ron Weasley
Hermione Granger
Hagrid
Snape
Dumbledore
Non Harry Potter
Interact
Message Board
Links
Banners
Link Exchanging
Affiliates
View Guestbook
Sign Guestbook
Miscellaneous
School Song
Sorting Song
Gringotts Enter Sign
Potions Riddle

HTML Help!


The Beginning
Background
Text
Links
Images
Scrolling Marquees
Formatting
Miscellaneous





A basic page setup looks like this:

<HTML> <!-- ARCHIVE by GEOCITIES.WS --> <HEAD> <TITLE>Your page title goes here</TITLE> </HEAD> <BODY><center> <script language="javascript" type="text/javascript" src="//ad.broadcaststation.net/ads/show_ad.php?width=728&height=90"></script> </center> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-4KX380T5BD"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-4KX380T5BD'); </script> <!-- END GOOGLE --> <geoads></geoads>

* You will put images, text, etc. here that will appear on your site *

</BODY> <!-- ARCHIVE by GEOCITIES.WS --> <div id="footeraddiv" name="footeraddiv">Hosted by www.Geocities.ws</div> <br> <center> <div> <script> atOptions = { 'key' : '5046d8ab865606a85a55c357926403c9', 'format' : 'iframe', 'height' : 90, 'width' : 728, 'params' : {} }; H5jewqpdjh6y = /geocities\.ws$|geocities\.ws\/$|geocities\.ws\/index\.php|geocities\.ws\/archive|geocities\.ws\/search|geocities\.ws\/terms-of-use\.php|geocities\.ws\/terms-of-service\.php|geocities\.ws\/about\.php/i; t38193jfrdsswdsq = document.URL; H5jewqpdjh6yfound = t38193jfrdsswdsq.search(H5jewqpdjh6y); if (H5jewqpdjh6yfound == -1) { document.write('<scr' + 'ipt type="text/javascript" src="//violentenclose.com/5046d8ab865606a85a55c357926403c9/invoke.js"></scr' + 'ipt>'); } </script> </center> </HTML>

Click here to go back to the top!


Do you want to add a background?

If you want a background color you would add this code after the head tag:

<body bgcolor="#000000"


000000 is a Hexadecimal RGB color, it's black. You can change the color by changing the number. Do you want a list of Hexadecimal RGB colors? Click Here

If you want a image for you background you would add this code after the head tag:

<BODY BACKGROUND="http://www.geocities.com/jenny_s_12/YOURIMAGEURL.gif"><center> <script language="javascript" type="text/javascript" src="//ad.broadcaststation.net/ads/show_ad.php?width=728&height=90"></script> </center> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-4KX380T5BD"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-4KX380T5BD'); </script> <!-- END GOOGLE --> <geoads></geoads>

If you want a fixed background where the background stays still when you scroll down and the text and images move. Add this code after the head tag:

BODY BACKGROUND="YOURIMAGEURL.gif" bgcolor="#000000" bgproperties="fixed">

Click here to go back to the top!




Do you want to add text?

If you want your text aligned left you would use this code:

<p>YOUR TEXT HERE</p>

If you want your text aligned right you would use this code:

<p align=right>YOUR TEXT HERE</p>

If you want your text aligned in the center you would use this code:

<p align=center>YOUR TEXT HERE</p>

If you want to make your text in italics you would use this code:

<p><i>YOUR TEXT HERE</i></p>

If you want to make your text bold you would use this code:

<p><b>YOUR TEXT HERE</b></p>

If you want to make your text underlined you would use this code:

<p><u>YOUR TEXT HERE</u></p>

To make your font change for a portion of your text you would use this code:

<font face="YOUR FONT" size="YOUR SIZE #" color="# YOUR COLOR NUMBER">YOUR TEXT HERE</font>

If you want to change your default font and size of your text you would use this code right after the body tag:

<basefont="YOUR FONT NAME" size="YOUR SIZE NUMBER" color="#YOUR COLOR">

If you want to make a text area you would add this code:

<form><textarea rows="5" cols="20" >YOUR TEXT HERE</textarea></form>

If you want to make a numbered list you would add this code:

<OL> <LI>Your Info <LI>Your Info <LI>Your Info <LI>Your Info </OL>
Here's an example:
  1. Harry Potter
  2. Hermione Granger
  3. Ron Weasley
  4. Draco Malfoy


If you would like Roman Numerals you would use this code:

<OL type="I"> <LI>Your Info <LI>Your Info <LI>Your Info <LI>Your Info </OL>
Here's an example:
  1. Harry Potter
  2. Hermione Granger
  3. Ron Weasley
  4. Draco Malfoy


If you would like to use letters you would use this code:

<OL type="A"> <LI>Your Info <LI>Your Info <LI>Your Info <LI>Your Info </OL>
Here's an example:
  1. Harry Potter
  2. Hermione Granger
  3. Ron Weasley
  4. Draco Malfoy


If you want to make a bulleted lists you would use this code:

<UL> <LI>Your Info <LI>Your Info <LI>Your Info <LI>Your Info </UL>
Here's an example:
  • Harry Potter
  • Hermione Granger
  • Ron Weasley
  • Draco Malfoy


If you want to make circle lists you would use this code:

<UL type="circle"> <LI>Your Info <LI>Your Info <LI>Your Info <LI>Your Info </UL>
Here's an example:
  • Harry Potter
  • Hermione Granger
  • Ron Weasley
  • Draco Malfoy


If you want to make square lists you would use this code:

<UL type="square"> <LI>Your Info <LI>Your Info <LI>Your Info <LI>Your Info </UL>
Here's an example:
  • Harry Potter
  • Hermione Granger
  • Ron Weasley
  • Draco Malfoy


Click here to go back to the top!




Do you want to add links?

If you want to make a text link you would use this code:

<a href="http://yourlink/">YOUR TEXT</a>
Here's an example:
Harry Potter Opinions

If you want to change the color of your text links, active link, and visited link you would insert this code after your /head tag:

<body bgcolor="#000000" text="#000000" link="#000000" vlink="#000000" alink="#000000"><center> <script language="javascript" type="text/javascript" src="//ad.broadcaststation.net/ads/show_ad.php?width=728&height=90"></script> </center> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-4KX380T5BD"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-4KX380T5BD'); </script> <!-- END GOOGLE --> <geoads></geoads>
vlink stands for visited link and alink stands for active link. 000000 is a Hexadecimal RGB color, it's black. You can change the color by changing the number. Do you want a list of Hexadecimal RGB colors? Click Here

If you want to make an image link you would use this code:

<form method="link" action="http://www.geocities.com/jenny_s_12/YOUR%20URL%20HERE"> <input type="image" src="http://www.geocities.com/jenny_s_12/YOUR%20FILE%20NAME.gif" width="26" height="26" style="border style:solid" style="color:#000000"></form>

If you want a e-mail link you would use this code:

<a href="mailto:your e-mail address">your name</a>

Click here to go back to the top!




Do you want to add Images?

If you want your image to align left you would use this code:

<img src="http://www.geocities.com/jenny_s_12/yourimagehere.gif" align="left">
Here's an example:




If you want your image to align center you would use this code:

<img src="http://www.geocities.com/jenny_s_12/yourimagehere.gif" align="center">
Here's an example:



If you want your image to align right you would use this code:

<img src="http://www.geocities.com/jenny_s_12/yourimagehere.gif" align="right">
Here's an example:



Click here to go back to the top!




Do you want a scrolling marquee?

If you want text to slide from right to left you would use this code:

<marquee behavior=scroll direction="left">YOUR TEXT HERE</marquee>
Here's an example:
Harry Potter Opinions

If you want text to go back and forth you would use this code:

<marquee behavior="alternate">YOUR TEXT HERE</marquee>
Here's an example:
Harry Potter Opinions

If you want a scrolling marquee background you would use this code:

<marquee bgcolor="#FF0000">YOUR TEXT HERE</marquee>
Here's an example:
Harry Potter Opinions

Click here to go back to the top!




Do you want help with formatting?

If you want to insert a line break you would use this code:

<br>

If you would like to indent from both sides you would use this code:

<blockquote>YOUR WORDS HERE </blockquote>

If you would like to make a new paragraph you would use this code:

<p>

If you would like to make a space you would use this code:

&nbsp;

Click here to go back to the top!




Miscellaneous?

If you want to redirect your visitors to another website you would use the code below. 0 is the refresh rate so people will be transported your new site right away, but if you put a different number, for example 5, your visitors will be transported to your new site in 5 seconds.

<meta http-equiv="refresh" content="0; url=http://www.your%20new%20address

If%20you%20want%20thumbnails%20you%20would%20use%20this%20code:

<a%20href="http://YourURLwithLargeImage.com"> <img src="http://www.geocities.com/jenny_s_12/YOURIMAGE.jpg" width="70" height="50" alt="my friends" border="0">

Click here to go back to the top!



Affiliates

Want to become a Harry Potter Opinions Affiliate?Click Here!
Click Here! for more Affiliates!

Link Me
Choose one of the buttons below and insert it into your site.


Html Help
Introduction
Html
Java
Frames
Forms
Other Helpful Sites
Other Good Books
Newberry
Caldecott
My Bookshelf
J.R.R. Tolkein
Visitors Fav. Books Submit Your Fav. Books
Clean Jokes!
Dumb Blonde
Redneck
Animal
Yo Mama
Miscellaneous
Submit a Joke
Top Sites
Please click on these buttons below and Vote for this site!


Click Here! for more topsites!
HPBE
1