Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Cells&Table - How to Make Sizing Stick?

16 views
Skip to first unread message

Chull13

unread,
Sep 1, 2009, 4:06:41 PM9/1/09
to
I have had this problem for years and usually just 'force' it to
something close!!
But - when I set a cell to be 100px by 350px I would think it would
be. But the one I have now is closer to being 200px by 350px even
though when the cursor is on the width line it lies and say 100px and
when I look at the cell properties it too lies and says 100px by 350px
- when I put a 100px wide button in this cell it is obvious that the
cell is twice as wide!!
THEN when I try to drag it smaller it almost always makes it larger
rather than smaller!!
ARGG!!
I try to get a Dynamic WebPage setup going for my site.
I was so close with my 1st one with usesing seperate 1 cell tables,
but could not get the last table at the bottom to stick to the bottom.
Sometime it would end up on the right side if a table above it enede
up being higher (deeper)!!
Double Argg!!
Has any one found a way to get Cells or Tables, or some other 'thing'
in their place and make them stay in their place!?!? Shared Borders
worked, but only on the boders and supposedly DWT will do the same
only more and better!
Or at least how do I get Cells to be the actual size that they are set
to?

Thanks!!

Ronx

unread,
Sep 1, 2009, 5:13:33 PM9/1/09
to
The size of a table cell depends on what is in the cell, as well as the rest
of the cells in the table. To solve your question we will need to see a
complete page with the problem - a link to a published page will help.

--
Ron Symonds
Microsoft MVP (Expression Web)
http://www.rxs-enterprises.org/fp

Reply only to group - emails will be deleted unread.

"Chull13" <chu...@yahoo.com> wrote in message
news:ef3e3263-cb54-4731...@m20g2000vbp.googlegroups.com...

Chull13

unread,
Sep 2, 2009, 9:45:42 AM9/2/09
to
Thanks for responding to my near rant!
I had another idea - start working from the Bottom up!
If that doesn't do it I'll put a copy out where anyone can look at it.
Before I started with a DWT I was envisioning that it would have place
markers and such were I could just say: "This goes, and stays here,
and this goes and stays there!" and so on! But it seems that a DWT is
just an ordinary HTML page! Oh well!
Thanks again!

On Sep 1, 5:13 pm, "Ronx" <ronx...@hotmail.com> wrote:
> The size of a table cell depends on what is in the cell, as well as the rest
> of the cells in the table.  To solve your question we will need to see a
> complete page with the problem - a link to a published page will help.
>
> --
> Ron Symonds

> Microsoft MVP (Expression Web)http://www.rxs-enterprises.org/fp


>
> Reply only to group - emails will be deleted unread.
>

> "Chull13" <chul...@yahoo.com> wrote in message


>
> news:ef3e3263-cb54-4731...@m20g2000vbp.googlegroups.com...
>
>
>
> > I have had this problem for years and usually just 'force' it to
> > something close!!
> > But - when I set a cell to be 100px by 350px I would think it would
> > be. But the one I have now is closer to being 200px by 350px even
> > though when the cursor is on the width line it lies and say 100px and
> > when I look at the cell properties it too lies and says 100px by 350px
> > - when I put a 100px wide button in this cell it is obvious that the
> > cell is twice as wide!!
> > THEN when I try to drag it smaller it almost always makes it larger
> > rather than smaller!!
> > ARGG!!
> > I try to get a Dynamic WebPage setup going for my site.
> > I was so close with my 1st one with usesing seperate 1 cell tables,
> > but could not get the last table at the bottom to stick to the bottom.
> > Sometime it would end up on the right side if a table above it enede
> > up being higher (deeper)!!
> > Double Argg!!
> > Has any one found a way to get Cells or Tables, or some other 'thing'
> > in their place and make them stay in their place!?!? Shared Borders
> > worked, but only on the boders and supposedly DWT will do the same
> > only more and better!
> > Or at least how do I get Cells to be the actual size that they are set
> > to?
>

> > Thanks!!- Hide quoted text -
>
> - Show quoted text -

Ronx

unread,
Sep 2, 2009, 11:42:37 AM9/2/09
to
"Before I started with a DWT I was envisioning that it would have place
markers and such were I could just say: "This goes, and stays here,
and this goes and stays there!" "

