PDA

View Full Version : I think this would b cool....


LiL pImPsTeR
11-19-2002, 03:13 AM
Ok, in the postbit, unmodified, your username and avatar and shit are there, but i think itd b cool to have it accross the top....or bottom, and then have your avatar IN the post.....and the text from the psot wraps around it.....anyone think they can do it? i think itd b bad if done right.... so the post bit would look like this.....

------------------------------------------------------------------------
Username| Usertitle | Posts | Location | yadda yadda
------------------------------------------------------------------------
Avatar|
Avatar|
Avatar| TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT

Think thats possible?

Nairb
11-19-2002, 06:15 PM
Yes, on filburt1's forum he has it like that.... kinda
ask him?

SaintDog
11-19-2002, 06:25 PM
Not really that hard, as with all postbits, it just takes a little time and some HTML knowledge :)

LiL pImPsTeR
11-19-2002, 07:44 PM
yah im workin on it, right now im having trouble getting the text to wrap, i want it to start towards the top of the avatar, instead right there at the bottom like i have shown....

Tony G
11-20-2002, 03:18 AM
Try using nowrap. :) (Is that what you wanted? If so, place 'nowrap' in your <td> tag)

LiL pImPsTeR
11-20-2002, 05:40 AM
naw Tony, I want it to wrap around the avatar like this

------------------------------------------------------------------------
Username| Usertitle | Posts | Location | yadda yadda
------------------------------------------------------------------------
Avatar|TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
Avatar|TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
Avatar|TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT

filburt1
11-20-2002, 11:31 AM
Maybe it was you or somebody else but I thought this was already answered.

Anyway in postbit_avatar (IIRC) add align="left" hspace="3" vspace="3" to the image tag.

Edit: BTW my postbit relies heavily on other templates on my forum so I'm not going to release it, especially due to its reliance on images. What I did to align the avatar was just to make a table cell and dump the avatar in the middle of it.

assassingod
11-20-2002, 12:11 PM
I can't remember if this will work but try doing this:

$post[avatar]<p align="left">$post[message]</p>


Try it:)

LiL pImPsTeR
11-20-2002, 11:33 PM
that works bro, however it doesnt wrap the text....it jsut goes all the way out, and it makes the forum all wide.....that postbit_avatar thing didint work for me either filburt, ut thanks anyways guys....i hope i kan figure out sumthing

LiL pImPsTeR
11-20-2002, 11:35 PM
Originally posted by ffdcsite
I can't remember if this will work but try doing this:

$post[avatar]<p align="left">$post[message]</p>


Try it:)

dude nevermind that shit worked perfectlly man, it wraps perfect....it looks really good :) i jsut accidentlly had nowrap in the TD tag, but i took that out after going over it and now it works perfect.....thanks man ;)

Nairb
11-23-2002, 04:50 AM
Can you give us a link or a screen shot to see what you came out with?

LiL pImPsTeR
11-24-2002, 05:08 PM
Originally posted by Nairb
Can you give us a link or a screen shot to see what you came out with?

yah let me perfect the code and ill post it for u guys tonight propablly.....

LiL pImPsTeR
11-24-2002, 05:18 PM
Can someone help me get the IP LOGGED code to allign to the right.....i dont want it right next to the Date/Time....i dunno wut code will work, its frustratng.....ive tried like two things. but if some 1 can tell me, the code to allign that part to the right, then ill b finised and ill post how to do it.

filburt1
11-24-2002, 05:26 PM
<table width="100%">
<tr>
<td>
code for newpost and date/time
</td>
<td align="right">
code for ip
</td>
</tr>
</table>

imported_N!ck
11-24-2002, 05:57 PM
my goodness, all you have to do for that is add the following attribute to the IMG tag:


style="float: left"


and the text will wrap around it

assassingod
11-24-2002, 06:02 PM
Its easier using align="left" ^.-

LiL pImPsTeR
11-24-2002, 06:38 PM
yah i already got it, i had to put them in new cells and ****, cuz it wouldnt align, and no Nick.....your wrong, thank you very much. Its done.