Is it possible to change this line in to another line? Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
3 posters

    Is it possible to change this line in to another line?

    avatar
    Cool-Guy
    Forumember


    Posts : 295
    Reputation : 0
    Language : English

    Is it possible to change this line in to another line? Empty Is it possible to change this line in to another line?

    Post by Cool-Guy April 26th 2011, 7:42 am

    Check this out:

    Is it possible to change this line in to another line? Line10

    It looks like this:

    ______________________________

    But I would like it to look more like this:

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

    Is it possible, and if so, how do I change it?
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Is it possible to change this line in to another line? Empty Re: Is it possible to change this line in to another line?

    Post by Nera. April 26th 2011, 10:36 am

    It will change other lines to but give it a try if you wont
    Code:
    .h3, h3 {
        border-bottom: 1px dotted #0076B1;
    }

    Try adding it, if it doesn't go well find this rule and EDIT IT (change solid to dotted).
    avatar
    Cool-Guy
    Forumember


    Posts : 295
    Reputation : 0
    Language : English

    Is it possible to change this line in to another line? Empty Re: Is it possible to change this line in to another line?

    Post by Cool-Guy April 26th 2011, 10:45 am

    It works. Too bad, it looks like this:

    ..............................

    And not like this:

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

    Isn't it possible to have it like that?
    Base
    Base
    Forumaster


    Male Posts : 10386
    Reputation : 1695
    Language : English and French
    Location : United Kingdom, England

    Is it possible to change this line in to another line? Empty Re: Is it possible to change this line in to another line?

    Post by Base April 26th 2011, 10:47 am

    Yes, please add this code instead:

    Code:
    .h3, h3 {
        border-bottom: 1px dashed #0076B1;
    }
    avatar
    Cool-Guy
    Forumember


    Posts : 295
    Reputation : 0
    Language : English

    Is it possible to change this line in to another line? Empty Re: Is it possible to change this line in to another line?

    Post by Cool-Guy April 26th 2011, 10:52 am

    Works. Smile

    Now, before locking this thread:

    Is there any other options out there? Like having squares, or similar? Or is it only the "solid", "dotted", and "dashed" out there?

    Thanks.
    Base
    Base
    Forumaster


    Male Posts : 10386
    Reputation : 1695
    Language : English and French
    Location : United Kingdom, England

    Is it possible to change this line in to another line? Empty Re: Is it possible to change this line in to another line?

    Post by Base April 26th 2011, 10:54 am

    There are many other options out there, however there is no such option to make it squares or similar.
    avatar
    Cool-Guy
    Forumember


    Posts : 295
    Reputation : 0
    Language : English

    Is it possible to change this line in to another line? Empty Re: Is it possible to change this line in to another line?

    Post by Cool-Guy April 26th 2011, 10:57 am

    Like... could you... name 3 more? Mr. Green
    Base
    Base
    Forumaster


    Male Posts : 10386
    Reputation : 1695
    Language : English and French
    Location : United Kingdom, England

    Is it possible to change this line in to another line? Empty Re: Is it possible to change this line in to another line?

    Post by Base April 26th 2011, 11:02 am

    I can name you some, but they won't have any effect on the line itself.

    Some examples include "ridge", "groove" and "double". Wink
    avatar
    Cool-Guy
    Forumember


    Posts : 295
    Reputation : 0
    Language : English

    Is it possible to change this line in to another line? Empty Re: Is it possible to change this line in to another line?

    Post by Cool-Guy April 26th 2011, 11:08 am

    Yup. "Ridge", and "double" didn't change anything.

    "Groove", did, though. Smile

    Is there any list somewhere with all names? I would like to try some more.

    (... And if it isn't, I guess you will have to be spending your day writing them all.) king

    Edit: They did actually change the line. I just had to chance the number of pixels.
    Base
    Base
    Forumaster


    Male Posts : 10386
    Reputation : 1695
    Language : English and French
    Location : United Kingdom, England

    Is it possible to change this line in to another line? Empty Re: Is it possible to change this line in to another line?

    Post by Base April 26th 2011, 11:25 am

    Really? It must have changed its colour because I couldn't see a really big difference on my screen.

    There isn't a list out there that I know of, but I've been through all the possible options and most of them (99 %) will not have an effect.