It does!
If you open a page that is attached to a DWT some areas cannot be edited,
and others can. In code view, the non-editable areas have a yellow
background, the editable regions have a white background.

In the DWT itself, everything is editable -and it should be since this is
the template for the rest of the pages. Editable regions are marked (in code
view) by the <!-- #begineditable "regionname" --> editable region <!--
#endeditable --> comments.

Use the DWT to set the fixed elements and layout of the page. This will be
fixed in all the pages.
However - and there is no way round this[1] - if an editable region is in a
table cell, and you fill that region with more content than it's designed to
hold that cell will stretch to accommodate the content.

[1] Actually there is a way round it - it involves introducing scroll bars
and learning some CSS and HTML.

Take a look at
http://any-expression.com/expression-web/ebooks/expression-web-dwt-ebook.htm
Expression web DWTs and FrontPage DWTs are identical.


--
Ron Symonds
Microsoft MVP (Expression Web)
http://www.rxs-enterprises.org/fp

Reply only to group - emails will be deleted unread.

"Chull13" <chu...@yahoo.com> wrote in message
news:dea350f8-26e5-4198...@o36g2000vbl.googlegroups.com...

Chull13

unread,
Sep 3, 2009, 10:37:58 AM9/3/09
to
Ronx - Thanks!!
I saw that you are a "Microsoft MVP (Expression Web)" and that got my
brain working again:
1. I relaized - Hey! I'm using Expressions Web NOT FrontPage on that
computer!! Which then made me think:
A. Opps - Posted in Wrong Forum (Sorry), and
B. Let me look around at what EW Might Have!
I found the 'Position' Tool bar and played with it enough to get
the Tables (and to be mention below) Scroll Box to Stick where I tell
them to Stick!! It enter the Code I needed and let me see what I
needed if I needed to code it manually.! I'm sure I can do more with
the Static and Relative to get the bottom table to always be at the
left, bottom and yet flush up to the bottom of what is above it and
yet float downwards as needed - but that is for aanother week day! It
is good enough as is!
2. You suggestion of a scroll box was Great! I had used them years ago
for pop-up pages where I specified a certian width to the page, but I
knew some people would be using larger text - and the Scroll Box took
care of that - And it takes care of the same with my Center Content
Area that is imported? into the DWT.
(Once I find the hack to keep just a few sentances at a fixed font
size that the browzers can't change - I'll be all set to publish my
updated site!!)
When I get it Published I'll post a link

Thanks again Ronx!!

On Sep 2, 11:42 am, "Ronx" <ronx...@hotmail.com> wrote:
> "Before I started with a DWT I was envisioning that it would have place
> markers and such were I could just say: "This goes, and stays here,
> and this goes and stays there!" "
>
> It does!
> If you open a page that is attached to a DWT some areas cannot be edited,
> and others can.  In code view, the non-editable areas have a yellow
> background, the editable regions have a white background.
>
> In the DWT itself, everything is editable -and it should be since this is
> the template for the rest of the pages. Editable regions are marked (in code
> view) by the <!-- #begineditable "regionname" --> editable region <!--  
> #endeditable -->  comments.
>
> Use the DWT to set the fixed elements and layout of the page.  This will be
> fixed in all the pages.
> However - and there is no way round this[1] - if an editable region is in a
> table cell, and you fill that region with more content than it's designed to
> hold that cell will stretch to accommodate the content.
>
> [1] Actually there is a way round it - it involves introducing scroll bars
> and learning some CSS and HTML.
>

> Take a look athttp://any-expression.com/expression-web/ebooks/expression-web-dwt-eb...


> Expression web DWTs and FrontPage DWTs are identical.
> --
> Ron Symonds

> >> - Show quoted text -- Hide quoted text -

Ronx

unread,
Sep 3, 2009, 3:26:19 PM9/3/09
to
"Once I find the hack to keep just a few sentances at a fixed font
size that the browzers can't change "

Will never happen. The only way is to place the text in an image and use
the image. Users can ALWAYS change the size of text.


--
Ron Symonds
Microsoft MVP (Expression Web)
http://www.rxs-enterprises.org/fp

Reply only to group - emails will be deleted unread.

"Chull13" <chu...@yahoo.com> wrote in message
news:1a73d0af-084a-4938...@t13g2000yqn.googlegroups.com...

0 new messages