Widget Problem 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

    Widget Problem

    Kamui
    Kamui
    Forumember


    Male Posts : 291
    Reputation : 3
    Language : English
    Location : Greed Island

    In progress Widget Problem

    Post by Kamui April 14th 2015, 12:41 pm

    Hey,

    So I'm having a difficult time with my weather widget. I'm trying to get the image I chose for it to fit inside the box but it's and at times it will look like the width of the widget is running out of the forums page. Is their a trick to resizing the widgets width or am I not adding good enough sizes for my widget? If so can you please help out?

    Forum Link: http://bardo.forumotion.com/
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    In progress Re: Widget Problem

    Post by Ange Tuteur April 15th 2015, 3:05 am

    Hi @Kamui,

    In the widget for your image. Add style="width:100%" to your image. So it looks similar to this :
    Code:
    <img src="src" style="width:100%"/>
    Kamui
    Kamui
    Forumember


    Male Posts : 291
    Reputation : 3
    Language : English
    Location : Greed Island

    In progress Re: Widget Problem

    Post by Kamui April 15th 2015, 4:34 am

    Thank you for the code, it worked. By the way, are there anymore simple codes I can use because i'm not use to using these types of codes really. At times they really confuse me.
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    In progress Re: Widget Problem

    Post by Ange Tuteur April 15th 2015, 10:08 am

    The codes we're using are HTML and CSS. The only CSS we used is width:100%, the rest of the code is HTML. Wink

    You can find tutorials online to help you better understand :

    1. HTML
    2. CSS
    Kamui
    Kamui
    Forumember


    Male Posts : 291
    Reputation : 3
    Language : English
    Location : Greed Island

    In progress Re: Widget Problem

    Post by Kamui April 15th 2015, 7:10 pm

    Alright, thank you for the help.