PDA


View Full Version : 'Floating' text BESIDE Avatar


Morsolo
05-22-2007, 07:12 PM
Hello,
I've been using the CMPS v3.0 since it was released and v2.0 for a short time as well...

It's a lovely tool which really improves my site, however, I just wish to ask this...
As you can see in this example shot...
I have put on a "Reflective Avatar" mod, which puts all the text below it...

Is there a way to make the text flow to the right, maybe 2 separate tables?

Here's an example shot:
http://i54.photobucket.com/albums/g109/morsolo/vbanewsavaeg.png

Here's what I'm thinking of (Sorry, I had to rush, I gotta go...)
http://i54.photobucket.com/albums/g109/morsolo/vbanewsavafixegcopy.png

Any help is appreciated,
- Morsolo

Brian
05-23-2007, 01:14 PM
I'm guessing there's something with that hack that's not allowing the normal 'align="left"' attribute to work. You could probably edit your 'adv_portal_newsbits' template and use a table that looks something like this:
<table width="100%">
<tr>
<td> Avatar code here</td>
<td>$news[message]</td>
</tr>
</table>

Morsolo
05-24-2007, 03:42 AM
I was trying to do that, but with different edits, I might rework the whole newsbit template...

Also, I'm pretty sure it's the height of the Avatar that is causing it...
My reflection mod does:
Avatar Height + 50%
So, I 100px high ava, become 150px...

But, like I said, I might rework it, thanx!
- Morsolo