[SOLVED] easy question

This is a discussion on "[SOLVED] easy question" within the Starting Out section. This forum, and the thread "[SOLVED] easy question are both part of the Design Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Starting Out

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Oct 16th, 2007, 11:00
Junior Member
Join Date: Aug 2007
Location: London
Age: 22
Posts: 29
Thanks: 0
Thanked 0 Times in 0 Posts
[SOLVED] easy question

Good morning all , my beginers luck seems to have run out ,

i downloaded a css template but its not showing the full design

do i save it as htm or css that could be it i think ,

it looks like this but isnt display the pictures i tried changing the pics to jpeg and gif but this isnt working so what do u reckon, cheers for any help
Code: Select all
/*

*/

body {
    margin: 0;
    padding: 0;
    background: #000000;
    font-size: 13px;
    color: #8C8C8C;
}

body, th, td, input, textarea, select, option {
    font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h2, h3 {
    font-weight: normal;
    color: #CBA61A;
}

h1 {
    letter-spacing: -2px;
    font-size: 3em;
}

h2 {
    letter-spacing: -1px;
    font-size: 2em;
}

h3 {
    font-size: 1em;
}

p, ul, ol {
    line-height: 200%;
}

blockquote {
    padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
    line-height: normal;
    font-style: italic;
}

a {
    color: #3AA0B9;
}

a:hover {
    text-decoration: none;
    color: #EB42A3;
}

/* Header */

#header {
    width: 760px;
    height: 280px;
    margin: 0 auto;
    background: url(images/img01.jpg) no-repeat right top;
}

#header h1, #header p {
    margin: 0;
    color: #EB42A3;
}

#header h1 {
    padding-top: 100px;
}

#header a {
    color: #EB42A3;
}

/* Page */

#page {
    width: 760px;
    margin: 0 auto;
}

/* Content */

#content {
    float: right;
    width: 460px;
}

.post {
    padding: 0 0 20px 0;
}

.title {
    margin: 0;
    border-bottom: 2px solid #0F0F0F;
}

.byline {
    margin: 0;
    color: #646464;
}

.meta {
    text-align: right;
    color: #646464;
}

.meta .more {
    padding-left: 20px;
    background: url(images/img03.gif) no-repeat left center;
}

.meta .comments {
    padding-left: 20px;
    background: url(images/img04.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
    float: left;
    width: 240px;
}

#sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar li {
}

#sidebar li ul {
    padding: 15px 0;
}

#sidebar li li {
    padding-left: 20px;
    border-bottom: 1px dotted #0F0F0F;
    background: url(images/img02.gif) no-repeat 5px 50%;
}

#sidebar h2 {
    margin: 0;
    padding: 20px 0 0 0;
    border-bottom: 2px solid #0F0F0F;
}

#sidebar a {
    text-decoration: none;
}

#sidebar a:hover {
}

/* Footer */

#footer {
    clear: both;
    padding: 30px 0;
    background: url(images/img07.gif) repeat-x;
    text-align: center;
    font-size: smaller;
}

Last edited by karinne; Oct 16th, 2007 at 12:25. Reason: deleted free template ad. We do not allow advertising!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Oct 16th, 2007, 11:09
Marc's Avatar
Staff Manager

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Posts: 1,794
Thanks: 0
Thanked 17 Times in 17 Posts
Re: easy question

Have you got any html and images to go with that CSS?
__________________
Marc
Staff Manager - Webforumz.com


Want to be a moderator? PM me.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Oct 16th, 2007, 11:10
Junior Member
Join Date: Aug 2007
Location: London
Age: 22
Posts: 29
Thanks: 0
Thanked 0 Times in 0 Posts
Re: easy question

yeah and all formatted properly
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Oct 16th, 2007, 11:11
Marc's Avatar
Staff Manager

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Posts: 1,794
Thanks: 0
Thanked 17 Times in 17 Posts
Re: easy question

Have you got a working example, i dont quite get your problem..
__________________
Marc
Staff Manager - Webforumz.com


Want to be a moderator? PM me.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Oct 16th, 2007, 12:26
Elite Veteran
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: easy question

That css you save as .css of course.

Give us a link!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Oct 16th, 2007, 12:29
Emzi's Avatar
SuperMember

SuperMember
Join Date: Sep 2007
Location: Manchester
Age: 25
Posts: 155
Thanks: 0
Thanked 0 Times in 0 Posts
Re: easy question

Make sure you're referencing your images correctly, maybe you're missing a " ../ " before " images/imagename.gif " - so it would be " ../images/imagename.gif " - All depending on where your CSS is saved really.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old Oct 16th, 2007, 12:33
Junior Member
Join Date: Aug 2007
Location: London
Age: 22
Posts: 29
Thanks: 0
Thanked 0 Times in 0 Posts
Re: easy question

http://www.freecsstemplates.org/

i downloaded pink flower and snow crystals then played around with them a little

but i think the solution has presented it self cheers
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old Oct 17th, 2007, 02:35
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 27
Posts: 1,612
Blog Entries: 2
Thanks: 0
Thanked 4 Times in 3 Posts
Re: easy question

Well...
You won't learn anything if you are "running" from the trouble!
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9  
Old Oct 17th, 2007, 07:14
Marc's Avatar
Staff Manager

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Posts: 1,794
Thanks: 0
Thanked 17 Times in 17 Posts
Re: easy question

So this thread is solved? Please if it is solved go to Thread Tools and then Mark Thread Solved.

Thanks!
__________________
Marc
Staff Manager - Webforumz.com


Want to be a moderator? PM me.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #10  
Old Oct 17th, 2007, 07:31
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 27
Posts: 1,612
Blog Entries: 2
Thanks: 0
Thanked 4 Times in 3 Posts
Re: easy question

Quote:
Originally Posted by Marc View Post
So this thread is solved? Please if it is solved go to Thread Tools and then Mark Thread Solved.

Thanks!
That would be you perform300.
The only person (other that the admin) that can set the thread as "SOLVED" is the person that started the thread

Some of us still not aware of that.

cheers..
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
A REALLY easy question ...I hope! monit0r Website Planning 4 Feb 3rd, 2008 20:19
easy question thankyou perform300 Starting Out 10 Nov 12th, 2007 07:58
very silly and easy question saltedm8 Web Page Design 2 Aug 22nd, 2006 22:35
An easy OR format question ppgpilot PHP Forum 3 Jul 22nd, 2006 20:54
Easy Question - for someone ppgpilot PHP Forum 3 Mar 27th, 2006 23:36


All times are GMT. The time now is 23:48.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42