HighDots Forums  

Re: doing better at tables - one question...

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Re: doing better at tables - one question... in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Deaf Mike
 
Posts: n/a

Default Re: doing better at tables - one question... - 11-06-2004 , 11:19 AM






hi, ok thanks that worked ;-) can you just tell me what that whole cut and
paste is? it seems like it was the whole page i made. one more thing - i got
the text to wrap...can you tell me how to make the margins for the text so the
text is a little farther away from the photo?


Reply With Quote
  #2  
Old   
Pablo
 
Posts: n/a

Default Re: doing better at tables - one question... - 11-06-2004 , 11:36 AM






Hi

Quote:
can you just tell me what that whole cut and
paste is? it seems like it was the whole page i made

Yes it was the whole page, all you need to do is delete everything you have
(in code view) and paste the code I posted.

can you tell me how to make the margins for the text so the
Quote:
text is a little farther away from the photo?
Use css to control margins, padding, lineheight etc.


--
Pablo
"The bloke who put the other Dell in their place"
http://www.dellwebsites.com




"Deaf Mike" <webforumsuser (AT) macromedia (DOT) com> a écrit dans le message de news:
cmitir$3el$1 (AT) forums (DOT) macromedia.com...
Quote:
hi, ok thanks that worked ;-) can you just tell me what that whole
cut and
paste is? it seems like it was the whole page i made. one more thing - i
got
the text to wrap...can you tell me how to make the margins for the text so
the
text is a little farther away from the photo?




Reply With Quote
  #3  
Old   
Deaf Mike
 
Posts: n/a

Default Re: doing better at tables - one question... - 11-06-2004 , 06:58 PM



i noticed something funny about tables. i built a graphic thats 10 pixels
high, then tried putting it into a table cell. but cell only allowed me to
shrink it up to i think it was 16 pixels. it wont allow me to shrink it any
more. do tables have a minium height setting? or is there a way to work
around this and make it go as low as 1 pixel high? thanks.


Reply With Quote
  #4  
Old   
(_seb_)
 
Posts: n/a

Default Re: doing better at tables - one question... - 11-06-2004 , 07:08 PM



you must give your table a padding="0" and cellspacing="0", and
border="0", and your graphic a border="0"
also make sure there is no space (&nbsp or <p></p> tag in your table's
cell.

i.e:

<table cellpadding="0" cellspacing="0" border="0"><tr><td><img
src="pixel.gif" width="1" height="1" border="0"></tr></td></table>

this table should be 1 pixel by 1 pixel.


Deaf Mike wrote:
Quote:
i noticed something funny about tables. i built a graphic thats 10 pixels
high, then tried putting it into a table cell. but cell only allowed me to
shrink it up to i think it was 16 pixels. it wont allow me to shrink it any
more. do tables have a minium height setting? or is there a way to work
around this and make it go as low as 1 pixel high? thanks.


Reply With Quote
  #5  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: doing better at tables - one question... - 11-06-2004 , 08:39 PM



Probably because there was a space (&nbsp in another cell in that row.
Spaces will keep your cells about 19px high.

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"Deaf Mike" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
i noticed something funny about tables. i built a graphic thats 10 pixels
high, then tried putting it into a table cell. but cell only allowed me
to
shrink it up to i think it was 16 pixels. it wont allow me to shrink it
any
more. do tables have a minium height setting? or is there a way to work
around this and make it go as low as 1 pixel high? thanks.




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.