hii
this is the theme i want on my site
http://www.free-css.com/free-css-tem....php#bookmarks
i uploaded the index and the css
but all i see is just a plain text and a white background.
how do i fix this
hii
this is the theme i want on my site
http://www.free-css.com/free-css-tem....php#bookmarks
i uploaded the index and the css
but all i see is just a plain text and a white background.
how do i fix this
Last edited by remnightfal; 02-22-2010 at 07:19 PM.
Last edited by Gouri; 02-22-2010 at 07:26 PM.
If you feel my post is useful then clickto give Reputation (bottom left corner of this post)
X10 Hosting | News and Announcements | Premium Hosting | VPS Hosting | Prime Membership
Tech Community | Gouri
What's the URL for your test page? It's next to impossible to answer questions about coding without seeing the code. Including links to a live page is part of being precise and informative.
Last edited by misson; 02-23-2010 at 12:05 AM.
Be sure to read all pages linked in this post; they have further information that should prove useful. When asking for help, make sure you follow Eric Raymond's and Jon Skeet's guidelines for prompt, accurate responses. Please answer any questions I ask; they're not rhetorical (probably). Any posted code is intended as illustrative example, rather than a solution to your problem to be copied without alteration. Study it to learn how to write your own solution.Misson, not Mission.
Are you still having problems? I took a quick look at the html code for the index file and it's calling for the css in css/style.css
You can change that toCode:<link rel="stylesheet" href="css/style.css" type="text/css" media="all" />
or make a css folder and put style.css in there.Code:<link rel="stylesheet" href="style.css" type="text/css" media="all" />