Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Mohadeb94 #1
Dreamweaver 8 width tag less than 4?
I am having trouble with Dreamweaver 8 and width tags.
The old way of making a cell width of 1 was to place an image in that cell of
1 and the table would reduce to the image size.
Now for some reason when you try and do this... the table cell width wont
reduce below 4.
Anyone help me on this?
Thanks.
Mohadeb94 Guest
-
I know we can set max image width, but I need to set itby region. Region A has one max width; Region B another.
We can already set a maximum image width for use globally, throughout every page. Can we do it by region? This way one region can have a max... -
CSS div width
I am trying to create a gallery page which delivers images dynamically, in a single row, triggering the browser scroll if necessary. The amount... -
DG Column Width vs Table Column Width
Hi, I am wanting to display data in a datagrid with additional header rows above it that categorise some of the main headers of the datagrid. I... -
width of a field
Hi all, How exactly can I set the width of a field sprite through code? I tried sprite(pMyPopupText).width = 300 but this doesnt seem to... -
Will a webpage designed in Dreamweaver 4 be compatible with Dreamweaver MX?
Will a web page designed with Dreamweaver 4 and Fireworks 4 be compatible with the MX versions of Dreamwever and Fireworks? We have one PC with... -
Murray *TMM* #2
Re: Dreamweaver 8 width tag less than 4?
It does for me -
<table width="300" border="1" cellspacing="0" cellpadding="0">
<tr>
<td> </td>
<td width="1" bgcolor="#0000FF"><img src="images/shim.gif" width="2"
height="1"></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td width="1" bgcolor="#0000FF"><img src="images/shim.gif" width="2"
height="1"></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td width="1" bgcolor="#0000FF"><img src="images/shim.gif" width="2"
height="1"></td>
<td> </td>
</tr>
</table>
Show me your page, please.
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"Mohadeb94" <webforumsuser@macromedia.com> wrote in message
news:di0sib$1tp$1@forums.macromedia.com...>I am having trouble with Dreamweaver 8 and width tags.
>
> The old way of making a cell width of 1 was to place an image in that cell
> of
> 1 and the table would reduce to the image size.
>
> Now for some reason when you try and do this... the table cell width wont
> reduce below 4.
>
> Anyone help me on this?
>
> Thanks.
>
Murray *TMM* Guest
-
Mohadeb94 #3
Re: Dreamweaver 8 width tag less than 4?
<table width="259" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="128"><img src="images/test/test1.jpg" width="128"
height="113" /></td>
<td width="1"><img src="images/grey_line.gif" width="1" height="90"
/></td>
<td width="129"><img src="images/test/test2.jpg" width="129"
height="115" /></td>
<td width="1"><img src="images/grey_line.gif" width="1" height="90"
/></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
I found out the problem... its because I had cells under the 1 width cells....
but for some reason I remeber in previous version that both top and bottom cell
would be width 1.
Weird....
Mohadeb94 Guest



Reply With Quote

