|
|||||||
Join now to download all the free website templates or post on the forum. If you have never been on a forum before read the
FAQ. It's quick, easy and free to join!
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hello Mimoun,
I've downloaded your code for creating an unbreakable css template and I'm trying to add another central column but failing miserably. Could you possibly add another column and send me example code please. Also, I'm planning on having a nested menu on the left hand column which will populate the central column with the 3rd(right hand column) being used for helpful notes on the main subject. I would be grateful if you could show me how I can i) direct info to the central column after choosing an option from the menu and ii) directing the helpful notes to the right hand side column. I'd apprectate any help you can give on this matter. Thanks, Stephen |
|
||||
|
I will create a new one for you with 3 columns.
You direct info into a column by creating a new html file, put the info in the column and linking to it from the mainpage. This is the code for using links. Code:
<a href="http://www.example.com/mypage.html">click here for info</a> |
|
|||
|
Thanks for the example Mimoun.
In your code the links from the left hand menu open the target in a new browser. Is there any way of opening the target in the middle column? I can do this in frames quite easily but I'd like to use CSS to handle the template. Is it a case of having the target as <a href="http://www.example.com/mypage.html" "target=rightside">click here for info</a> |
|
||||
|
To open the link in the same page use this:
Code:
<a href="http://www.example.com" target="_self">link</a> Using frames was good in the early days of the internet, because the internet was very slow. Now you don't need to use it anymore, because of these 3 reasons: 1 - The internet is much faster now. 2 - You're using an external CSS file which makes your pages very small. 3 - It's not good for search engines they get lost in your frames. |
|
|||
|
Mimoun, the url link <a href="http://www.example.com" target="_self">link</a> from the left hand menu is still not opening up in the centre column. But maybe this is not possible...or practical. Also I noticed in the css file that you reference a #wrapper and also use background images. Can you explain why.....or are you just demonstrating how they can be used?
|
|
||||
|
Opening something in the center is not practical, but possible you could use inline frames, but I recommend you not to use them.
It's better to open new pages for different content. The #wrapper and background images are needed to make the background of every column appear continuous while in fact they’re not. If you don't need the background to appear continuous you can remove the background images. Check the design back when you have removed the background images and you will see why I used it. |
|
|||
|
Mimoun, what I'm looking to create is a static menu on the left which populates both the centre and right hand columns with data depending on what menu item was clicked on. I can understand that if one of those links pointed to an external site it would open another browser or fill the browser already open but for 'internal' links I would hope to direct this data into the middle and right hand columns. Actually what you use on this site would be almost exactly what I'm after as you have a 'static' area on top which directs data into the main area below. You with me?
|
|
||||
|
If that's what you want you will have to use an inline frame.
On this site we don't use any frames. It looks like the header is static but it's a dynamic header it loads so fast that it almost looks like the header didn't reload but it's a new page with a new header. I will see if I can make a new one for you by tomorrow with more pages and one with inline frames. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|