Three Coding Problems..Help please!! 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.
2 posters

    Three Coding Problems..Help please!!

    avatar
    PinkGenocide
    New Member


    Posts : 14
    Reputation : 1
    Language : English

    Solved Three Coding Problems..Help please!!

    Post by PinkGenocide December 3rd 2011, 10:32 am

    First off, I am VERY MUCH a noob at this! I will need very clear, cave-man like instructions please. Smile

    Problem #1- I would like to post a youtube video on the portal (which is set as the homepage). I know how to embed a video, but I do not know what "widget" or where to post the embed code in order to do this. Please help!

    Problem #2- On my forums, there is background for the categories and forums but not the actual forum posts. I would like the backgrounds of the posts to be solid black, NOT have the page background. How do I do this?

    Problem #3- Is there a way to post a flash image? Or even a flash homepage? Like the flash homepage comes up, you click it, and that takes you into the sight?

    Help would be greatly appreciated!!!!confused
    avatar
    Guest
    Guest


    Solved Re: Three Coding Problems..Help please!!

    Post by Guest December 3rd 2011, 10:41 am

    1# - You can use announcements => Administration Panel => General => Messages and e-mails => Announcements => General announcements options:
    Activate announcements : Yes;
    Announcements display : Portal;
    Scrolling : Deactivate;
    Then click Add to create announcement and put code to Content field. Wink

    2# - I don't understand. Can you explain more? A screenshot, forum url maybe?

    3# - http://www.wix.com/ / https://help.forumotion.com/t124-logo-in-flash
    avatar
    PinkGenocide
    New Member


    Posts : 14
    Reputation : 1
    Language : English

    Solved Re: Three Coding Problems..Help please!!

    Post by PinkGenocide December 3rd 2011, 10:48 am

    Sure here's the screenshots:

    See in this one you can see a black background behind the topics:
    Three Coding Problems..Help please!! Ss1-1



    But in this one you can only see the actual page background:
    Three Coding Problems..Help please!! Ss2
    avatar
    Guest
    Guest


    Solved Re: Three Coding Problems..Help please!!

    Post by Guest December 3rd 2011, 10:49 am

    But provide your forum url please? Razz
    avatar
    PinkGenocide
    New Member


    Posts : 14
    Reputation : 1
    Language : English

    Solved Re: Three Coding Problems..Help please!!

    Post by PinkGenocide December 3rd 2011, 10:50 am

    www.tribalgaming.forummotion.com

    I need to disable the under construction...so one sec!! Smile
    avatar
    Guest
    Guest


    Solved Re: Three Coding Problems..Help please!!

    Post by Guest December 3rd 2011, 10:55 am

    Add in you CSS Stylesheet, after the last codes you have there:
    Code:
    div.postprofile,div.postbody{
    background-color: black;
    }
    avatar
    PinkGenocide
    New Member


    Posts : 14
    Reputation : 1
    Language : English

    Solved Re: Three Coding Problems..Help please!!

    Post by PinkGenocide December 3rd 2011, 11:03 am

    It didn't work...?
    avatar
    Guest
    Guest


    Solved Re: Three Coding Problems..Help please!!

    Post by Guest December 3rd 2011, 11:19 am

    But should... Ok, try:
    Code:
    div.inner{
    background-color: #000;
    }
    or:
    Code:
    div.postprofile{
    background-color: #000;
    }

    div.postbody{
    background-color: #000;
    }
    avatar
    PinkGenocide
    New Member


    Posts : 14
    Reputation : 1
    Language : English

    Solved Re: Three Coding Problems..Help please!!

    Post by PinkGenocide December 4th 2011, 11:42 pm

    Fixed...and I realized why none of them were working...I re-copied the entire CSS so nothing was saving. Thanks! Please close thread!
    Nera.
    Nera.
    Energetic


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

    Solved Re: Three Coding Problems..Help please!!

    Post by Nera. December 4th 2011, 11:43 pm

    Topic Solved & Locked