I am new to HTML/CSS and to this forum.
I want to make a simpel site to start with. But in the header of the page i want 2 pictures and some text and all should be in one line.
Now the part ii can't figure out:
The first picture needs aligne left then i want some text with align center and the last picture needs allign right.
Also a side question, the site is on my pc and im running it in Firefox to test but the top of the header has anathor .5 cm of white above it. Margin is 0px and padding is 0px. any suggestions on this one?
You should float your images and then center the text. Also, you want to apply a zero margin and padding to the body and html elements to remove the gap you're talking about. Here's a working example: http://jsfiddle.net/DbVq2/
I'm always up for networking with fellow web professionals. Connect with me on LinkedIn if you like!
I am new to HTML/CSS and to this forum.
I want to make a simpel site to start with. But in the header of the page i want 2 pictures and some text and all should be in one line.
Now the part ii can't figure out:
The first picture needs aligne left then i want some text with align center and the last picture needs allign right.
Also a side question, the site is on my pc and im running it in Firefox to test but the top of the header has anathor .5 cm of white above it. Margin is 0px and padding is 0px. any suggestions on this one?
Bookmarks