This is the community forum. For a developer response use the Client Area.
Follow us on Facebook, Twitter and YouTube!

demo site
#1

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
Reply
#2

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"/>

Have you completed the interview?
Reply
#3

(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"/>

thanks........silly meRolleyes

Reply


Possibly Related Threads…
Thread / Author Replies Views Last Post
Last Post by gongong
18-Feb-2017, 04:16 AM
Last Post by rocket
22-Nov-2016, 10:02 AM
Last Post by roger
14-Nov-2012, 10:48 PM
Last Post by Steven
15-May-2012, 04:23 PM
Last Post by Steven
29-Mar-2012, 09:20 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)