Jul 26, 2008

Div Layout Problems - table in div not shrinking

Free Web Hosting, No Ads > CONTRIBUTE > Computers > Programming Languages > HTML, XML etc..

free web hosting

Div Layout Problems - table in div not shrinking

fffanatics
Hey everyone. I am having an issue on one of my pages where the table inside my middle section of my layout will not continue to shrink if the browser window is shrunk. AKA, i get a slider bar on the bottom instead of things just overlapping. Below is the code for the page along with my style sheet. If you want to see for yourself the problem just go here: Final Fantasy Fanatics - FF7 - Armor.

Armor.php
CODE
<?php
session_start();
   include './../db_connect.php';
   include './../member_class.php';
include './../news_class.php';
$member_class = new member_class;
$news_class = new news_class;
include './../loginCheck.php';
?>
<html>
<head>
<meta name="copyright" content="Robert Keller. 2005">
<meta name="author" content="Robert Keller">
<title>Final Fantasy Fanatics - Final Fantasy 7 - Armor</title>
<base target="_top">
<link rel="STYLESHEET" href="./../styles.css" type="text/css">
</head>

<body bgcolor="#24109E" text="#FFFFFF">

<div id="nonheaderArea"> <a href="./../index.php" title="Final Fantasy Fanatics">
 <div id="topLogo"> </div>
 </a>
 
 <div id="blueSeparator"> </div>
 
 <div id="bothMenus">
   <?php
 if (file_exists("./../leftSide.php")) {
  @include("./../leftSide.php");
 }//if
