Forum Moderators: not2easy
Is it problematic to "fill in" a page, formatted using CSS, by using multiple SSIs? For example a header SSI, one or more navigation SSIs, a footer SSI, an annoucement SSI, etc.
What type of problems might I expect using SSI and CSS layout? (I admin colo Win2K servers that host my sites.)
My basic layout is 2 Columns, Left column 75% width, right column 25% width of body.
I would like to nest boxes/divs within each column for the purpose of further laying out the page, something I could easily accomplish with a 2 cell table with a second table nested in each cell, dividing the nested tables into cells.
Here's the basic CSS layout scheme, starting at the top, that will be applied to various niche directories:
LeftCol -- SSI Header with website name and logo -- Right -- Link homepage(Possibly fed by SSI to ease changes)
LeftCol -- SSI Link structure to search specific subject of directory -- Right -- Link "Advertise here"(Possibly fed by SSI to ease alternative messages)
LeftCol-- Link establishing "you are here" in search structure (hoping there's a script that can auto-generate the link) -- Nothing in right column
LeftCol -- Directory Links -- RightCol - 3 or 4 SSI, on atop the other, containing button ads, "specials/deals" announcements, possible tower ad feed, possible AdSense feed.
As always, if my little project ever gets legs remind me how you were once kind to me so I can return the favor.
[edited by: Webwork at 1:54 am (utc) on Sep. 23, 2003]
Shadows Papa
I guess I can attempt to play with this. My lurking anxiety is that, somehow, the text will overflow, not be centered, etc.
Obviously I lack both experience in this realm AND courage.