ProBoards® Support
« TEST FAQ »

Welcome Guest. Please Login or Register.
Nov 24, 2009, 4:26am




Test Forum Info

To see your new signature or avatar, you do not need to create a brand new topic. Simply look at one of your previous posts or view your profile.

Topics can be started, replies are not permitted. Only start a topic if it is a genuine test.





ProBoards® Support :: Testing :: Testing Forum :: TEST FAQ
   [Search This Thread][Send Topic To Friend] [Print]
 AuthorTopic: TEST FAQ (Read 23,168 times)
Patrick [ASE]
Global Moderator
*****
Extended Profile
member is online

[avatar]

Windows XP, IE8 Dual 22 inch Widescreen Monitors


[homepage]

Joined: Nov 2003
Gender: Male
Posts: 40,397
Location: West Glamorgan, Wales, UK
 TEST FAQ
« Thread Started on Nov 24, 2005, 12:39pm »

As a request, here is a short faq with the most common questions answered, more will be added as questions arise.
Please don't post questions in the test board, use the support board
http://support.proboards.com/index.cgi?board=support

if you make a mistake while doing a test and need help, modify your post, add 'help' to the bottom of your post.

Link to Post - Back to Top  IP: Logged

[image] Rant Project
My GoogleSite | Project Proboards | Apps DBase | Wacky Brits

[image]
Patrick [ASE]
Global Moderator
*****
Extended Profile
member is online

[avatar]

Windows XP, IE8 Dual 22 inch Widescreen Monitors


[homepage]

Joined: Nov 2003
Gender: Male
Posts: 40,397
Location: West Glamorgan, Wales, UK
 Re: TEST FAQ
« Reply #1 on Nov 24, 2005, 12:40pm »

one common problem is the table buttons.

[image] The basic table with row and cell tags. you need this to start a table.
[table][tr][td][/td][/tr][/table]

[image] This is the 'row' tag, use it inside the table code to start a new row vertically
[tr][/tr]

[image] This is the cell tag, use inside a row to make more cells horizontally
[td][/td]

an example table


[table]

[tr]
[td]box 1[/td][td]box 2[/td][td]box 3[/td]
[/tr]

[tr]
[td]box 1[/td][td]box 2[/td][td]box 3[/td]
[/tr]

[tr]
[td]box 1[/td][td]box 2[/td][td]box 3[/td]
[/tr]

[/table]


the above example gives you

box 1box 2box 3
box 1box 2box 3
box 1box 2box 3


as you can see in the table, the content goes between the cell tags [td]CONTENT[/td]

you should also have the same amount of cells for each row.

layout of your code isn't too important, but i find the above method easy to follow. (rows below each other and cells side by side) at least till you get used to it

note: if you want to have blank cells, put this in the cell
 




Visualising a table

[image]

start at top left, move towards bottom right, this is the table code relating to the image

[table]
[tr]
[td]CONTENT[/td][td]CONTENT[/td]
[/tr]
[tr]

[td]CONTENT[/td][td]CONTENT[/td]
[/tr]
[/table]


CONTENTCONTENT
CONTENTCONTENT
« Last Edit: Jun 22, 2007, 7:12pm by Patrick [ASE] »Link to Post - Back to Top  IP: Logged

[image] Rant Project
My GoogleSite | Project Proboards | Apps DBase | Wacky Brits

[image]
Patrick [ASE]
Global Moderator
*****
Extended Profile
member is online

[avatar]

Windows XP, IE8 Dual 22 inch Widescreen Monitors


[homepage]

Joined: Nov 2003
Gender: Male
Posts: 40,397
Location: West Glamorgan, Wales, UK
 Re: TEST FAQ
« Reply #2 on Nov 24, 2005, 12:49pm »

Nesting of tags
If you want to use more than one effect, it's important to 'Nest' the tags properly, the image below shows a bolded, italic, and underlined text.

[image]

Bolded, Italic, Underlined

easy way to nest tags, click the one you want closest to the word (u for example) then highlight the tags.
now click the next tag button (i), it will surround the first tag, then highlight the line again for more (b)
Link to Post - Back to Top  IP: Logged

[image] Rant Project
My GoogleSite | Project Proboards | Apps DBase | Wacky Brits

[image]
Patrick [ASE]
Global Moderator
*****
Extended Profile
member is online

[avatar]

Windows XP, IE8 Dual 22 inch Widescreen Monitors


[homepage]

Joined: Nov 2003
Gender: Male
Posts: 40,397
Location: West Glamorgan, Wales, UK
 Re: TEST FAQ
« Reply #3 on Nov 24, 2005, 5:16pm »

URL button using a Hyperlink

[image] [url][/url]

edit the tags to this
[url=URL OF LINK]NAME OF LINK[/url]

ProBoards Homepage

[image] and [image] work in the same way



[image] just put the image URL between the tags to show your image on the page



