The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

how to keep spaces in a post on forum??

4 posters

Go down

how to keep spaces in a post on forum?? Empty how to keep spaces in a post on forum??

Post by vwbeetle44 August 12th 2009, 10:01 pm

Hi to give u a idea what i mean see below

car colour amount
(thats how i type it in)

Preview post shows
car colour amount

So i post it and when u look at post it looks like this
car colour amount
(as u can see it lost it spaces)
How do i fix this lookied in admin panel cant see anything in display to change.

i can put a underline between words but again when u do that it changes also
type it in like
car_____________________colour________________amount
preview looks same but when u post comes out like
car________________________________________colour_____________________________amount

All help very welcome
Thanks
avatar
vwbeetle44
New Member

Posts : 7
Reputation : 0
Language : english

Back to top Go down

how to keep spaces in a post on forum?? Empty Re: how to keep spaces in a post on forum??

Post by ankillien August 13th 2009, 7:01 am

Hello,

Sorry, but O don't really understand your problem.
Can you explain it more please?
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

how to keep spaces in a post on forum?? Empty Re: how to keep spaces in a post on forum??

Post by Darren1 August 13th 2009, 8:12 am

Hi,

can you please hit the "Edit" button on one post in question please, hit the a/A button so it is NOT active ( as in looking white ) and remove the excessive space from there?

If you can - It's a browser problem ( As I believe )
You can do:
Clear your cache & cookies ( I strongly recommend that you clear all data rather than just 2, as it will have a higher chance of correcting it )
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

how to keep spaces in a post on forum?? Empty Re: how to keep spaces in a post on forum??

Post by vwbeetle44 August 13th 2009, 2:18 pm

vwbeetle44 wrote:Hi to give u a idea what i mean see below

car colour amount
(thats how i type it in)

Preview post shows
car colour amount

So i post it and when u look at post it looks like this
car colour amount
(as u can see it lost it spaces)
How do i fix this lookied in admin panel cant see anything in display to change.

i can put a underline between words but again when u do that it changes also
type it in like
car_____________________colour________________amount
preview looks same but when u post comes out like
car________________________________________colour_____________________________amount

All help very welcome
Thanks

Right just spotted that it does the same on here as i just read my post and first example i gave has changed.
i want it to show
car__________________________colour_____________________amount (without the _ between each word, only done it this way as this is the only way i can show u)


What im trying to do is to make list so each time a seller sells a car we can keep a track of what car was sold, colour, amount bought and who bought it. (car game)
avatar
vwbeetle44
New Member

Posts : 7
Reputation : 0
Language : english

Back to top Go down

how to keep spaces in a post on forum?? Empty Re: how to keep spaces in a post on forum??

Post by RoNo August 13th 2009, 8:10 pm

Try these:

Car:Color:Amount:
Jag '52 XK 120GFire engine red$17,500.00
Code:
[table style="margin-left:5em;padding:3px;"]
[tr]
[td width="150"][b]Car:[/b][/td]
[td width="140"][b]Color:[/b][/td]
[td width="120"][b]Amount:[/b][/td]
[/tr]
[tr]
[td width="150"]Jag '52 XK 120G[/td]
[td width="140"]Fire engine red[/td]
[td width="120"]$17,500.00[/td]
[/tr]
[/table]





Car: '71 XJ6 SedanColor: WhiteAmount: $7,850.00
Code:
[table style="border:1px solid darkgray;margin-left:5em;padding:3px;"]
[tr]
[td width="160"]Car: '71 XJ6 Sedan[/td]
[td width="120"]Color: White[/td]
[td width="150"]Amount:  $7,850.00[/td]
[/tr]
[/table]

[ Style Options ]
Remove border: border:0px;
Move left: margin-left:0em;
Color: background-color: #ffffff;

Adjust width if long titles crowd tables.
RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

how to keep spaces in a post on forum?? Empty Re: how to keep spaces in a post on forum??

Post by vwbeetle44 August 14th 2009, 12:01 am

Hi this sort of works for me. just when i put a mass of car names in below each other. The other coloums dont stay at the top, so when u come to fill in other fields there half way down page. So how do u fix this.
Thanks
avatar
vwbeetle44
New Member

Posts : 7
Reputation : 0
Language : english

Back to top Go down

how to keep spaces in a post on forum?? Empty Re: how to keep spaces in a post on forum??

Post by RoNo August 14th 2009, 1:05 am

Is this what you need?

D CLASS BEETLE
Game Tag:Color:Amount:FR List:
Member #1---
Member #2---
Member #3---


Next Car
Game Tag:Color:Amount:FR List:
Member #1---
Member #2---
Member #3---

Each member would occupy a row of 4 tables under the category row
Code:
[u][b]D CLASS BEETLE[/b][/u]
[table style="margin-left:5em;padding:3px;"]
[tr]
[td width="250"][b][u]Game Tag[/u]:[/b][/td]
[td width="240"][b][u]Color[/u]:[/b][/td]
[td width="270"][b][u]Amount[/u]:[/b][/td]
[td width="250"][b][u]FR List[/u]:[/b][/td]
[/tr]

[tr]
[td width="250"]Member #1[/td]
[td width="240"]-[/td]
[td width="270"]-[/td]
[td width="250"]-[/td]
[/tr]

[tr]
[td width="250"]Member #2[/td]
[td width="240"]-[/td]
[td width="270"]-[/td]
[td width="250"]-[/td]
[/tr]

[tr]
[td width="250"]Member #3[/td]
[td width="240"]-[/td]
[td width="270"]-[/td]
[td width="250"]-[/td]
[/tr]

[/table]


[u][b]Next Car[/b][/u]
[table style="margin-left:5em;padding:3px;"]
[tr]
[td width="250"][b][u]Game Tag[/u]:[/b][/td]
[td width="240"][b][u]Color[/u]:[/b][/td]
[td width="270"][b][u]Amount[/u]:[/b][/td]
[td width="250"][b][u]FR List[/u]:[/b][/td]
[/tr]

[tr]
[td width="250"]Member #1[/td]
[td width="240"]-[/td]
[td width="270"]-[/td]
[td width="250"]-[/td]
[/tr]

[tr]
[td width="250"]Member #2[/td]
[td width="240"]-[/td]
[td width="270"]-[/td]
[td width="250"]-[/td]
[/tr]

[tr]
[td width="250"]Member #3[/td]
[td width="240"]-[/td]
[td width="270"]-[/td]
[td width="250"]-[/td]
[/tr]

[/table]
RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum