Alright, im having some troubles with my website. heres the rundown: I am making anew personal site to act as my gallery. Im working on the homepage, and almost have it all coded except for the links and a few images. But I noticed a problem with the text and spacing. I want it to look like this: But it looks like this: http://kyleisntwild.awardspace.com/ See? Its much bigger and and badly spaced. I have this file: http://kyleisntwild.awardspace.com/text.css (Not sure if that works, so I added what it contains) Containing: Code: .text { font-family: Arial, Helvetica, sans-serif; font-size: 11px; } And in my index.html page I have this code: Code: <head> <title>Kyleisntwild || home</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="http://kyleisntwild.awardspace.com/text.css" rel="stylesheet" type="text/css"> </head> Can anyone help me get the text right? Thanks -kyle