?>
   <br>
   <div class="centerTable">
     <div class="topicTitle">Armor</div>
     <div class="news">
       <div class="newsContent" style="border-top : 1px solid white;">
         <table border="0" cellspacing="0" cellpadding="0" class="infoTable">
           <tr>
             <td colspan="2"></td>
           </tr>
           <tr>
             <th>Name</th>
             <th>Cost</th>
             <th>D</th>
             <th>D%</th>
             <th>MD</th>
             <th>M%</th>
             <th>Un</th>
             <th>Ln</th>
             <th>Mg</th>
             <th>Location</th>
           </tr>
           <tr>
             <td>Bronze Bangle</td>
             <td>---</td>
             <td>8</td>
             <td>0</td>
             <td>0</td>
             <td>0</td>
             <td>0</td>
             <td>0</td>
             <td>0</td>
             <td>Initially Equipped</td>
           </tr>
           <tr>
             <td>Iron Bangle</td>
             <td>160</td>
             <td>10</td>
             <td>0</td>
             <td>2</td>
             <td>0</td>
             <td>1</td>
             <td>---</td>
             <td>1</td>
             <td>Beginner's Shop</td>
           </tr>
           <tr>
             <td>Titan Bangle</td>
             <td>280</td>
             <td>14</td>
             <td>2</td>
             <td>4</td>
             <td>0</td>
             <td>2</td>
             <td>---</td>
             <td>1</td>
             <td>After defeating Airbuster in Shinra Reactor</td>
           </tr>
           <tr>
             <td>Mythril Armlet</td>
             <td>350</td>
             <td>18</td>
             <td>3</td>
             <td>6</td>
             <td>0</td>
             <td>---</td>
             <td>2</td>
             <td>1</td>
             <td>Shop in Wall Market</td>
           </tr>
           <tr>
             <td>Carbon Bangle</td>
             <td>800</td>
             <td>27</td>
             <td>3</td>
             <td>8</td>
             <td>0</td>
             <td>1</td>
             <td>2</td>
             <td>1</td>
             <td>Stolen from Moth Slasher in Shinra</td>
           </tr>
           <tr>
             <td>Four Slots</td>
             <td>1300</td>
             <td>12</td>
             <td>0</td>
             <td>10</td>
             <td>0</td>
             <td>---</td>
             <td>8</td>
             <td>1</td>
             <td>Exchange for Item Coupon A in Shrina Tower</td>
           </tr>
           <tr>
             <td>Shinra Beta</td>
             <td>---</td>
             <td>30</td>
             <td>0</td>
             <td>0</td>
             <td>0</td>
             <td>2</td>
             <td>2</td>
             <td>1</td>
             <td>Stolen from Marine on Shinra Boat</td>
           </tr>
           <tr>
             <td>Plantinum Bangle</td>
             <td>1800</td>
             <td>20</td>
             <td>0</td>
             <td>12</td>
             <td>0</td>
             <td>2</td>
             <td>---</td>
             <td>1</td>
             <td>Shop in Costa Del Sol Bar</td>
           </tr>
           <tr>
             <td>Silver Armlet</td>
             <td>1300</td>
             <td>34</td>
             <td>4</td>
             <td>14</td>
             <td>0</td>
             <td>2</td>
             <td>2</td>
             <td>1</td>
             <td>After defeating Dyne in Gold Saucer</td>
           </tr>
           <tr>
             <td>Gold Armlet</td>
             <td>2000</td>
             <td>46</td>
             <td>4</td>
             <td>22</td>
             <td>0</td>
             <td>0</td>
             <td>4</td>
             <td>1</td>
             <td>Steal from Dragon in Nibel Mountains</td>
           </tr>
           <tr>
             <td>Edincoat</td>
             <td>---</td>
             <td>50</td>
             <td>0</td>
             <td>33</td>
             <td>0</td>
             <td>8</td>
             <td>---</td>
             <td>1</td>
             <td>After defeating Palmer in Rocket Town</td>
           </tr>
           <tr>
             <td>Diamond Bangle</td>
             <td>3200</td>
             <td>57</td>
             <td>6</td>
             <td>37</td>
             <td>0</td>
             <td>1</td>
             <td>4</td>
             <td>1</td>
             <td>Shop in Bone Village</td>
           </tr>
           <tr>
             <td>Rune Armlet</td>
             <td>3700</td>
             <td>43</td>
             <td>5</td>
             <td>24</td>
             <td>0</td>
             <td>4</td>
             <td>---</td>
             <td>2</td>
             <td>Shop in Bone Village</td>
           </tr>
           <tr>
             <td>Dragon Armlet</td>
             <td>---</td>
             <td>58</td>
             <td>3</td>
             <td>0</td>
             <td>7</td>
             <td>---</td>
             <td>6</td>
             <td>1</td>
             <td>After defeating Red Dragon in Temple of the Ancients</td>
           </tr>
           <tr>
             <td>Gigas Armlet</td>
             <td>---</td>
             <td>59</td>
             <td>0</td>
             <td>0</td>
             <td>0</td>
             <td>1</td>
             <td>---</td>
             <td>0</td>
             <td>After defeating Demons Gate in Temple of the Ancients</td>
           </tr>
           <tr>
             <td>Aurora Armlet</td>
             <td>---</td>
             <td>76</td>
             <td>8</td>
             <td>54</td>
             <td>3</td>
             <td>---</td>
             <td>4</td>
             <td>1</td>
             <td>Forgotten City Shrine</td>
           </tr>
           <tr>
             <td>Wizard Bracelet</td>
             <td>12000</td>
             <td>6</td>
             <td>3</td>
             <td>85</td>
             <td>3</td>
             <td>---</td>
             <td>8</td>
             <td>1</td>
             <td>After defeating Jeneva Life in Forgotten City</td>
           </tr>
           <tr>
             <td>Bolt Armlet</td>
             <td>---</td>
             <td>74</td>
             <td>8</td>
             <td>55</td>
             <td>3</td>
             <td>---</td>
             <td>4</td>
             <td>1</td>
             <td>Corral Valley Caves<br>
               <b>NOTE</b> - Nullifies <b>Lightning</b> Attacks</td>
           </tr>
           <tr>
             <td>Fire Armlet</td>
             <td>---</td>
             <td>72</td>
             <td>8</td>
             <td>52</td>
             <td>3</td>
             <td>---</td>
             <td>4</td>
             <td>1</td>
             <td>Inside of Gaea's Cliff<br>
               <b>NOTE</b> - Nullifies <b>Fire</b> Attacks</td>
           </tr>
           <tr>
             <td>Crystal Bangle</td>
             <td>4800</td>
             <td>70</td>
             <td>8</td>
             <td>45</td>
             <td>1</td>
             <td>---</td>
             <td>6</td>
             <td>1</td>
             <td>Shop in Medeel</td>
           </tr>
           <tr>
             <td>Warriors Bangle</td>
             <td>---</td>
             <td>96</td>
             <td>0</td>
             <td>21</td>
             <td>0</td>
             <td>---</td>
             <td>4</td>
             <td>1</td>
             <td>Defeating Eagle Gun on Coal Train</td>
           </tr>
           <tr>
             <td>Shinra Alpha</td>
             <td>---</td>
             <td>77</td>
             <td>0</td>
             <td>34</td>
             <td>0</td>
             <td>---</td>
             <td>6</td>
             <td>1</td>
             <td>Steal from Underwater MP in Underwater Reactor</td>
           </tr>
           <tr>
             <td>Ziedrich</td>
             <td>---</td>
             <td>100</td>
             <td>0</td>
             <td>15</td>
             <td>98</td>
             <td>18</td>
             <td>0</td>
             <td>0</td>
             <td>Steal from Rude on Shinra No. 26<br>
               <b>NOTE</b> - Decreases all elemental attacks by 1/2</td>
           </tr>
           <tr>
             <td>Escort Guard</td>
             <td>---</td>
             <td>62</td>
             <td>5</td>
             <td>55</td>
             <td>0</td>
             <td>0</td>
             <td>6</td>
             <td>1</td>
             <td>Sunken Shinra Air Ship<br>
               <b>NOTE</b> - Man's Armlet nullifies, <b>Lightning/Earth/Water/ Poison</b></td>
           </tr>
           <tr>
             <td>Aegis Bracelet</td>
             <td>---</td>
             <td>55</td>
             <td>15</td>
             <td>86</td>
             <td>50</td>
             <td>---</td>
             <td>4</td>
             <td>1</td>
             <td>Invasion of Midgar</td>
           </tr>
           <tr>
             <td>Imperial Guard</td>
             <td>---</td>
             <td>82</td>
             <td>0</td>
             <td>74</td>
             <td>0</td>
             <td>---</td>
             <td>6</td>
             <td>1</td>
             <td>Reno</td>
           </tr>
           <tr>
             <td>Minerva Band</td>
             <td>---</td>
             <td>60</td>
             <td>8</td>
             <td>57</td>
             <td>0</td>
             <td>0</td>
             <td>6</td>
             <td>1</td>
             <td>Steal from Elena in Midgar Subway<br>
               <b>NOTE</b> - Women's Armlet nullifies <b>Fire/Cold/Gravity/ Holy</b></td>
           </tr>
           <tr>
             <td>Mystile</td>
             <td>---</td>
             <td>65</td>
             <td>50</td>
             <td>72</td>
             <td>60</td>
             <td>0</td>
             <td>6</td>
             <td>1</td>
             <td>Invasion of Midgar</td>
           </tr>
           <tr>
             <td>Chocobracelet</td>
             <td>---</td>
             <td>35</td>
             <td>10</td>
             <td>38</td>
             <td>10</td>
             <td>4</td>
             <td>0</td>
             <td>1</td>
             <td>Chocobo Racing Gift</td>
           </tr>
         </table>
       </div>
     </div>
   </div>
   <br>
   <br>
 </div>
 <?php
 if (file_exists("./../footer.php")) {
  @include("./../footer.php");
 }//if
