![]() |
|
|
#1 |
|
Guest
Posts: n/a
|
Addin a Div wrecks site
What I'm trying to do seems simple but, because of my lack of experience it
has turned out to be anything but simple. I wanted to add one of those Weather widgets to my website.... you put in your zip code and they give you the html code to use on your site. Here's a link to my site before I add the weather feature.... http://www.flcomputech.com/index.htm And here's the same page after I've added it: http://www.flcomputech.com/flcompute...ting/index.htm What do I need to do to get that to display correctly? Thanks |
|
|
|
#2 |
|
Guest
Posts: n/a
|
Re: Addin a Div wrecks site
Probably are needing a <div style="clear:both"></div> after your main
content or left column div.... I'll look at the code when I have time later if you haven't figgered it by then.... -- _________________________________________ What could possibly go wrong? Keith Rishard http://www.cannonbeachcomputers.com ------------------------------------------ "JohnB" <jbrigan@yahoo.com> wrote in message news:uDo9jaU1IHA.5472@TK2MSFTNGP06.phx.gbl... > What I'm trying to do seems simple but, because of my lack of experience > it has turned out to be anything but simple. I wanted to add one of those > Weather widgets to my website.... you put in your zip code and they give > you the html code to use on your site. > Here's a link to my site before I add the weather feature.... > http://www.flcomputech.com/index.htm > > And here's the same page after I've added it: > http://www.flcomputech.com/flcompute...ting/index.htm > > What do I need to do to get that to display correctly? > > Thanks > |
|
|
|
#3 |
|
Guest
Posts: n/a
|
RE: Addin a Div wrecks site
Look at code view. Your testing page has a duplicate id="sidebar" div tag,
which includes the footer and constrains it to the size and position of the sidebar. Remove it (and check that you now have matching opening and closing <div></div> tags on the page). The fact that this duplicate sidebar tag is in an uneditable region makes me suspect you've also detached this page from the DWT. <!-- #EndEditable --> <div id="sidebar"> <<<<----- Remove this. <div id="footer"> <a href="index.htm">Home</a> | <a href="about/aboutus.htm">About Us</a> | <a href="services/services.htm">Services</a> | <a href="service_plans/service_plans.htm">Service Plans</a> | <a href="partners/partners.htm">Business Partners</a> | <a href="contact/form-email.htm">Contact Us</a> | <a href="#top">Top of Page</a> <p>Florida Computech Inc. © 2007 | All Rights Reserved</p> </div> </div> </body> "JohnB" wrote: > What I'm trying to do seems simple but, because of my lack of experience it > has turned out to be anything but simple. I wanted to add one of those > Weather widgets to my website.... you put in your zip code and they give you > the html code to use on your site. > Here's a link to my site before I add the weather feature.... > http://www.flcomputech.com/index.htm > > And here's the same page after I've added it: > http://www.flcomputech.com/flcompute...ting/index.htm > > What do I need to do to get that to display correctly? > > Thanks > > > |
|
|
|
#4 |
|
Guest
Posts: n/a
|
Re: Addin a Div wrecks site
Well that was kind of funny. Funny that I never saw that. I removed it and
everything looked perfect. Thank you! "KathyW" <KathyW@discussions.microsoft.com> wrote in message news:0F63F419-7591-43EF-8912-DB6EC3018BAC@microsoft.com... > Look at code view. Your testing page has a duplicate id="sidebar" div > tag, > which includes the footer and constrains it to the size and position of > the > sidebar. Remove it (and check that you now have matching opening and > closing > <div></div> tags on the page). > > The fact that this duplicate sidebar tag is in an uneditable region makes > me > suspect you've also detached this page from the DWT. > > <!-- #EndEditable --> > <div id="sidebar"> <<<<----- Remove this. > <div id="footer"> > <a href="index.htm">Home</a> | > <a href="about/aboutus.htm">About Us</a> | > <a href="services/services.htm">Services</a> | > <a href="service_plans/service_plans.htm">Service Plans</a> | > <a href="partners/partners.htm">Business Partners</a> | > <a href="contact/form-email.htm">Contact Us</a> | > <a href="#top">Top of Page</a> > <p>Florida Computech Inc. © 2007 | All Rights Reserved</p> > </div> > </div> > > </body> > > "JohnB" wrote: > >> What I'm trying to do seems simple but, because of my lack of experience >> it >> has turned out to be anything but simple. I wanted to add one of those >> Weather widgets to my website.... you put in your zip code and they give >> you >> the html code to use on your site. >> Here's a link to my site before I add the weather feature.... >> http://www.flcomputech.com/index.htm >> >> And here's the same page after I've added it: >> http://www.flcomputech.com/flcompute...ting/index.htm >> >> What do I need to do to get that to display correctly? >> >> Thanks >> >> >> |
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|