News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Main Page

Started by Alpha, October 28, 2011, 12:56:19 AM

Previous topic - Next topic

Alpha

I noticed that in narrower browser windows on the main wiki-page, some of the text (in the top box) is pushed below the splash-screen image.  I am planning to change it to a table (using the following) to keep the text aligned; however, as this is the main page, I thought I should ask first.

<div style="background-color: #c7e1f8; border: 3px solid #010101; margin: 5px; padding: 5px;">
{| style="background-color: #c7e1f8"
| valign="top" | [[File:cb_splash.png]]
| valign="top" | '''Welcome to the official Wiki for Code::Blocks'''<br>
[http://www.codeblocks.org Code::Blocks] is an open-source, cross-platform [[wikipedia:Integrated Development Environment|IDE]]. Using a plugin architecture, its capabilities and features are defined by the provided plugins.<br>
Currently, [http://www.codeblocks.org Code::Blocks] is oriented towards C/C++.
The Code::Blocks team does not take responsibility for the content nor accuracy of these pages.


<small>Wiki Editors: In order to login to edit pages, you must create an account on the [http://forums.next.codeblocks.org/ forums]. Use the same username and password for the wiki. Read the [[Help:Contents|Help]] for editing guidelines. Look in the [[CodeBlocks:Community_Portal|community portal]] for things to do.
</small>
|}
</div>

MortenMacFly

Quote from: Alpha on October 28, 2011, 12:56:19 AM
I noticed that in narrower browser windows on the main wiki-page, some of the text (in the top box) is pushed below the splash-screen image.
Which is OK I'd say. Keep in mind that otherwise, if you are browsing with a mobile phone for example, you would need to have to scroll a lot to the right.

So yes, it doesn't look nice, but it doesn't hurt and is useful for mobiles. Actually, the splash screen should resize... ;-)
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

Alpha

I forgot about mobile devices, thanks.
Leaving as-is.