From: Robert <ro...@wo...> - 2006-06-28 01:43:17
|
Hi Matt I would like to know if I may use the picture you have for your 404 error pages for my site. I do not want to take it without at less asking. Robert btw I like the way pictures can be added to a site but if you look at my site there is a problem if it is a big pic, with the next section. <a href="http://www.wolfclanwebsolutions.com/hosting/">FalloutRC2</a> |
From: Shaun M. <sh...@ae...> - 2006-06-28 10:34:42
|
On 28 Jun 2006, at 02:42, Robert wrote: > > btw I like the way pictures can be added to a site but if you look > at my > site there is a problem if it is a big pic, with the next section. > > <a href="http://www.wolfclanwebsolutions.com/hosting/">FalloutRC2</a> In which browser? Shaun aegis design - http://www.aegisdesign.co.uk aegis hosting - http://www.aegishosting.co.uk |
From: Robert <ro...@wo...> - 2006-06-28 23:23:22
|
Hi Shaun I am using Firefox and the pic had the words to the right, but when I added the next section it to was on the right of the pic. So I moved the text to the bottom, that way it was seperated from the text of the section above. Robert Shaun Murray wrote: > On 28 Jun 2006, at 02:42, Robert wrote: > > >> btw I like the way pictures can be added to a site but if you look >> at my >> site there is a problem if it is a big pic, with the next section. >> >> <a href="http://www.wolfclanwebsolutions.com/hosting/">FalloutRC2</a> >> > > > In which browser? > > > > Shaun > aegis design - http://www.aegisdesign.co.uk > aegis hosting - http://www.aegishosting.co.uk > > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > > > |
From: Robert <ro...@wo...> - 2006-06-28 23:34:01
|
Update This only occurs when using layout Blue not with the default, decide to investigate it more after Shaun's comment Robert Robert wrote: > Hi Shaun > I am using Firefox and the pic had the words to the right, but when I > added the next section it to was on the right of the pic. > So I moved the text to the bottom, that way it was seperated from the > text of the section above. > > Robert > > Shaun Murray wrote: > >> On 28 Jun 2006, at 02:42, Robert wrote: >> >> >> >>> btw I like the way pictures can be added to a site but if you look >>> at my >>> site there is a problem if it is a big pic, with the next section. >>> >>> <a href="http://www.wolfclanwebsolutions.com/hosting/">FalloutRC2</a> >>> >>> >> In which browser? >> >> >> >> Shaun >> aegis design - http://www.aegisdesign.co.uk >> aegis hosting - http://www.aegishosting.co.uk >> >> >> Using Tomcat but need to do more? Need to support web services, security? >> Get stuff done quickly with pre-integrated technology to make your job easier >> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >> _______________________________________________ >> Phpwebsite-developers mailing list >> Php...@li... >> https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers >> >> >> >> >> >> > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > > > |
From: Shaun M. <sh...@ae...> - 2006-06-29 08:44:49
|
On 29 Jun 2006, at 00:31, Robert wrote: > Update > This only occurs when using layout Blue not with the default, > decide to > investigate it more after Shaun's comment > It's probably this problem... http://www.complexspiral.com/publications/containing-floats/ In some themes the default boxes are tables, not divs. Tables will contain floated elements like images and wrap everything up inside the table, DIVs won't. Biggest pain in the arse with non-table layout going. The traditional method, mentioned by Eric Meyer above is to add a clearing element into your html. I find that more than annoying and prefer this method... http://www.positioniseverything.net/easyclearing.html Shaun aegis design - http://www.aegisdesign.co.uk aegis hosting - http://www.aegishosting.co.uk |