Website Help

Discussion in 'Spam Heaven' started by killer_kyle, Dec 19, 2006.

  1. killer_kyle

    killer_kyle Well-Known Member

    Posts:
    365
    Likes Received:
    0
    Joined:
    Aug 2, 2006
    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:
    [​IMG]

    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
     

Share This Page