I'm using drupal 4.6 with a modified Friendselectric theme. With img_assist, when i specify left or right alignment, it places the image in the expected place, but it places it with the *rest* of the page wrapping around it. What this means is that if i insert an image into an article that is only a few lines long, on the page that lists the stories, you'll have stories 2,3,4 all wrapping around the image, destroying the entire layout.
Here's a sketchy diagram to display what i mean :
The image below (as #) belongs only to story one, and should not have story 2 anywhere near it, but this is the result)
Story 1 : The image i took :
|####| This was taken from a camera!
|####|
|####| Story 2 : Damn wrapping issues!
|####| that gets wrapped up with story 1's image
and then it causes the bottom to finnally hit a new line
Story 3 : starts where it should be on a new line by itself.
This is story 3's content.
So i figured a duct-tape fix would be to simply disable the alignment feature, and just allow the image to sit on the page (not floated, or wrapped). I did this by deleting the
, uploaded.. and go no result.
Everytime i modify the code.. i get no results. I adjust the code, upload, exact same outputted source. I delete the content of the entire module.. and it stops working (as it should), which lets me know im working with the right file. Make my changes, upload and not a single change. I deleted the entire image output function and no change either.