31-Mar-2011, 05:18 PM
How do i make mine look just like the demo is? mine is just plain ole letters across the screen. you can see mine here:Sluggers
<link rel="stylesheet" type="text/css" href="comments/css/stylesheet.css"/>
<link rel="stylesheet" type="text/css" href="comment/css/stylesheet.css"/>
(31-Mar-2011, 05:35 PM)Steven Wrote: You have renamed the /comments/ folder to /comment/ but this isn't reflected in your code.
For example, in comments.php, the link to your stylesheet is this:
Code:<link rel="stylesheet" type="text/css" href="comments/css/stylesheet.css"/>
When it should be this:
Code:<link rel="stylesheet" type="text/css" href="comment/css/stylesheet.css"/>