*mydemand*:
Quote:
I'm trying to code a layout in DIVs |
Ew.
Where's the layout in there? I see a collage of some women, "Fear the
Fangirl" in a huge fancy font below it and something unreadable in the same
font on the right. Below that, about 40% from the left is some tall T-shaped
thing with horns.
By the way, in general PNG and GIF are the better suited formats for
screenshots, but with the photos I grant you JFIF.
Quote:
I've managed to code the columns |
Columns?
What's that supposed to mean?
Quote:
a) Make the divider line a small 1-pixel .GIF that repeats downwards |
Oh, that T-thing is a divider and to the left and right of it shall be
columns?
However, a 1px-GIF can merely hold one color and can thus easily be replaced
by some CSS rule with 'border'.
Quote:
b) Align the whole layout centrally, |
That's only possible with fixed-width (bad) or width-limited (not so bad)
layouts and a FAQ anywhere CSS is discussed.
Ew! Never use 'pt' for 'font-size', except maybe in a print stylesheet.
Well, you more or less correctly used (along with many not so correct
'center's in HTML)
#container {
width: 740px;
margin-left: auto;
margin-right: auto
}
I don't get the following "position: relative", though.
Quote:
it seems that I can't do (a) and (b) TOGETHER. |
I can't tell you what problem you have with doing a), because you didn't
tell us, i.e. you gave us a meaningless picture without much explanation
from which we cannot even guess your HTML and CSS.
--
"Music is essentially useless, as life is."
George Santayana