This is a discussion on "Box Help" within the Web Page Design section. This forum, and the thread "Box Help are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Box Help
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Box Help
i want to add a box for my content so my images dont get messed up. I want it to look like the one here. www.slappyhours.cjb.net
is it css or is it something i can do simply off dreamweaver? |
|
|
|
||||
|
Re: Box Help
That, I'm sure, is an iframe. They're frowned upon, but you can look here to learn more: http://www.htmlite.com/lite021.php
|
|
||||
|
Re: Box Help
It is an iframe.
You DO NOT need to use iframes. They are not the best tool to use, especially when it is so easy to change content. Have you heard of PHP includes??? They are great, and save a hell of a lot of time. Say if the code is exactly the same on all of your pages, and the only thing that changes is the centre content, you can put all of the code in one file, and just use the php include to include it into the webpage. Below is what one of my pages looks like as raw PHP.
I hope you find this useful and use this. I started off coding each page, and when I needed to change something i would spend ages going through each file repeatedly. Craig Last edited by craig; Mar 2nd, 2006 at 19:55. |
|
|||
|
Re: Box Help
I do it exactly the same way, it's really useful because if you want to change something in you menu, for example, you just need to edit navigation.php (in this case).
But I've heard of some other type of PHP-based navigation... do you know cutenews? I don't know what the script does, but when you, for example, click on "next page", the design and everything around it don't change (well, they are reloaded), but it's also done with PHP's include function. I don't know if there's anybody out there who understands me, but I can see PHP_SELF everywhere in the script... well, I'm not that familiar with PHP, so maybe someone could explain how it's done? It's much more useful than iframes, I'd say. |
![]() |
| Tags |
| box, help |
| Thread Tools | |
|
|