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?
| LINKS |
|
|

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?
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.

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
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.

Oh okay, I'll try that one when I make it again, I got angry and deleted it, rofl
There are currently 1 users browsing this thread. (0 members and 1 guests)