Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: Alpha on October 28, 2011, 12:56:19 am

Title: Main Page
Post by: 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.  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.
Code
<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.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>
Title: Re: Main Page
Post by: MortenMacFly on October 28, 2011, 10:27:01 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... ;-)
Title: Re: Main Page
Post by: Alpha on October 28, 2011, 10:54:58 pm
I forgot about mobile devices, thanks.
Leaving as-is.