G Scale Model Train Forum banner
1 - 7 of 7 Posts

· Premium Member
Joined
·
2,258 Posts
Discussion Starter · #1 ·
I know Shad is working on getting the forum code to work once again here...and maybe getting the full editor to work too...but in the meantime...would someone please post the HTML code you need to:

1. Insert a link to a URL
2. Insert a link that shows a title versus the URL text
3. Insert a photograph (even though I know that the img stuff works)
4. Set a type font
5. Set a type size
6. Set Bold/italics/underline

That ought to handle about 99% of my needs...
 

· Premium Member
Joined
·
1,945 Posts
Mike,

The code to insert a url is now working.. [*url]http://www.mylargescale.com[/url] now produces http://www.mylargescale.com I'm still working on the other one.
 

· Premium Member
Joined
·
1,845 Posts
Mike,
In lue of using MLS specific tags you can use the standard HTML tags:

1. Insert a link to a URL

(a href="http://www.mylargescale.com") MLS (/a)

replace "(" with "" I did this so you could see the tags.

2. Insert a link that shows a title versus the URL text

see #1, MLS will show instead of the URL

3. Insert a photograph (even though I know that the img stuff works)

(img src="http://www.mylargescale.com/Portals/0/images/logo/mlslogo.gif"/)

do the same replacement of ( and ) as in #1

4. Set a type font

(font SIZE=6 STYLE="font-family:Times New Roman")hello(/font)

same () replacement

5. Set a type size

See #4 SIZE attribute

6. Set Bold/italics/underline

(b)bold(/b) (i)italics(/i) (u)underline(/u)

these can be combined in any order also

(b)(i)(u)bold italics and underline(/u)(/i)(/b)

same () replacement
 

· Old Senior Member
Joined
·
1,543 Posts
Will try it here ..can't make new post so mike testing in yours.. sorry.......

Testing. /DesktopModules/NTForums/themes/mls/emoticons/whistling.gif
 

· Premium Member
Joined
·
2,258 Posts
Discussion Starter · #6 ·
Thanks all...I got the answer by email.

1. Insert a link to a URL

Actual URL

2. Insert a link that shows a title versus the URL text

Tag Text

Where Tag Text is what will shown on the page. It can be another copy of the URL, or Click Here, or whatever. If you want the tag text underlined, enclose it like so...

Tag Text

3. Insert a photograph (even though I know that the img stuff works)



4. Set a type font

Text whatever

5. Set a type size

where n = 1,2,3,4,5 - Close with

Can be combined... Text

6. Set Bold/italics/underline

bold =
italics =
underline =

And...take out all the *'s
 
1 - 7 of 7 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top