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.
The forum of the forums
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 03.12.11 9:32

    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 03.12.11 9:41

    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 03.12.11 9:48

    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 03.12.11 9:49

    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 03.12.11 9:50

    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 03.12.11 9:55

    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 03.12.11 10:03

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


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

    Post by Guest 03.12.11 10:19

    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 04.12.11 22:42

    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. 04.12.11 22:43

    Topic Solved & Locked

      Current date/time is 13.11.24 15:18