TinyPortal

Development => Support => Topic started by: briankstan on May 12, 2008, 07:25:37 PM

Title: [Solved] HTML + BBC box
Post by: briankstan on May 12, 2008, 07:25:37 PM
I'm trying to add my store catagories in a TP Box.

when I enter in the following code I get something that works, it just doesn't look how I need it to.

you can see in the attached image that they are spaced far apart.  I need them to be right below eachother with out the space. 

thanks for your help.


[iurl=http://www.saltlakemini-z.com/forum/index.php?action=store;cat=1]Motors[/iurl]
[iurl=http://www.saltlakemini-z.com/forum/index.php?action=store;cat=2]Tires[/iurl]
[iurl=http://www.saltlakemini-z.com/forum/index.php?action=store;cat=8]RCP Tracks[/iurl]

Title: Re: HTML + BBC box
Post by: IchBin on May 12, 2008, 07:39:34 PM
If you are using the wysiwyg or fckeditor you'll need to look at the source and delete the line break code < br >.
Title: Re: HTML + BBC box
Post by: briankstan on May 12, 2008, 08:10:00 PM
that removed the space, but it also will put them on the same line.   I would like each one to show on it's own line if possible.
Title: Re: HTML + BBC box
Post by: briankstan on May 12, 2008, 08:25:03 PM
I removed to much of the code.   it's working now.   

thanks for your help.
Title: Re: HTML + BBC box
Post by: G6Cad on May 12, 2008, 08:43:32 PM
Then we can set this to solved  :up:
Title: Re: [Solved] HTML + BBC box
Post by: briankstan on May 12, 2008, 10:11:00 PM
done,  thanks !