YAFLogo

Posted by: guest - Thursday, 4 October 2007 05:26:52
I’m very much an amateur here so please bear with me. I just started building my second website using FrontPage and yesterday I installed YAF in my root directory. I played around with it a bit and managed to change the YAFLogo to mine, and I hyperlinked it back to my site’s homepage as well. I love the forum layout. I won’t be making a great deal of changes aside from perhaps the colors and background at a later date. What I would like to do now is center my logo at the top of the page. Can someone please tell me where to find the alignment code and how to alter it? Thanks.

Posted by: Mek - Thursday, 4 October 2007 07:51:50
just edit default.aspx with notepad or Frontpage (if you must... bleurgh). Yuo will see that its pretty much standard html with the exception of the bit that calls all the forum code. So thegraphic at the top etc... is actually just ordinary plain old vanilla html.

Posted by: Jaben - Thursday, 4 October 2007 21:26:38
[code]
My Logo
[/code]

Posted by: klasvakie - Sunday, 16 December 2012 21:40:35
Does the same code still apply to the current yaf version?

Posted by: tha_watcha - Monday, 17 December 2012 12:57:02
[quote=klasvakie;57090]Does the same code still apply to the current yaf version?[/quote] Its a little bit different there is an Hyperlink around the image its now [code=css;-1]
logo
[/code] But thats not really a clean solution because the align attribute is obsolete. the better solution is to use css [code=css;-1] logo [/code]

Posted by: klasvakie - Monday, 17 December 2012 17:29:49
Works great. Thanks once again.

Posted by: Chetan Bavarva - Tuesday, 22 November 2016 07:59:50
Try this [code=css] [/code] [code=csharp]
Logo Name
[/code]