13/f my brother is coming home from college this weekend for christmas and his majoring in computer science and hes just aweosme with computers.. the last time he was home on thanksgiving he taught me a lot about html and i already knew a lot anyway but he really helped. i told him i would have this whole website done by when he came home. and im getting really confused with out him. not like about big stuff but some small stufflike... one of my questions is do you no how to change a font on your website? how can you make a picture a link? ill add more later.. thanks ♥
A)To change the font for an entire page, you'd have to use a Cascading Style Sheet. To be honest, this might be too advanced for your level, but it might impress your brother if you ask about it. It requires making a seperate file. However, if you are using it for multiple pages, then it'z great for streamlining your font selections as well as other formatting options.
Create a file and name it "style.css". Edit the file, most likely in notepad or whatever you use to code, and put this in the file
p {font-family:Arial, Helvetica, sans-serif;}
Now, you can change the fonts to whatever you want, so you could easily do:
p {font-family:Comic Sans MS, Times New Roman;}
Now, the reason there are multiple fonts listed is so that if the first font is not found on a users computer that is accessing your site, then it'll load the next font, so on and so forth. Taking the second part for example, if a user's computer doesn't have Comic Sams MS, it'd load Times New Roman.
B) The more simple and basic solution would be to add the following tag around some text.
<font face="Georgia, Times New Roman, Times, serif">Text</font>
Again, you can change the fonts to whatever you wish to use.
2) This is simple, although it may not seem so at first. It involves what is called "nesting tags". Basically, it's using tags within tags. Say you have "image.jpg" that you want to link to "page.html". You would use the following:
its all about html for kids so the directions and stuff shouldnt be to hard to understand.
also...sometimes if you go to www.xanga.com (its a blog) then you can search users who have their whole site devoted to codes. i know iv seen codes for linking pictures! and changing fonts!
i usually use this site when i need html codes and such! [Link](Mouse over link to see full location)
Attention: NOTHING on this site may be reproduced in any fashion whatsoever without explicit consent (in writing) of the owner of said material, unless otherwise stated on the page where the content originated. Search engines are free to index and cache our content. Users who post their account names or personal information in their questions have no expectation of privacy beyond that point for anything they disclose. Questions are otherwise considered anonymous to the general public.