Splak.net

Home of .:Splak|
It is currently Tue Sep 30, 2025 4:35 am

All times are UTC - 6 hours [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Dreamweaver 8
PostPosted: Sat Feb 16, 2008 12:29 pm 
Offline
The British One
The British One
User avatar

Joined: Fri Sep 28, 2007 3:58 am
Posts: 4818
Location: England
Hey. Does anyone know how I can put frames together and save? Cos' I would put the frames together (top and right) and save them all, and when i try to open them it comes out completley different. It doesnt go as one page, it goes as 3?

If anyone gets me, can you help me out. Thankz

_________________
.:Splak|Stormzz
.:Splak|Fusionzz
[Splak Server Administrator]
[Recruitment Moderator and Co-Recruiter]
Image
Image
Got any questions? PM me and i'll try and help.

“You have enemies? Good. That means you've stood up for something, sometime in your life.” - Winston Churchill


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Sat Feb 16, 2008 1:51 pm 
Offline
Some kid.
Some kid.

Joined: Fri Sep 28, 2007 7:56 pm
Posts: 3256
Location: California, US
frames need external pages to load from, that is prob why its giving three pages, and your mane one is the one where alll the frames will load


or use php includes


ex: lets say u wanna include a menu template
so ur page.php has this in it

Code:
<html>
<body>
<?php include("menu.php"); ?>

<h1>Welcome to my home page</h1>

<p>Some text</p>

</body>
</html>




menu.php has

Code:
<a href="http://www.w3schools.com/default.php">Home</a> |
<a href="http://www.w3schools.com/about.php">About Us</a> |
<a href="http://www.w3schools.com/contact.php">Contact Us</a>




when the code is used, you get this
Code:
<html>
<body>
<a href="http://www.w3schools.com/default.php">Home</a> |
<a href="http://www.w3schools.com/about.php">About Us</a> |
<a href="http://www.w3schools.com/contact.php">Contact Us</a>
<h1>Welcome to my home page</h1>

<p>Some text</p>

</body>
</html>



stuff about php includes http://www.w3schools.com/php/php_includes.asp
stuff about frames http://www.w3schools.com/html/html_frames.asp
http://www.w3schools.com/tags/tag_iframe.asp

_________________
.:Splak|VMAN


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Sun Feb 17, 2008 11:27 am 
Offline
The British One
The British One
User avatar

Joined: Fri Sep 28, 2007 3:58 am
Posts: 4818
Location: England
Alright cool, thx vman

_________________
.:Splak|Stormzz
.:Splak|Fusionzz
[Splak Server Administrator]
[Recruitment Moderator and Co-Recruiter]
Image
Image
Got any questions? PM me and i'll try and help.

“You have enemies? Good. That means you've stood up for something, sometime in your life.” - Winston Churchill


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC - 6 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group