![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm trying to insert dynamically-generated copy in a page that contains a right-float and a left-float block at the top of the page. http://www.clearpointsystems.com I need everything in the #page div to maintain the border, but the generated copy (from WordPress) must go in the #page div. Is there a way to make the copy from WordPress start below the #window div? That would be easier than trying to hack WordPress... |
#3
| |||
| |||
|
|
#content {clear: left} Or clear: both; if you want it below both #window and #top-right-corner |
#4
| |||
| |||
|
|
#content {clear: left} Or clear: both; if you want it below both #window and #top-right-corner sounds good, but do mean like this: div id="page" div id="window" text... float left /div div id="top-right-corner" image... float right /div div id="content"></div> <== this does it if the stylesheet has { clear:both } ?? ... dynamically-created content... ... /div |
#5
| |||
| |||
|
|
#content {clear: left} Or clear: both; if you want it below both #window and #top-right-corner sounds good, but do mean like this: div id="page" div id="window" text... float left /div div id="top-right-corner" image... float right /div div id="content"></div> <== this does it if the stylesheet has { clear:both } ?? ... dynamically-created content... ... /div No. There was already a <div id="content"> in the page you linked to earlier - I assumed it was part of the dynamically generated contant. my Word Press templates have the same thing in them, but I may have added it myself rather than it being part of the default output. |
#6
| |||
| |||
|
|
#content {clear: left} Or clear: both; if you want it below both #window and #top-right-corner sounds good, but do mean like this: div id="page" div id="window" text... float left /div div id="top-right-corner" image... float right /div div id="content"></div> <== this does it if the stylesheet has { clear:both } ?? ... dynamically-created content... ... /div No. There was already a <div id="content"> in the page you linked to earlier - I assumed it was part of the dynamically generated contant. my Word Press templates have the same thing in them, but I may have added it myself rather than it being part of the default output. I see. But that example above actually worked. |
![]() |
| Thread Tools | |
| Display Modes | |
| |