Prefixed width Attachment text wrapping w. artificial external table padding issue.

Get help developing custom BBCodes or request one.
Post Reply
User avatar
Armstrong
Registered User
Posts: 104
Joined: Sun Mar 25, 2007 2:26 am
Location: Oxford UK / Aix France.
Name: Neil Armstrong
Contact:

Prefixed width Attachment text wrapping w. artificial external table padding issue.

Post by Armstrong »

If someone could tell me how to add some padding OUTSIDE a table that's holding an Attachment for text wrap purposes I'd appreciate it.
So far I'm using this below implementing a transparent gif as a 12px padder. This isnt variable as Id wish it but it suffices for now.
Simply as a personal pride issue the code COULD be out there but I cant find it.

The issue is this.
Getting the attachment into a left aligned table is one thing, but making something like "hspace="x%" " or "cellpadding='x' " effects to work externally to the RIGHT side of the tables' exterior (so that the text isn't crunched up against the side and unreadable sometimes... :evil: ) isn't common knowledge to me.

I've been coding since 1993 but this has stumped me.

Code so far that otherwise WORKS FINE........

Code: Select all

[LWrapAttach400]{TEXT}[/LWrapAttach400]

Code: Select all

<table align="left" width="412"><tr><td align="center" valign="top">{TEXT}</td><td><img src="http://www.raggedybird.com/raggedybirdforum/transtextspacer.gif"></img></td></tr></table>

Code: Select all

Left wrap text round a prefixed width 400px wide attachment. Simply click the button here and then with the cursor between the boxes click "inline" for your chosen attachment. it will appear left justified with 12pixels padding.
This...

Code: Select all

<img src="http://www.raggedybird.com/raggedybirdforum/transtextspacer.gif"></img>
...is what I'm trying to do away with!! :cry:
Post Reply

Return to “Custom BBCode Development and Requests”