For an image hyperlink

[url=URL OF LINK][img]URL OF IMAGE[/img][/url]


To link to a particular post, click the 'Link to post' at bottom right, then copy the url from the address bar.
Alternaely you can right-click the 'link to post' and select 'copy shortcut' and it's ready for pasting.

« Last Edit: Jun 8, 2009, 3:59pm by Patrick [ASE] »Link to Post - Back to Top  IP: Logged

[image] Rant Project
My GoogleSite | Project Proboards | Apps DBase | Wacky Brits

[image]
Patrick [ASE]
Global Moderator
*****
Extended Profile
member is online

[avatar]

Windows XP, IE8 Dual 22 inch Widescreen Monitors


[homepage]

Joined: Nov 2003
Gender: Male
Posts: 40,397
Location: West Glamorgan, Wales, UK
 Re: TEST FAQ
« Reply #4 on Dec 1, 2005, 5:25pm »

Posting UBBC
Ever wondered how we post UBBC without it working ?

[noubbc][b]see, it's not bold[/b][/noubbc]

the [br] tag is the worst to post, it creates a new line (line break)

you can add the bold tags in the middle
[[b][/b]br]
Link to Post - Back to Top  IP: Logged

[image] Rant Project
My GoogleSite | Project Proboards | Apps DBase | Wacky Brits

[image]
Patrick [ASE]
Global Moderator
*****
Extended Profile
member is online

[avatar]

Windows XP, IE8 Dual 22 inch Widescreen Monitors


[homepage]

Joined: Nov 2003
Gender: Male
Posts: 40,397
Location: West Glamorgan, Wales, UK
 Re: TEST FAQ
« Reply #5 on Dec 2, 2005, 7:35pm »

Image attributes (resizing in posts)


[img width=X height=X][/img]


150x150 smilie

[image]

X is the size in pixels

you can use it to make small images larger, or stretch them in one direction.

It can also be used to make big pics smaller, but it's best to resize huge ones in an image editor as using the method above (attributes) means the full image still has to load and will slow your board down.

« Last Edit: May 19, 2007, 1:08pm by Patrick [ASE] »Link to Post - Back to Top  IP: Logged

[image] Rant Project
My GoogleSite | Project Proboards | Apps DBase | Wacky Brits

[image]
Ross
Part of the Furniture
********
Beware the ever changing head
member is offline



If a tree falls in the forest, do the other tress laugh at it?


[homepage]

Joined: Nov 2004
Gender: Male
Posts: 19,034
Location: Surrey, UK
 Re: TEST FAQ
« Reply #6 on Aug 11, 2006, 7:12pm »

Glow and Shadow

Glow

Shadow

Compatibility:
Glow and Shadow effects will only work in Microsoft Internet Explorer. They are simply not compatible with other browsers like Mozilla Firefox, Opera etc. and there s no way to make them compatible. Some users also find glowing text hard to read so we ask you do not over use it on this support forum.



How to Customize:
Few people are aware of what the two numbers after the color of the glow actually do.

[glow=red,2,300]

The number in red is the strength of the glow. Higher gives a more exaggerated effect. eg,

Strength 1

Strength 6


The number in blue represents the width of the container, this width is limited to about 400px

Width 100 - Width 100 - Width 100

Width 400 - Width 400 - Width 400
Link to Post - Back to Top  IP: Logged

Free Image Randomizers
Website Hosting by Big Wet Fish
Patrick [ASE]
Global Moderator
*****
Extended Profile
member is online

[avatar]

Windows XP, IE8 Dual 22 inch Widescreen Monitors


[homepage]

Joined: Nov 2003
Gender: Male
Posts: 40,397
Location: West Glamorgan, Wales, UK
 Re: TEST FAQ
« Reply #7 on Dec 12, 2006, 12:43pm »

Mutiple 'nested' bullet points

You will notice that you can add a list block inside another to create sub sections.

here's justt one block inside another


[list]
[*]
[*]
[*]

[list]
[*]
[*]
[*]
[/list]

[/list]















now add another inside that one for something like this

[list]
[*]Heading

[list]
[*]Sub heading1

[list]
[*]item1
[*]item2
[*]item3
[/list]

[*]Sub heading2

[list]
[*]item1
[*]item2
[*]item3
[/list]

[*]Sub heading3
[/list]
[/list]



  • Heading

    • Sub heading1


      • item1
      • item2
      • item3


    • Sub heading2


      • item1
      • item2
      • item3


    • Sub heading3

Link to Post - Back to Top  IP: Logged

[image] Rant Project
My GoogleSite | Project Proboards | Apps DBase | Wacky Brits

[image]
   [Search This Thread][Send Topic To Friend] [Print]


Google
Websupport.proboards.com
Click Here To Make This Board Ad-Free


This Board Hosted For FREE By ProBoards
Get Your Own Free Message Boards & Free Forums!