Forum Moderators: martinibuster
Now the trick is that this position will be in the middle of my text so i would like my text to automatically wrap around this block. Is it possible?
#block {
position: absolute;
clear: right;
top: 100px;
left: 430px;
width: 100px;
height: 100px;
}
#content {
position: absolute;
top: 100px;
left: 30px;
width: 500px;
height: 800px;
}
so since #block is within #content, basically i want the text in #content to wrap around #block. is this possible? by the way, this would be a template so i would not like to manually add in the block where i want to.
so basically you got part of it right. i want to achieve this.
text text text text
text text text text
text text AD AD ADA
text text AD AD ADA
text text AD AD ADA
text text text text
but i want the text to be editable but not the ad region. so this whole thing forms a template. umm it's confusing i know but did you get what im trying to say?
I'm far from a CSS expert, so I can guarantee the results, but I've used something like that before.
As far as your "template", I have no idea how your template is setup, so I couldn't advise you there.
this is my proposed template
___________________
AD AD ADA¦
AD AD ADA¦
AD AD ADA¦
AD AD ADA¦
¦
¦
¦
¦
¦
___________________¦
grey: editable region
pink: ad regions which i want fixed
so when i paste my content in, it will go in the grey area and naturally wrap around the pink regions.
anyone knows how to do this?
[edited by: Woz at 5:25 am (utc) on April 19, 2006]
[edit reason] No reviews or URLs please, see TOS. [/edit]
the "text" bit if my editable region (a.k.a where the text goes in) and the "ad" bit is where the ad goes in. this is for a template so the ad bits have to be fixed in that position. when i wanna input content, all i have to do is to copy and paste my content into the white space and it automatically wraps around the fixed ad bits and voila. i save and am good to go.
is this clearer?