FAQ

Frequently Asked Questions

All site-related questions that are asked in my "Ask Me " page are all answered here. Make sure you've checked my HTML page and this page properly before asking a question because the answer may already be here. I hope that yous find this useful. Make sure you remove the stars ** if I stated in the answer.


The Answers

Q: How do you get double underline?
A: Use the following code, you can put it into your stylesheet or if you use piczo just paste it into a HTML box on the page you want double underline. You can change where it says "solid" to: dotted or dashed if you want the second underline to not be solid.



Q: What software do you use for your layouts?
A: I use Paint Shop Pro 9 most of the time, but occasionally I use Fireworks too.


Q: Where do you get your pictures from for graphics?
A: I get most of my celeb pix from:
www.sweetandtalented.com and www.elegancepixelfied.com
And I also get them from fansite galleries of the celeb, band etc.


Q: How do you make a link open in a new page?
A: Use this code:



Q: How do you make them links on your HTML page jump to a certain part of the page?
A: These are called Page Anchors. First paste this code where you want your link:


Then paste this code where you want the link to jump to on your page:


Where in the codes it says "NAME1", you must keep these the same for each page anchor or it won't work. If you want more than one page anchor on a page, then just change "NAME1" to something else. I normally just change it to "NAME2", I use numbers you can use what you want.


Q: How do you change the size of text areas for linking buttons?
A: Use this code, you can change the widths and height to suit you.



Q: What's the code for thumbnails without the nasty blue border?
A: Use this code:



Q: How do you get text to go around a picture?
A: Use the following code and your text will wrap around your picture like I have on my homepage on my section:



Q: How do you change the colour of italics just using the tags and not changing the colour manually?
A: If you're using a stylesheet, just add the first code straight to your stylesheet and that's it.


If you're not using a stylesheet or using piczo add the following code instead.


And to make your text italic, just use this code:



Q: How do you redirect a site?
A: Put the following code onto the page you want to be redirected from. Change the seconds where it says and put the URL of the new site where it says.


Q: How do you link your CSS?
A: Use the following code:


Q: How do you get the forward/home/backward links in your footer?
A: Use the following code in your footer:


I'll add the answers from your questions here soon.