473,388 Members | 1,322 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,388 software developers and data experts.

Restrict the Table TD size.

Hi,
I am working in a framework based project where my html
page is rendered inside that framework. The framework code is
done by other team and that can not be modified.

Here is my problem :

<table>
<<snip parts by framework>>
<tr>
<td><img src="/s.gif" alt="" border="0" height="1" width="9"></td>
<td width="100%">
<table border="0" cellpadding="0" cellspacing="0"
width="100%"><tr><td><img src="/s.gif" width="1" height="3"
alt=""></td></tr><tr><td>Logged User:ME</td></tr></table>
<!-- My table goes here-->
<table>..</table>
<!-- My table ends here-->
</td></tr></table>

I want to have my table to grow at any size..but I want to keep the
framework table to some specified limit. As the framework table has
100% it is growing with my table.

Is there any possibility that we can separate the dependency of
growing framework table on my table?

thanks,
Guru.
Jul 23 '05 #1
2 1499
"Guru" <ra******@yahoo.com> wrote in message
news:ab**************************@posting.google.c om...
Hi,
I am working in a framework based project where my html
page is rendered inside that framework. The framework code is
done by other team and that can not be modified.

Here is my problem :

<table>
<<snip parts by framework>>
<tr>
<td><img src="/s.gif" alt="" border="0" height="1" width="9"></td>
<td width="100%">
<table border="0" cellpadding="0" cellspacing="0"
width="100%"><tr><td><img src="/s.gif" width="1" height="3"
alt=""></td></tr><tr><td>Logged User:ME</td></tr></table>
<!-- My table goes here-->
<table>..</table>
<!-- My table ends here-->
</td></tr></table>

I want to have my table to grow at any size..but I want to keep the
framework table to some specified limit. As the framework table has
100% it is growing with my table.

Is there any possibility that we can separate the dependency of
growing framework table on my table?


Wrap the framework table in a div section with a specified width,
that way, the table's 100% will be related to 100% of it's parent
(the div)

<div style="width:500px;">
<table>
<<snip parts by framework>>
<tr>
<td><img src="/s.gif" alt="" border="0" height="1" width="9"></td>
<td width="100%">
<table border="0" cellpadding="0" cellspacing="0"
width="100%"><tr><td><img src="/s.gif" width="1" height="3"
alt=""></td></tr><tr><td>Logged User:ME</td></tr>
</table>
</div>

<!-- My table goes here-->
....

--
Dag
58°26'15.9" N 008°46'45.5" E
Jul 23 '05 #2
No . that is also the part of framework.
My control starts from
<!-- My table goes here-->
I can not make a wrapper div over the framework code.
Sorry if i explained wrong in my previous post.

"Dag Sunde" <ds@orion.no-way> wrote in message news:<nv*****************@juliett.dax.net>...
"Guru" <ra******@yahoo.com> wrote in message
news:ab**************************@posting.google.c om...
Hi,
I am working in a framework based project where my html
page is rendered inside that framework. The framework code is
done by other team and that can not be modified.

Here is my problem :

<table>
<<snip parts by framework>>
<tr>
<td><img src="/s.gif" alt="" border="0" height="1" width="9"></td>
<td width="100%">
<table border="0" cellpadding="0" cellspacing="0"
width="100%"><tr><td><img src="/s.gif" width="1" height="3"
alt=""></td></tr><tr><td>Logged User:ME</td></tr></table>
<!-- My table goes here-->
<table>..</table>
<!-- My table ends here-->
</td></tr></table>

I want to have my table to grow at any size..but I want to keep the
framework table to some specified limit. As the framework table has
100% it is growing with my table.

Is there any possibility that we can separate the dependency of
growing framework table on my table?


Wrap the framework table in a div section with a specified width,
that way, the table's 100% will be related to 100% of it's parent
(the div)

<div style="width:500px;">
<table>
<<snip parts by framework>>
<tr>
<td><img src="/s.gif" alt="" border="0" height="1" width="9"></td>
<td width="100%">
<table border="0" cellpadding="0" cellspacing="0"
width="100%"><tr><td><img src="/s.gif" width="1" height="3"
alt=""></td></tr><tr><td>Logged User:ME</td></tr>
</table>
</div>

<!-- My table goes here-->
...

Jul 23 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Guru | last post by:
Hi, I am working in a framework based project where my html page is rendered inside that framework. The framework code is done by other team and that can not be modified. Here is my problem : ...
3
by: razheev | last post by:
Hi, I am doing a purge process and trying to delete rows .Let me know how efficiently I can handle the purge process because of the RI on the tables. TABLE A is a PARENT of TABLE B, TABLE C,...
4
by: Neil Coleclough | last post by:
I am constructing a database to process product returns for my Company. I have a number of toggle buttons to identify the stage to which each return has been processed. For example, clicking the...
8
by: shorti | last post by:
Here is an example of what I want to do (syntax might not be entirely correct as this is just an example): CREATE TABLE ParentA ( name CHAR (6) NOT NULL; address CHAR(64); ) IN CUSTOMER_TS...
1
by: Uncle Sam | last post by:
how to restrict data insertion upto 50 MB in a table?
21
by: Niu Xiao | last post by:
I see a lot of use in function declarations, such as size_t fread(void* restrict ptr, size_t size, size_t nobj, FILE* restrict fp); but what does the keyword 'restrict' mean? there is no...
5
by: Dakrat | last post by:
Allow me to preface this post by saying that this is my first database project, and while I have learned a lot, any concepts I have learned are hit and miss as I have found new requirements and...
5
by: Arun Srinivasan | last post by:
The table became inaccessible due to an error during an insert in 'not logged' mode. Now I can't drop it, since it was declared using 'restrict on drop'.. Pleaseeeeee heklp. It's using 400...
4
by: chazzy69 | last post by:
The problem is as follows, i am inputing text and images from another source via my php script, now when i try to display the text and images into a page of my own styling the text and images skewed...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.