Welcome Guest ( Log In | Register )


   
 
Add Reply
> Help needed with a Blog/Site, HTML/CSS is my enemy...
{§hani}
post Feb 29 2012, 4:32 AM
Post #1


Cosmix Fairy
*******

Group: Members
Posts: 2,886
Joined: February 20 2009
From: Another Sky




HEY EVERYONE!
yes. its me again. i'm hoping there is someone out there that can really help with my site/blog. i'm trying to set both of them up but its proving to be a hassle.. you see i want this clean, simple stype layout ..something like THIS. But its been so long since i did any coding that im finding it REALLY hard to do anything at all...
so if you could help that'd be soo appreciated (plus i'd link your site or whatever on my blog and love you forever and ever..)


--------------------


I AM A HORROR. LOVELY SET BY EMI. MUSA DRAWN BY ALAMISTERRA.
Go to the top of the page
DeadInside
post Feb 29 2012, 6:36 AM
Post #2


Sirenix Fairy
****

Group: Members
Posts: 320
Joined: August 4 2008
From: South of Heaven




I know Html, a bit of Java and currently learning Flash/Actionscript... nothing of CSS
I have made a few websites (from scratch) but never a blog i don't know if these are code restricted... they used to be time ago


--------------------
Go to the top of the page
empire_c2
post Feb 29 2012, 12:51 PM
Post #3


Enchantix Fairy
**

Group: Members
Posts: 131
Joined: June 25 2011
From: Down a rabbit hole




I know CSS and some Java, but usually when it comes to modifying any code I can understand what is going on fairly well to make modifications. Is there a chance you could post a section of the code to give an idea what we're working with? If you do, I'll try to look at it Friday. Today and tomorrow are super busy days for me.


--------------------

The dark raven lingers in the shadows and awaits its moment.
Go to the top of the page
Sen
post Feb 29 2012, 1:25 PM
Post #4


Butterflix Fairy
******

Group: Members
Posts: 974
Joined: March 18 2010
From: Europe




Most of it is CSS, (about 90%). The scrolling effect is with a simple javascript to fix your background or you can also use CSS.

If you're going to use Blogger, I don't know if there are code restrictions. =s

For the font & links:
CODE
body {
    font:  10px Times new roman;
    color: #fff;
    text-align:left;
    margin: 0px;
    padding: 5px;
    
}

a {
    color: #fff;
        font:  10px Times new roman;
    text-decoration: none;
}

a:visited {
    color: #fff;
    text-decoration: none;
}

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



Header->
CODE
h4 {
    color: #fff;
    font: 10px Times new roman;
        border-bottom: 2px solid #000;
        text-decoration: none;
        text-transform: uppercase;
}

h4:hover {
    color: #056c85;
    font:  10px Times new roman;
        text-transform: uppercase;
}

h4:visited {
    color: #fff;
    font:  10px Times new roman;
    text-decoration: none;
        text-transform: uppercase;
}




I use div layouts for the sidebar & content. If you're interested I can PM you the code. ^^ (Then everything would be 100% CSS though.... I love CSS & code pretty much everything with it XD)

This post has been edited by Sen: Feb 29 2012, 1:27 PM


--------------------

By dittadulla <3~ @_@

Winx Club & Rainbow -- Translated articles: http://incantesimo.lareveuse.net/
Go to the top of the page
{§hani}
post Mar 22 2012, 11:39 AM
Post #5


Cosmix Fairy
*******

Group: Members
Posts: 2,886
Joined: February 20 2009
From: Another Sky




QUOTE (Sen @ Mar 1 2012, 12:25 AM) *
Most of it is CSS, (about 90%). The scrolling effect is with a simple javascript to fix your background or you can also use CSS.

If you're going to use Blogger, I don't know if there are code restrictions. =s

For the font & links:
CODE
body {
    font:  10px Times new roman;
    color: #fff;
    text-align:left;
    margin: 0px;
    padding: 5px;
    
}

a {
    color: #fff;
        font:  10px Times new roman;
    text-decoration: none;
}

a:visited {
    color: #fff;
    text-decoration: none;
}

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



Header->
CODE
h4 {
    color: #fff;
    font: 10px Times new roman;
        border-bottom: 2px solid #000;
        text-decoration: none;
        text-transform: uppercase;
}

h4:hover {
    color: #056c85;
    font:  10px Times new roman;
        text-transform: uppercase;
}

h4:visited {
    color: #fff;
    font:  10px Times new roman;
    text-decoration: none;
        text-transform: uppercase;
}




I use div layouts for the sidebar & content. If you're interested I can PM you the code. ^^ (Then everything would be 100% CSS though.... I love CSS & code pretty much everything with it XD)


yeah yeah that helps a heap, im just so out of touch with CSS!! haha its okay i figured it out a little.. im still yet to make it look anything like i wanted it to.. but so far, so good!
thanks so much by the way Sennn C:
i have no idea what the restrictions are but i do knwo there are a few, i have to search this out!! haha


--------------------


I AM A HORROR. LOVELY SET BY EMI. MUSA DRAWN BY ALAMISTERRA.
Go to the top of the page
Sen
post Mar 25 2012, 1:38 PM
Post #6


Butterflix Fairy
******

Group: Members
Posts: 974
Joined: March 18 2010
From: Europe




QUOTE ({§hani} @ Mar 22 2012, 01:39 PM) *
yeah yeah that helps a heap, im just so out of touch with CSS!! haha its okay i figured it out a little.. im still yet to make it look anything like i wanted it to.. but so far, so good!
thanks so much by the way Sennn C:
i have no idea what the restrictions are but i do knwo there are a few, i have to search this out!! haha


Your welcome <3 (& good luck icon_biggrin.gif)


--------------------

By dittadulla <3~ @_@

Winx Club & Rainbow -- Translated articles: http://incantesimo.lareveuse.net/
Go to the top of the page

Add Reply
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 


RSS Time is now: 16th April 2024 - 5:41 AM