There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
 
Software Development
Tag Cloud
audio blue screen boot bsod computer cpu crash dell desktop driver drivers error excel external hard drive firefox freezes freezing hard drive hardware hijack hijackthis internet internet explorer itunes laptop malware monitor mouse network networking outlook 2007 power printer problem ram router screen slow sound spyware trojan usb virus vista vista 32-bit windows windows xp windowsxp winxp wireless
Search
Search in:
 
Advanced Search
Tech Support Guy Forums > Software & Hardware > Software Development >
how do i get two tables in frontpage that are seperate from the other?


Computer problem? Tech Support Guy is completely free -- paid for by advertisers and donations. Click here to join today! If you're new to Tech Support Guy, we highly recommend that you visit our Guide for New Members. Enjoy!

Closed Thread
 
Thread Tools
blackecho's Avatar
Senior Member with 379 posts.
 
Join Date: Oct 2003
04-Jun-2004, 09:46 PM #1
how do i get two tables in frontpage that are seperate from the other?
ok, when i use frontpage and make two tables, side by side, and place an image in the left cell and text in the right one, the other side always changes if i do something on the other side. for example, i put a picture in the right cell, and a short paragraph in the next, if i try to put the text in the middle the picture on the left will also move to the middle. if i try to put the text at the top, the image will move to the top. same thing for bottom. i'm using frontpage 2003. any ideas how to get this to stop? thanks!
punjabian263's Avatar
Senior Member with 318 posts.
 
Join Date: Mar 2003
Location: PAKISTAN
Experience: Advanced
04-Jun-2004, 11:37 PM #2
blackecho, please paste your code here, how you are working.
blackecho's Avatar
Senior Member with 379 posts.
 
Join Date: Oct 2003
05-Jun-2004, 12:17 AM #3
<html>

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 2</title>
</head>

<body>

<p>&nbsp;</p>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1">
<tr>
<td width="50%">When<p>I </p>
<p>press </p>
<p>enter</p>
<p>on</p>
<p>this </p>
<p>side I moves my text on the right side when I don't want it to.</td>
<td width="50%">I want this side to be independent from the other side. Like
I would like to have my text at the top, instead of being controlled by the
other side of the table.</td>
</tr>
<tr>
<td width="50%">&nbsp;</td>
<td width="50%">&nbsp;</td>
</tr>
</table>

</body>

</html>


There ya go. If you view the code in Frontpage or another html editor, you'll see the message that I left and my problem. Thanks!
Loppy's Avatar
Junior Member with 6 posts.
 
Join Date: Jun 2004
Location: Biloxi, Mississippi
Experience: Advanced
05-Jun-2004, 07:58 AM #4
Done

<html>

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 2</title>
</head>

<body>

<p>&nbsp;</p>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1">
<tr>
<td width="20%">When I press enter on this side It moves my text on the right
side when I don't want it to.</td>
<td width="80%" valign="top">I want this side to be independent from the other side. Like
I would like to have my text at the top, instead of being controlled by the
other side of the table.</td>
</tr>
<tr>
<td width="20%">&nbsp;</td>
<td width="80%">&nbsp;</td>
</tr>
</table>

</body>

</html>
punjabian263's Avatar
Senior Member with 318 posts.
 
Join Date: Mar 2003
Location: PAKISTAN
Experience: Advanced
05-Jun-2004, 06:00 PM #5
blackecho you are still confusing me,
Quote:
When I press enter on this side It moves my text on the right
side when I don't want it to
then you have written
Quote:
I want this side to be independent from the other side. Like
I would like to have my text at the top, instead of being controlled by the
other side of the table
you first wrote
Quote:
place an image in the left cell and text in the right one,
you can do this in this way
Code:
<html>
<head>
<title>Untitled</title>
</head>
<body>
<html>

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 2</title>
</head>

<body>
<p>&nbsp;</p>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1">
<tr>
<td width="50%"><img src="sample.jpg" alt="image is here"></td>
<td width="50%"> <textarea cols="60" rows="100" >$ I want this side to be independent from the other side. Like 
I would like to have my text at the top, instead of being controlled by the 
other side of the table.</td>
</tr>
<tr>
<td width="50%">&nbsp;</td>
<td width="50%">&nbsp;</td>
</tr>
</table>
</body>
</html>
punjabian263's Avatar
Senior Member with 318 posts.
 
Join Date: Mar 2003
Location: PAKISTAN
Experience: Advanced
06-Jun-2004, 04:27 AM #6
Quote:
place an image in the left cell and text in the right one,
you can add image in first cell and text in the next cell in this way

[code]
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse"

bordercolor="#111111" width="100%" id="AutoNumber1">
<tr>
<td width="50%"><img src="sample.jpg" alt="image is here"></td>
<td width="50%"> <textarea cols="60" rows="100" >$ I want this side to be independent from the

other side. Like
I would like to have my text at the top, instead of being controlled by the
other side of the table.</td>
</tr>
<tr>
<td width="50%">&nbsp;</td>
<td width="50%">&nbsp;</td>
</tr>
</table>
[code]
__________________
PUNJABIAN263
Closed Thread

THIS THREAD HAS EXPIRED.
Are you having the same problem? We have volunteers ready to answer your question, but first you'll have to join for free. Need help getting started? Check out our Welcome Guide.


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
WELCOME TO TECH SUPPORT GUY! Are you looking for the solution to your computer problem? Join our site today to ask your question -- for free! Our site is run completely by volunteers who want to help you solve your computer problems. See our Welcome Guide to get started.



Thread Tools


You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -4. The time now is 11:34 AM.
Copyright © 1996 - 2008 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Powered by Cermak Technologies, Inc.