Thread: Server-side Includes
Results 1 to 3 of 3
Related
-
Side by side html tables Forum: HTML Forum
Replies: 7 -
I'm trying to find a menu that can be two or three side by side Forum: HTML Forum
Replies: 2 -
Click right side of image for next image, left side back? Forum: Javascript Forum
Replies: 3 -
Includes! Forum: HTML Forum
Replies: 3 -
PHP includes Forum: PHP Forum
Replies: 19
-
03-06-2005, 10:40 PM #1
Server-side Includes
Here's my current site, which is going to die soon....die frames die:
http://www.coolpillows.com
Here's what I mocked up in HTML and decided I should use SHTML w/SSI.
http://www.coolpillows.com/test/home.htm
Here's what I did w/SSI. This is not exactly like the above, but close enough.
http://www.coolpillows.com/test/test_inc6.shtml
I have the top, bottom, left & right borders as separate includes, plus the content changing. I'd like the body, the content to change, but the top, left & right borders will always be the same. But I can't seem to get the include of the content to sit nicely inside of the include of the borders. Is this at all possible?
Thanks in advance!
-lee
-
03-07-2005, 04:09 AM #2
Hi,
Whether your using Includes or not, its just a design issue.
It might be easier to design it first, then cut & paste into the includes.If one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?
-
03-07-2005, 08:45 AM #3
Dean -
Understood. I have a SHTML version that attempts to just take the basic HTML from
http://www.coolpillows.com/test/home.htm puts in the includes in the tables & cells & then seems to break. I'll post that & we'll see what happened. Not sure but I think there's something in either the SHTML code, the JS or CSS that's making everything break. Tune in later when I get a chance to update...
Thanks!