[WSG] BR tag causes odd behaviour ??

2005-10-17 Thread Michael Kear
Can anyone see why the br / is causing the content to drop down below the adjacent floated div in the page http://afterlifelink.com.au/charges/index.cfm? Cheers Mike Kear Windsor, NSW, Australia Macromedia Certified Advanced ColdFusion Developer AFP Webworks Pty Ltd http://afpwebworks.com Full

Re: [WSG] BR tag causes odd behaviour ??

2005-10-17 Thread Philippe Wittenbergh
On 17 Oct 2005, at 3:24 pm, Michael Kear wrote: Can anyone see why the br / is causing the content to drop down below the adjacent floated div in the page http://afterlifelink.com.au/charges/index.cfm? Because that is what you tell it to do. At the bottom of

Re: [WSG] BR tag causes odd behaviour ??

2005-10-17 Thread Kenny Graham
Probably because you're using br and not br /. My guess is, it's waiting for a /br and assuming the content after the first br should somehow be contained within it. Replace your brs with br / and see if that fixes it. Can anyone see why the br / is causing the content to drop down below the

Re: [WSG] BR tag causes odd behaviour ??

2005-10-17 Thread Kenny Graham
Because that is what you tell it to do. At the bottom of http://afterlifelink.com.au/css/formstyles.css Ok, maybe I should have looked at the css ;) but still, replace those brs with br /s if you're gonna call it xhtml in the doctype :) ** The

RE: [WSG] BR tag causes odd behaviour ??

2005-10-17 Thread Michael Kear
October 2005 4:39 PM To: wsg@webstandardsgroup.org Subject: Re: [WSG] BR tag causes odd behaviour ?? On 17 Oct 2005, at 3:24 pm, Michael Kear wrote: Can anyone see why the br / is causing the content to drop down below the adjacent floated div in the page http://afterlifelink.com.au/charges

RE: [WSG] BR tag causes odd behaviour ??

2005-10-17 Thread Michael Kear
Webworks Pty Ltd http://afpwebworks.com Full Scale ColdFusion hosting from A$15/month -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kenny Graham Sent: Monday, 17 October 2005 4:57 PM To: wsg@webstandardsgroup.org Subject: Re: [WSG] BR tag causes odd

Re: [WSG] BR tag causes odd behaviour ??

2005-10-17 Thread Nick Cowie
Can anyone see why the br / is causing the content to drop down below the adjacent floated div in the page How about the last line in formstyles.css br{ clear : left; } -- Nick Cowie http://nickcowie.com ** The discussion list for