*mydemand*:[color=blue]
>
> I'm trying to code a layout in DIVs[/color]
Ew.
[color=blue]
> Here's the screenshot of the layout in Adobe Photoshop :
>
http://blessedbeproductions.com/ftfgscreenshot.jpg[/color]
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.
[color=blue]
> I've managed to code the columns[/color]
Columns?
[color=blue]
> with absolute coding,[/color]
What's that supposed to mean?
[color=blue]
> a) Make the divider line a small 1-pixel .GIF that repeats downwards[/color]
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'.
[color=blue]
> b) Align the whole layout centrally,[/color]
That's only possible with fixed-width (bad) or width-limited (not so bad)
layouts and a FAQ anywhere CSS is discussed.
[color=blue]
> I managed to do (b) on [my demand] (
http://mydemand.net[/color]
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.
[color=blue]
> it seems that I can't do (a) and (b) TOGETHER.[/color]
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