Advertise Here

Author Topic: [Code] Move copyright information  (Read 4765 times)

0 Members and 1 Guest are viewing this topic.

Offline Winter

  • SMF For Free Newbie
  • *
  • Posts: 7
    • View Profile

  • Total Badges: 5
    Badges: (View All)
    Topic Starter Level 1 First Post Second year Anniversary One year Anniversary
[Code] Move copyright information
« on: February 27, 2010, 03:31:44 pm »
Footer:

Code: [Select]
<div class="friendladder_box" style="float: right; width: 240px; border: none">
 
   <div class="tab_box_header">
   <div class="tab">
      <div class="tab_start">
         &nbsp;
      </div>

This will move the copyright information to the right side of your forum

Code: [Select]
<div class="friendladder_box" style="float: left; width: 240px; border: none">
 
   <div class="tab_box_header">
   <div class="tab">
      <div class="tab_start">
         &nbsp;
      </div>

This will move the copyright information to the left side of your forum



Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: [Code] Move copyright information
« Reply #1 on: February 27, 2010, 05:02:34 pm »
uhhh... those classes aren't part of the css and do nothing - plus this code causes a horizontal scrollbar in the browser.

This would achieve the same result (with no scrollbar)

Code: [Select]
<div  style="float: left; width: 240px;">

or

Code: [Select]
<div  style="float: right; width: 240px;">

Offline Winter

  • SMF For Free Newbie
  • *
  • Posts: 7
    • View Profile

  • Total Badges: 5
    Badges: (View All)
    Topic Starter Level 1 First Post Second year Anniversary One year Anniversary
Re: [Code] Move copyright information
« Reply #2 on: February 27, 2010, 05:10:41 pm »
Okay?

Offline Redirect*

  • SMF For Free Newbie
  • *
  • Posts: 8
    • View Profile

  • Total Badges: 5
    Badges: (View All)
    Topic Starter Level 1 First Post Second year Anniversary One year Anniversary
Re: [Code] Move copyright information
« Reply #3 on: March 15, 2010, 07:06:58 am »
What is this exactly, and is this tested or not.

Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: [Code] Move copyright information
« Reply #4 on: March 15, 2010, 02:11:21 pm »
What is this exactly, and is this tested or not.

Does exactly what the Subject says  - moves the copyright info at the bottom of the forum to either the left or right side of the page (instead of the center)

All the code in the first post is not necessary however - read the 2nd post in the thread - only that is needed.

Offline SilverCross

  • SMF For Free Newbie
  • *
  • Posts: 2
    • View Profile

  • Total Badges: 3
    Badges: (View All)
    Topic Starter Level 1 First Post
Re: [Code] Move copyright information
« Reply #5 on: June 27, 2011, 06:31:45 pm »
Actually, using your small code, while being far more simple, it still added a scroll bar when i moved it to the right.

Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: [Code] Move copyright information
« Reply #6 on: June 27, 2011, 06:43:50 pm »
Should be able to do it using this:

Code: [Select]
#footerarea table td
{
text-align:left;
}

Change "left" to "right" if you prefer.
Modify the stylesheet and add the above to it.

NOTE:  it will align everything in the footerarea to the left (or right)

If this is the forum you are trying to do this on http://www.kj52forums.tk/ you need to fix it so the copyrite/footer information can be seen.   Right now it cannot as the font color is set to black.   Not allowed to remove or hide it.
« Last Edit: June 27, 2011, 06:49:29 pm by simply sibyl »

 

Related Topics

  Subject / Started by Replies Last post
12 Replies
5205 Views
Last post September 01, 2006, 09:41:46 am
by Laugh-nd-kid
4 Replies
5341 Views
Last post December 23, 2008, 09:56:15 am
by Colette Brunel
1 Replies
1305 Views
Last post May 16, 2008, 01:50:37 pm
by LaundryLady
15 Replies
5297 Views
Last post December 02, 2008, 10:35:15 pm
by simply sibyl