HighDots Forums  

Table Help

alt.discuss.html alt.discuss.html


Discuss Table Help in the alt.discuss.html forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
The Magician
 
Posts: n/a

Default Table Help - 05-31-2005 , 05:04 AM







I've been dong webpages with html editors for a few years now (mainly my own goofy little site), and have pretty much just done them to suit my fancy.
Now I have someone who wants me to do a small site for them.
I don't have too much experience or knowledge of tables, and I am using a dreamweaver template that has them.
I'm not sure if I'm using the right terms and descriptions, but it's a simple 4 page website, and all the templates for each page are the same. You
just customize them the way you want. The problem I'm having, is that the templates come with sample text and a picture. And I like the overall size
of the layout the way it is for each page. When I remove the sample text and picture...the template gets smaller when I save it.
Another way to describe what's happening is when I take out the sample text, etc...and put in my own...the whole frame (table collapses because I'm
putting in less text, etc. I would like to know how you can "lock" the table using Dreamweaver, so that it will stay exactly the size you have it, so
it will only allow just so much text & pictures, etc., and neither collapses or expands despite it's content.
Jeez...I hope that makes sense!
Thanks in advance

Reply With Quote
  #2  
Old   
Steve Sundberg
 
Posts: n/a

Default Re: Table Help - 06-01-2005 , 07:22 PM






On Tue, 31 May 2005 05:04:29 -0400, The Magician
<vanished (AT) thedropofahat (DOT) com> wrote:

Quote:
I've been dong webpages with html editors for a few years now (mainly my own goofy little site), and have pretty much just done them to suit my fancy.
Now I have someone who wants me to do a small site for them.
I don't have too much experience or knowledge of tables, and I am using a dreamweaver template that has them.
I'm not sure if I'm using the right terms and descriptions, but it's a simple 4 page website, and all the templates for each page are the same. You
just customize them the way you want. The problem I'm having, is that the templates come with sample text and a picture. And I like the overall size
of the layout the way it is for each page. When I remove the sample text and picture...the template gets smaller when I save it.
Another way to describe what's happening is when I take out the sample text, etc...and put in my own...the whole frame (table collapses because I'm
putting in less text, etc. I would like to know how you can "lock" the table using Dreamweaver, so that it will stay exactly the size you have it, so
it will only allow just so much text & pictures, etc., and neither collapses or expands despite it's content.
Jeez...I hope that makes sense!
Just a thought but check to see if, within the table parameters, it
reads something like <table width="100%"> or <td width="60%> or some
other percentage. If so, then exchange the flexible width with a fixed
value, e.g. <td width="400">.

The reason some people use flexible widths is to account for the
different screen resolutions that are commonly used. However, for my
own purposes, I now design sites for 800x600 resolutions and set my
page width at 768 pixels. This takes into account the width of a
browser's scroll bar and gives the page the same 10-pixel border that
appears at the top and left sides of the page.



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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.