Some Page Troubles

General topics relating to phpBB3 to be posted in here.
  • Advertisement

Bookmark and Share

Re: Some Page Troubles

Postby cisco007 » Wed Jun 06, 2012 1:20 am

no the code is fine, but don't use that notepad, use the notepad++ i mentioned in the previous post, the reason the error is because windows' notepad doesn't save the files with BOM, and they need to so just use the text editor i told you about!
Image
Image
User avatar
cisco007
Staff
Staff
 
Posts: 494
Joined: October 2008
Has thanked: 13 times
Have thanks: 31 times
Daring

Re: Some Page Troubles

Postby shadowslight » Tue Jun 26, 2012 1:32 am

Well it turned out i had 3 white spaces at the very beginning of the page in aboutus.php i got it fixed now it works as planned :D
User avatar
shadowslight
Forum Member
Forum Member
 
Posts: 35
Joined: May 2012
Location: United States
Has thanked: 8 times
Have thanks: 2 times
Curiuos

Re: Some Page Troubles

Postby cisco007 » Tue Jun 26, 2012 2:15 am

wow, took a while! glad you got working!
Image
Image

For this message the author cisco007 has received thanks:
shadowslight
User avatar
cisco007
Staff
Staff
 
Posts: 494
Joined: October 2008
Has thanked: 13 times
Have thanks: 31 times
Daring

Re: Some Page Troubles

Postby shadowslight » Tue Jun 26, 2012 4:23 pm

thanks man. I didn't even realize i had the spaces in there. A fellow coder pointed it out lol
User avatar
shadowslight
Forum Member
Forum Member
 
Posts: 35
Joined: May 2012
Location: United States
Has thanked: 8 times
Have thanks: 2 times
Curiuos

Re: Some Page Troubles

Postby shadowslight » Thu Jun 28, 2012 1:28 am

ok forgive the double post here. but Click here to see my new page,

my only concern is that the font size is so small...

i was looking to improve it...make it a little bigger.

Below is the html i used
Code: Select all
  <!-- INCLUDE overall_header.html -->

    <br clear="all" />

    <table class="tablebg" width="100%" cellspacing="1">
       <tr>
          <td class="cat" colspan="2"><h2>About Us</h2></td>
       </tr>
       <tr>
          <td class="row1" width="100%"><p class="genmed"> We were founded in 2009, by Shadow to bring you the best general discussions forum on the Internet! <br />
             
             We promise to do the following:
             <ul>
                <li>Provide new content</li>
                <li>Provide a friendly atmosphere</li>
                <li>Provide an environment where you can have fun!</li>
                <li>Keep them internet trolls at bay</li>
                <li>Listen and give advice if you want it</li>
             </ul><br /></font></p></td>
       </tr>
       </table>

    <!-- INCLUDE jumpbox.html -->
    <!-- INCLUDE overall_footer.html -->


I tried adding a font size tag after <p class>

do i change the size in the paragraph tab?
User avatar
shadowslight
Forum Member
Forum Member
 
Posts: 35
Joined: May 2012
Location: United States
Has thanked: 8 times
Have thanks: 2 times
Curiuos

Re: Some Page Troubles

Postby cisco007 » Thu Jun 28, 2012 3:55 pm

if you want the whole text in that box to be bigger, maybe you can try to change this:
Code: Select all
<table class="tablebg" width="100%" cellspacing="1">


to this:

Code: Select all
<table class="tablebg" width="100%" cellspacing="1" style="width: 12px;">


change the 12px to what ever size you prefer!
Image
Image
User avatar
cisco007
Staff
Staff
 
Posts: 494
Joined: October 2008
Has thanked: 13 times
Have thanks: 31 times
Daring

Re: Some Page Troubles

Postby shadowslight » Thu Jun 28, 2012 5:54 pm

hm, this is going to prove a challenge, I just tried that suggestion.... and thank you for helping :) but it took the text and formed a column. I changed it back. haha, i cant believe i've been getting beat like this :lol:
User avatar
shadowslight
Forum Member
Forum Member
 
Posts: 35
Joined: May 2012
Location: United States
Has thanked: 8 times
Have thanks: 2 times
Curiuos

Re: Some Page Troubles

Postby cisco007 » Fri Jun 29, 2012 2:37 am

sorry it's my fault, it's supposed to be
Code: Select all
font-size: 12px
not
Code: Select all
width: 12px
sorry about that!
sorry that will only increase the font in the table header. let me test it a little more and tell you the correct edits! :D
Image
Image
User avatar
cisco007
Staff
Staff
 
Posts: 494
Joined: October 2008
Has thanked: 13 times
Have thanks: 31 times
Daring

Re: Some Page Troubles

Postby cisco007 » Fri Jun 29, 2012 3:07 am

i really hate those phpbb3 styles that use tables! :grin:
how does it look if you used this instead?

Code: Select all
<!-- INCLUDE overall_header.html -->

    <br clear="all" />

<table width="100%" cellspacing="0" class="tablebg">
    <tbody>
      <tr>
        <th colspan="2">
          <h2>About Us</h2>
        </th>
      </tr>
      <tr>
        <td width="100%" class="row1">
          <p class="genmed">We were founded in 2009, by Shadow to bring you the best general
          discussions forum on the Internet!<br />
          We promise to do the following:</p>
          <ul>
            <li>Provide new content</li>
            <li>Provide a friendly atmosphere</li>
            <li>Provide an environment where you can have fun!</li>
            <li>Keep them internet trolls at bay</li>
            <li>Listen and give advice if you want it</li>
          </ul>
        </td>
      </tr>
    </tbody>
  </table>

    <!-- INCLUDE jumpbox.html -->
    <!-- INCLUDE overall_footer.html -->
Image
Image
User avatar
cisco007
Staff
Staff
 
Posts: 494
Joined: October 2008
Has thanked: 13 times
Have thanks: 31 times
Daring

Re: Some Page Troubles

Postby shadowslight » Sat Jun 30, 2012 1:50 am

I will give that a shot too.

and while i love phpbb, I do agree with your sentiment
User avatar
shadowslight
Forum Member
Forum Member
 
Posts: 35
Joined: May 2012
Location: United States
Has thanked: 8 times
Have thanks: 2 times
Curiuos

PreviousNext


  • Advertisement

Return to PhpBB3 General



Who is online

Users browsing this forum: No registered users and 1 guest


Subscribe to the ModphpBB3 Forum RSS