Results 1 to 5 of 5

Thread: CSS/HTML help

  1. #1


    Fright Fest Damned King

    Non-Habbo Player
    HabboHut Champion

    Join Date
    Apr 2010
    Posts
    1,614
    Rep Power
    18

    Blog Entries
    2

    Default CSS/HTML help

    http://d.pr/s0KO

    The white line between the #top div (black bar) and the #header div (banner) only shows when I add <h1> or <p> to the code to style the "header text". How would I fix this by any chance?

  2. #2
    HabboHut God Callum,'s Avatar
    Join Date
    May 2010
    Posts
    3,679
    Habbo Name
    Hipsterical
    Rep Power
    13

    Blog Entries
    5

    Default

    To change the size of the text. In your CSS file,

    add this to your div#header tag - size: blankpx;
    to change the colour, add in - color: #blank;

    Let me know if that works
    Last edited by Callum,; 19-03-2012 at 03:19 PM.
    Callum,
    jst a smpl guy using comic sans.
    totes amaze.

  3. #3


    Fright Fest Damned King

    Non-Habbo Player
    HabboHut Champion

    Join Date
    Apr 2010
    Posts
    1,614
    Rep Power
    18

    Blog Entries
    2

    Default

    Did you read what I said at all >.> It's the white space, it only appears when I add the <h1> tags and so within the div, I don't want the white space

  4. #4
    HabboHut God Callum,'s Avatar
    Join Date
    May 2010
    Posts
    3,679
    Habbo Name
    Hipsterical
    Rep Power
    13

    Blog Entries
    5

    Default

    Don't use the H1 tag. In your HTML file, change the <div id="header"> tag to <div class="header"> - and then in your CSS file, change it to .header - From there, within the header tag, add in something along the lines of <div id="hcontent"> and then add it into your CSS file using #hcontent. Don't use the h1 tag. Seperate text and the formatting by using CSS. It's more manageable
    Callum,
    jst a smpl guy using comic sans.
    totes amaze.

  5. #5


    Fright Fest Damned King

    Non-Habbo Player
    HabboHut Champion

    Join Date
    Apr 2010
    Posts
    1,614
    Rep Power
    18

    Blog Entries
    2

    Default

    Oh okay, I'll try that one when I make it again, I got angry and deleted it, rofl

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •