View Single Post
  #3 (permalink)  
Old 03-15-2008, 09:37 AM
southparkaddict southparkaddict is offline
Junior Babbler
 
Join Date: Mar 2008
Location: Memphis TN
Posts: 3
southparkaddict has a few positive reputation points
Send a message via MSN to southparkaddict Send a message via Yahoo to southparkaddict
Default

To further DotComBot's comments (good comment, btw), you need to setup the CSS this way (for external stylesheets, which I highly recommend):

<link href="stylesheetname.css" rel="stylesheet" type="text/css">

The above text needs to go in between your <head> and </head> tags in your HTML document (or php, asp, whatever)

Then, you just need to edit the CSS document (whatever you named it, it needs to end with .css).

Here is a great place to get started learning CSS.

Hope this helps and I didn't step on anyone's toes
Reply With Quote