Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
mmorton23 #1
Weird table problem
The bottom of the of the blue column ends before the small gray column ends.
Within Dreamweaver they end at the same point (In other words they are flush
with each other). I figure it may be a layout table issue, but I can't seem to
fix it. Perhaps one of you has the answer?
[url]http://hosting.bronto.com/8203-1815dac7/newsletter_sample3.htm[/url]
Thanks for the help!
mmorton23 Guest
-
Weird UI problem
I have this problem when i try to close a popup TItleWindow object, it leaves some sort of an outline shadow on the parent window. It's really... -
Weird problem in 8.0.0
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I've just upgraded two servers to 8.0.0, using PGDG RPMs. One of them is working well;... -
Uploading problem = weird warning (was: access denied problem.....)
Hi, I had a problem where my upload form was not working on our production server but was working on two other servers, after checking the... -
[Q] really WEIRD asp problem (XP, IIS, IE 6)
Can anyone help please: I found a nice article on the web how to write my dynamice information into an RSS-XML. But I cannot get the code to... -
weird asp.net problem
Hi, I am having a weird problem when doing an http post to one of my aspx pages. I have a page (page1.aspx) which basically takes in a... -
Murray *TMM* #2
Re: Weird table problem
It's because you didn't guess well enough when you assigned this height -
<td height="1238" valign="top" bgcolor="#31659C">
To get what you want, you would need to have the blue color *and* the page
content in the same table, so that as the content stretched the table
vertically, the column containing the blue color would stretch vertically
with it. You could get that by changing this -
<tr bgcolor="#ffffff"><td width="136" height="1529" valign="top"><table
width="100%" border="0" cellpadding="5" cellspacing="0" bgcolor="#31659C">
<!--DWLayoutTable-->
to this -
<tr><td width="136" valign="top" bgcolor="#31659C"><table width="100%"
border="0" cellpadding="5" cellspacing="0">
<!--DWLayoutTable-->
By the way, you have several instances of incorrect color values, e.g.,
bgcolor="ffffff", without the required octothorpe (#).
--
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
==================
"mmorton23" <webforumsuser@macromedia.com> wrote in message
news:dgestf$hut$1@forums.macromedia.com...> The bottom of the of the blue column ends before the small gray column
> ends.
> Within Dreamweaver they end at the same point (In other words they are
> flush
> with each other). I figure it may be a layout table issue, but I can't
> seem to
> fix it. Perhaps one of you has the answer?
>
> [url]http://hosting.bronto.com/8203-1815dac7/newsletter_sample3.htm[/url]
>
> Thanks for the help!
>
Murray *TMM* Guest
-
mmorton23 #3
Re: Weird table problem
Thanks for the reply. I searched the source code but I did not find the line
of code you are refering to. Could you explain further or perhaps give me the
source code line number?
Also, I not that web savvy. What is an octohorpe (#)?
Thanks for your help,
mmorton23 Guest
-
Murray *TMM* #4
Re: Weird table problem
Octothorpe = "#" - that's what that character is called.
To find your line of code, look for this -
"><td width="136" height="1529"
That's it....
--
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
==================
"mmorton23" <webforumsuser@macromedia.com> wrote in message
news:dgf5u4$2hh$1@forums.macromedia.com...> Thanks for the reply. I searched the source code but I did not find the
> line
> of code you are refering to. Could you explain further or perhaps give me
> the
> source code line number?
>
> Also, I not that web savvy. What is an octohorpe (#)?
>
> Thanks for your help,
>
Murray *TMM* Guest
-
jon@bronto.com #5
Re: Weird table problem
I noticed that the page you're pointing to is on Bronto's servers. I actually
work there, and in addition to doing graphic design and web development, I help
customers with their email templates. I'm happy to fix the code for you. Just
send me an email -- [email]jon@bronto.com[/email] -- or give your account manager a call and
they can help you with the code as well.
Best regards,
Jon
jon@bronto.com Guest
-
Murray *TMM* #6
Re: Weird table problem
Nice offer....
--
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
==================
"jon@bronto.com" <webforumsuser@macromedia.com> wrote in message
news:dgfcf6$c5h$1@forums.macromedia.com...>I noticed that the page you're pointing to is on Bronto's servers. I
>actually
> work there, and in addition to doing graphic design and web development, I
> help
> customers with their email templates. I'm happy to fix the code for you.
> Just
> send me an email -- [email]jon@bronto.com[/email] -- or give your account manager a call
> and
> they can help you with the code as well.
>
> Best regards,
> Jon
>
>
>
Murray *TMM* Guest



Reply With Quote

