Web Design Forum  
 
Go Back   Web Design Forum > Web and Graphic Design > Web Design

Reply
 
LinkBack Thread Tools Display Modes
Old 05-22-2005, 03:42 AM   #1 (permalink)
New Member
 
Join Date: May 2005
Posts: 6
Default Tables, cells help

Hi i recently removed frames from my site and replaced them with the use of cells, the thing is i liked how i could redirect links into the center frame is there any way to do this with cells, this way i can keep the top layout of the page with the navigation links? thanks for your input.
faris is offline   Reply With Quote
Old 05-22-2005, 12:10 PM   #2 (permalink)
Diamond Member
 
StephanieCordray's Avatar
 
Join Date: Dec 2004
Location: Nashville TN
Posts: 1,017
Send a message via ICQ to StephanieCordray Send a message via MSN to StephanieCordray
Default

Not exactly sure what you are asking here. If you are asking if you can load a linked webpage into a table cell, then the answer is no.

If you're really attached to your site doing that sort of thing, stick with frames. Otherwise look at alternative ways of linking your pages.

I don't understand why you can't keep the top layout with or without frames. Frames really don't have a lot to do with layout insofar as how a page looks because you can achieve the same look with tables and cells.
StephanieCordray is offline   Reply With Quote
Old 06-01-2005, 07:40 PM   #3 (permalink)
New Member
 
Join Date: Jun 2005
Posts: 3
Default

I'm not sure what you mean either, but there is the possiblity of putting an iframe into a table cell, thats how i layout my websites e.g.

<table>
<tr>
<td>
<iframe src="main.html" name="whatever"></iframe>
</td>
</tr>
</table>

Then you create the file to go inside the iframe individually and link it e.g <a href="main">A link that opens the page in the iframe</a>
hopeundfaith is offline   Reply With Quote
Old 06-17-2005, 08:07 PM   #4 (permalink)
New Member
 
Join Date: Jun 2005
Location: Northumberland, UK
Posts: 3
Send a message via ICQ to NeXus Send a message via MSN to NeXus
Arrow Use php

Luckily, I know what you mean (I think ).

You want to get rid of frames but you don't want to have to copy the top of the page and navigation links into every page? Keep your content separate from your layout?

What I do is have a template with navigation, title, logo at the top. Then I make lots of text files containing only the html that changes across pages, usually just the main content in the middle of the page. Then use php or other server-side scripting to include the content into the template. You can probably download a script to do this.

The main advantage over frames is that search engine spiders can navigate your site easier, apparantly. Coz when they get a hold of it your script has joined it all together and they just get the one page, same as the web browsers get.
NeXus is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 03:51 AM.


Computer Forum - Internet Business - Webpage Design

 
Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.