?>
</div>
</body>
</html>


styles.css
CODE
/* CSS Document */
body
{  
   background: #24109E url('./images/bg.jpg');
color : #ffffff;    
font-size : 12px;
font-family : Verdana, Comic Sans MS, Arial, Helvetica, sans-serif;
   scrollbar-face-color : #24109E;  
   scrollbar-highlight-color : #fffff;
   scrollbar-shadow-color : #ffffff;
   scrollbar-3d-light-color : #ffffff;
   scrollbar-arrow-color : #ffffff;
   scrollbar-track-color : #ffffff;
   scrollbar-darkshadow-color : #505050;
}

a { color : #ffffff; text-decoration : none; }

a:hover {text-decoration : underline; }

table
{
font-size : 12px;
}

td
{
vertical-align : top;
}

.centerTable
{
background : url("images/tableBg.jpg");
border : 1px solid white;
width : 100%;
}

textarea
{
font-family : Verdana, Comic Sans MS, Arial, Helvetica, sans-serif;
font-size: 12px;
}

#topLogo {
background: url('./images/titleImage.jpg');
 height: 150;
 width: 100%;
text-align: right;
border-bottom : 1px solid white;
cursor : pointer;
}

#footer {
border-top : 1px solid white;
background-color : #000040;
padding: 4px;
}

