Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
open link in a table?
Old 01-30-2010, 04:08 AM open link in a table?
Junior Talker

Posts: 1
Trades: 0
hey guys I've been developing a website for a friend and I decided to use an iframe (to open all the content) but because it is a photography website I wanted to use lightbox I cant really use an Iframe because what will happen is that when I click a thumbnail the fullsize image will center inside the iframe instead of being centered in the middle of the browser ..so I was wondering if there was anything as practical as an iframe but that doesnt act as a seperate page?
years ago I had like a php thing where I would put it wherever I wanted in a page (lets say inside a table) and then it would load a page there (like an iframe) and whenever I clicked a link it would load there too .. as if I was opening a link in a table
how can I do that? I had that but for some reason it stopped working ..any suggestions ?
hope I made my self clear lol sometimes I'm not the best at explaining myself
anyways..thanks in advance
and have a good weekend!
MTaborda is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 01-30-2010, 05:23 AM Re: open link in a table?
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,382
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Get rid of the iframe.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 01-31-2010, 03:02 PM Re: open link in a table?
wongpk's Avatar
Extreme Talker

Posts: 178
Trades: 0
If you have php support, I would suggest things like this:

<div class="frame">
<?php include('thepage.php'); ?>
</div>

CSS:
.frame {
width: 300px;
height: 200px;
overflow: auto;
}

That should be ok...
__________________
Regards,
Andrew

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
wongpk is offline
Reply With Quote
View Public Profile Visit wongpk's homepage!
 
Old 01-31-2010, 07:39 PM Re: open link in a table?
solvision's Avatar
Average Talker

Posts: 29
Name: Simon
Trades: 0
If its just for images, do a search for AJAX photo galleries, there are a lot of image galleries out there with different setups.

Is it just images or do you want that function to be useful for other things?
__________________
ZAM Howto - simple, straight forward answers on how to get started with a website.


Please login or register to view this content. Registration is FREE
solvision is offline
Reply With Quote
View Public Profile Visit solvision's homepage!
 
Reply     « Reply to open link in a table?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.29427 seconds with 12 queries