PDA

View Full Version : align bb code?


Mr_Johnson
05-02-2003, 02:42 AM
Is there an 'align' bb code mod or something? I can't get the text to line up nicely beside images :(

sabret00the
05-02-2003, 07:37 AM
what do you mean?

Mr_Johnson
05-02-2003, 08:36 AM
well, take a look at www.honda-acura.net See how he has several lines of text beside the image on the vbhome page in the articles? I clicked quote to see what he does, and he is using a left Txt_here style setup. I tried the same on my site and doesn't work.

flup
05-02-2003, 09:22 AM
Today at 04:42 AM Mr_Johnson said this in Post #1 (https://vborg.vbsupport.ru/showthread.php?postid=390254#post390254)
Is there an 'align' bb code mod or something? I can't get the text to line up nicely beside images :(



I've posted once a thread with all vbCODEs

just use:


Codetag:
DIV

Replacement:
<div align="{option}">{param}</div>

Code Example:
Centered Text

Use {option} ?
YES


Add this bbcode to you admin CP

Mr_Johnson
05-02-2003, 10:01 AM
Thanks, I found it searching the forums :D Thanks alot.

flup
05-02-2003, 12:11 PM
Np

vfxtalk
09-25-2003, 08:42 AM
Hi All,

I have a similar niggling code problemo .... I have created a custom VB code as suggested, and it works fine, HOWEVER, the image ends up wasting alot of horizontal room, as the text doesnt wrap around / next to the image, i just end up with (for example) an image aligned left, lots of wasted room to the right of the image and then the text starts on a new left aligned row...i want the text to start at the top of the image and use all that room...u know what i mean ?? like how its done in this one www.honda-acura.net ...

this is the code that i am currently using: (ignore all '*')


[SIZE=1*]
[div=left*]
[img*]http://www.URL.com/something.jpg[/img*]
[/div*]
Article Text

[color=orange*]Source: [/color*][url*]www.Source URL.com[/url*]
[/SIZE*]

CHEERS BEERS for any help...so close, yet sooo far away ;)

Paul

Dean C
09-25-2003, 02:56 PM
Please read the sticky - no vBulletin questions in the Lounge.

Moved

vfxtalk
09-25-2003, 10:38 PM
Please read the sticky - no vBulletin questions in the Lounge.

Moved

but we're not in the lounge ?? and i am a licensed (twice over) vBulletin user.

Cheers

Paul

Dean C
09-26-2003, 03:51 PM
The reason it's not in the Lounge anymore, is because I moved it to the correct forum :)

vfxtalk
09-26-2003, 11:14 PM
im very confused ... ???

Are you saying that i posted my question in the lounge ?? or that you moved the sticky from here to the lounge or vice versa ??

Anyways, can you help me with my align issue ... just above ??

Cheers

Paul

Dean C
09-27-2003, 09:49 AM
What i'm saying is that in the lounge there was a sticky thread which clearly said that "No vBulletin questions are to be posted in this forum". You posted a vBulletin question in that forum so I moved it out of that forum and into this forum (the correct one for such questions) :).

vfxtalk
09-27-2003, 02:32 PM
What i'm saying is that in the lounge there was a sticky thread which clearly said that "No vBulletin questions are to be posted in this forum". You posted a vBulletin question in that forum so I moved it out of that forum and into this forum (the correct one for such questions) :).


ahha [hear the penny drop] ... :p

Cheers, any help on the question ??

Cheers again

Paul

Dean C
09-27-2003, 08:33 PM
I think it's because your using div tags. Try using <p> tags instead - if all else fails try the thread at vbulletin.com which has many vb code tags you can add (some very useful too ;))

- miSt