#blueSeparator {
background: url('./images/separator.jpg');
 height: 15;
 width: 100%;
text-align: right;
}

#topLinks {
background : #000040;
}

#leftMenu {
background: url('./images/sidebar.jpg');
position : absolute;
left : 11px;
width: 150px;
z-index : 2;
background-color : #000040;
border-right : 1px solid white;
border-bottom : 1px solid white;
}

#rightMenu {
background: url('./images/sidebar.jpg');
position: absolute;
right : 10px;
width: 150px;
z-index : 1;
background-color : #000040;
border-left : 1px solid white;
border-bottom : 1px solid white;
}

#nonheaderArea {
border : 1px solid white;
z-index : 0;
border : 1px solid white;
}

#noRightMenu
{
*height : 565px;
min-height : 547px;
padding-left : 165px;
padding-right : 15px;
}

#bothMenus
{
*height : 563px;
min-height : 547px;
padding-left : 165px;
padding-right : 165px;
}

.topicTitle {
z-index : 0;
font-size : 20px;
font-weight : bold;
text-align : left;
text-indent : 10px;
border-bottom : 1px solid white;
background: #000040;
}

.formTitle {
font-size : 29px;
font-weight : bold;
text-indent : 140px;
}

.menuHeader, .menuHeaderLink, .menuHeaderOver {
font-weight: bold;
width: 147;
padding-top: 2px;
padding-bottom: 2px;
text-indent : 4px;
}

.menuHeader  {
background : #000040;
border-bottom : 1px solid white;
border-top : 1px solid white;
}


.menuHeaderOver {
text-decoration : underline;
}

a.menuHeader , a.menuHeaderOver { border : none; padding : none; } /* fixes IE blocking issue */

.menuItem, .menuItemOver {
color: white;
padding-left: 6px;
padding-top: 2px;
padding-bottom: 2px;
}

.menuItemOver {
background-color: #000040;
}

a.menuItem, a.menuItemOver { border : none; padding : none; } /* fixes IE blocking issue */

#loginMenu {
text-align : center;
padding-top: 2px;
padding-bottom: 2px;
}

#loggedInMenu {
padding-top: 2px;
padding-bottom: 2px;
}

.news {
margin-top : 15px;
margin-bottom : 15px;
position : relative;
}

.newsTitle{

background: #000040;
text-indent: 5px;
font-size : 14px;
padding : 3px;
margin-left : 15px;
margin-right : 15px;
border: 1px solid white;
}

.newsInfo {
font-size : 11px;
}

.newsContent {
background:  url("images/tableUpperBg.jpg");
text-indent: 25px;
padding : 3px;
margin-left : 15px;
margin-right : 15px;
margin-bottom : 3px;
border: 1px solid white;
border-top : 0px;
}

.formImportant
{
color : #FFFF00;
font-weight : bold;
}

.formLeft
{
text-align : right;
width : 200px;
}

.formRight
{
padding-left : 10px;
}

.infoTable
{
display : table;
}

.infoTable td
{
display : table-cell;
padding-left : 15px;
padding-top : 2px;
}

.infoTable th
{
display : table-cell;
border-bottom : 1px solid white;
font-size : 16px;
font-weight : normal;
text-align : left;
padding-left : 15px;
background-color: #000040;
}

.divTH
{
display : table-cell;
border-bottom : 1px solid white;
font-size : 16px;
font-weight : normal;
text-align : left;
padding-left : 15px;
background-color: #000040;
}


