Ok, just tried to insert a few links when posting some news using the usual VB code used in the forums. Unfortunately the link didn't take and I've got html all over. What am I doing wrong???
Announcement
Collapse
No announcement yet.
VB code in CivGroup news submissions
Collapse
X
-
You can only use html for posting news. If you want to insert an smilie, you have to check it's direction and use :
PHP Code:<img src=******************.***>
So, now is the time to get some html lessons
Fortune and Glory, here I come!!!.
Indiana Jones
Spanish Empire Civ for Civilization 5 (in Spanish/en Español)
-
Hey, that's great, but VBcode is based on HTML.
Click here to visit the vBulletin forums
And I'm not really concerned about smilies, just linked messages, which have been used before in other News posts.
Comment
-
Re: VB code in CivGroup news submissions
Originally posted by Harry Tuttle
Ok, just tried to insert a few links when posting some news using the usual VB code used in the forums. Unfortunately the link didn't take and I've got html all over. What am I doing wrong???
I can tell you for sure:
VBB is not supported for news-items. Only HTML. So with using VBB you are doing something wrong
Actually the appointed news-editor for your newsgroup shall have discovered it and changed it. (not sure where you tried to post though)
And you can find a number of good links on the web to improve your html-experience
Comment
-
Re: Re: VB code in CivGroup news submissions
Originally posted by Gilgamensch
Actually the appointed news-editor for your newsgroup shall have discovered it and changed it. (not sure where you tried to post though)
... And if I can be of any HTML assistance...
<a href="http://www.some_fancy_link.com">the linked text</a>
<img src="http://www.image_location.com/the_image.gif" alt="short image text (if images are turned off)" title="text displayed when hovering over the image">
The title="" is not required, the alt="" should be but often isn't used either.
And you can of course nest them as well, that is, put an image within the link tags to create a linked image.
Comment
-
Re: Re: Re: VB code in CivGroup news submissions
Originally posted by Mercatore Uno
He IS the appointed news-editor. For the Scenario League CivGroup, to be precise (as his sig mentions).
Never mind
... And if I can be of any HTML assistance...
<a href="http://www.some_fancy_link.com">the linked text</a>
<img src="http://www.image_location.com/the_image.gif" alt="short image text (if images are turned off)" title="text displayed when hovering over the image">
The title="" is not required, the alt="" should be but often isn't used either.
And you can of course nest them as well, that is, put an image within the link tags to create a linked image.
Don't shock him to much
Comment
-
vB code was choosen not to be supported in the civgroup news to be in line with the standard news system, and not limit abilities for tables and others in the news. Only HTML is supported.Creator of the Civ3MultiTool
Comment
Comment