Also, if you cant get to my site let me know cause all of a sudden i just got an error connecting to my database but my cpanel is down too so i just think it is trap17. Please help me on this cause i really want to get this layout finished so that more content can be added. Thanks

 

 

 


Reply

fffanatics
Hey all sorry about not having a description but i wasnt really sure what to put at first so i wrote the post hit submit and then tried to stop it but i wasnt quick enough. It was supposed to be "table in div not shrinking" sorry

Reply

serverph
edited topic to reflect description.... you can use the preview button next time, ffanatics. smile.gif and use the report button for editorial amendments you want for your original post if there are any corrections. smile.gif

Reply

rvalkass
Make sure that you do not set a fixed width (e.g width: 100%wink.gif anywhere for anything inside the table, as this will cause it to stay at the full size. Otherwise I am not sure what is causing it. Try having a look at QuirksMode. This site has some useful tips and hints for CSS.

Sorry I can't help you more.

Reply

Saint_Michael
yeah thats the best guest i would have get rid of the fixed stats and it should work, other then that i have no clue, well i guess i don't worry about it that much.

Reply

biscuitrat
It's all in the CSS. Edit the values there. Percent values often change per browser but they maintain a more streamlined viewing of the site, I believe. You might also want to validate the CSS (link it to your styles document) to find out other issues with it.

Edit: Fixed link

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Recent Queries:-
  1. gun div layouts only - 8.55 hr back. (1)
  2. how to create div layouts - 12.62 hr back. (1)
  3. shrinking content of html table - 19.14 hr back. (1)
  4. firefox 2, ff2, fluid width, layout, css, stylesheet - 36.65 hr back. (1)
  5. table inside div not staying put - 40.57 hr back. (1)
  6. charset shinra - 48.32 hr back. (1)
  7. final fantasy vii div layout - 55.50 hr back. (1)
  8. how to keep a table from shrinking in html - 66.38 hr back. (1)
  9. how to make a div layouts? - 81.70 hr back. (1)
  10. ie 6 two flash one div display none problem - 84.81 hr back. (1)
  11. div layouts final fantasy - 85.52 hr back. (1)
  12. using tables to stop web pages from shrinking - 90.73 hr back. (1)
  13. div layout with table - 91.44 hr back. (1)
  14. how to change the size of tables on div layouts - 117.02 hr back. (1)
Similar Topics

Keywords : div layout problems div shrinking

  1. Website Problems Please Help - Unwanted gap between the welcome bar and flash. (6)
  2. Help With Css/html Layout - Horizontal List Problems (5)
    I can't figure out why this horizontal list isnt working. Underneath my banner is supposed to
    be a green gradient bar with a list of links in the center of the page. The links are all the way
    to the left and are really small. The banner is also overlapping the list for some reason. This is
    my current layout(don't worry, I'm not trying to advertise).
    http://www.stormgaming.net/stormcreations/ This is my CSS file
    http://www.stormgaming.net/stormcreations/storm.css Thanks in advance for any help....
  3. Ie 6 Conditional Statement Problems - Wont Work (3)
    CODE <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html
    xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>     <title>Home</title>     <meta
    http-equiv="Content-Type" content="text/html; charset=utf-8"/>     <link
    rel="stylesheet" type="text/css" href="style.css" />
        <!--[if IE 6]>     <link rel="styl...
  4. Centered Div Layout Issues - Float Right item not vertically aligned with text (2)
    Hey everyone. I am writing an all div layout for my friends website and i just cant seem to get all
    the fields aligned properly. I can get all my images to be aligned and look great until i put any
    text on the site. For example, my box that will contain links and such has 3 parts: top, middle and
    bottom. Each of these have 3 parts: left, middle and right. To program the 3 parts of each row, i
    use 3 divs which are all floated based on their position. However, as soon as I put text in the
    middle area, the right image is moved down to a new line. The sample site is located ...
  5. Help With Website Layout Correction For All Browsers - Page gets larger on Firefox 2 (4)
    If you go to my site at http://boozkerstweaks.trap17.com and you look at the home page everything
    is fine on all browsers. Problems start to arise very soon however. Here is my list of problems and
    i was wondering if someone could help with just whats wrong. I have done a HTML validator and found
    only 3 errors and all these problems still occured. You might find more now though because i am
    screwing around with the code. Here is the list of browsers and errors: Netscape 8.1: After you
    click on the pulldown menu and click the only tweak avaible at the moment the pag...
  6. Problems With Webpage Positioning In Internet Explorer - (11)
    Originally this topic was asking for testing of my page in Internet explorer but someone on another
    forum got there first, but I still need help! I've made a page using absolute positioning
    and php, using percentages for positions so that it should suit all screen resolutions. However on
    internet explorer some of the text on the right can't be seen and is off the page, whereas in
    every other browser it's perfect. What can I do to make it show up properly in internet Explorer
    as well as all the other ones? Here's the link so you can see what I mean by...
  7. Website Deployment Problems - (3)
    Hello, I have developed a website that is specific to IE. The website looks great on my local
    machine. I then move it to my production environment. For some reason, the website now looks
    different when I view it from the production server. The strange thing is... I am using the same
    browser. I always believed that HTML was downloaded to the client and then it was up to the browser
    to render it. Considering I am viewing the webpage using the same browser from my machine... I
    should have received the same thing. Which lead me to believe that I didn't upload it prop...
  8. Xhtml Forms Layout - all within the standars (8)
    We all remember the good old tables right? When we used them to design or beloved websites. But
    nowadays things have change a little bit, strict code format, css, xhtml and no tables. And so
    when it comes finally to the design of a form, instead of having two rows (left row with the label
    and right row with the input tag) and those rows aligned to look nice (left row= right aligned and
    right row=left aligned), how can we keep order with our fancy style sheet? Thanks in advance....
  9. Header < H1> Layout Problem - only in IE? FF is okay. (13)
    The problem is best described as follows. The site in question has a four word Heading as a text
    field, is contained in a div tag, and I tried using br tags to control the display of the words such
    that the layout would follow a set pattern. ie: line 1 = 1word, line 2 = next two words, and line 3
    = the last word. It seems like no matter what I do, Internet Explorer displays the words one line at
    a time, one word on each line. Is this an IE problem? Firefox displays the Heading exactly as I
    want, but IE doesn't even come close. CODE <div><h1>Word...
  10. Code For This Table Layout? - html help needed (6)
    Hey, can anyone help me generate the code needed for a table that would look something like this?
    CODE  ----------------------------------------------------- |                                  
    |---------------- | |                                   |---------------- | |                    
                  |---------------- | |                                   |---------------- | |      
                                |---------------- | |                                  
    |---------------- |  ------------------------------------------------------ Thanks i...
  11. Shtml Page With Flash Loading Problems - anyone have problems with shtml (1)
    Hey, I created this site http://www.markus252.com . Had to use .shtml extensions on the pages so I
    could have included, his server isn't php enabled and for some reason some people aren't
    seeing the two flash elements on the page. Not all computers are having this problem, just some. The
    page keeps saying that there 2 elements left to load(the two flash elements). I have no clue why? I
    had people download the lastest flash player and they all can see the files when i send them the
    direct link to them but the flash just won't load on the page. *Anyone else h...
  12. Web Page Layout? - (13)
    I am really struggling right now. I need help!!! Can anyone please tell me what the best
    way to make web page layout is!!!! Please if you say any way, point me to the web
    site where I can learn about it!!! Thanks:)...
  13. How To Make Open & Close Table (layout) - Do You know that ? (1)
    Hi Every one i want to learn and make and use open and close layout and tables on my page i know its
    jsp code but i want one clear jsp code for edit and desgin or tell me how can i do that ? for
    sample see this site you can close tables left and right of the site by one down and up arrow
    www.ashiyane.com Thx /cool.gif' border='0' style='vertical-align:middle' alt='cool.gif' /> ...



Looking for div, layout, problems, table, div, shrinking

Searching Video's for div, layout, problems, table, div, shrinking
advertisement



Div Layout Problems - table in div not shrinking



 

 

 

 

ADD REPLY / Got an Opinion! Remove these ADs! RAPID SEARCH! Free Web Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE