Go Back   Pligg CMS Forum > Pligg Development > Pligg Templates > Template Support > "yget"

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-25-2007, 06:58 PM
New Pligger
 
Join Date: Jan 2007
Posts: 8
Thanks: 1
Thanked 0 Times in 0 Posts
Centering the main tab(published, unpublished, submit)

I am trying to move the main tab in yget to the center of the page. I changed
<div id="cab">
to
<div id="cab" style="float:center;">
in header.tpl file.

It doesnt seem to work. Am i doing the right thing?

Last edited by spiffycrony; 05-25-2007 at 07:00 PM.. Reason: Changing the right to center
Reply With Quote
  #2 (permalink)  
Old 06-22-2007, 07:07 AM
New Pligger
 
Join Date: Jan 2007
Posts: 8
Thanks: 1
Thanked 0 Times in 0 Posts
No reply?

Waiting for some reply
Reply With Quote
  #3 (permalink)  
Old 06-22-2007, 10:20 AM
Constant Pligger
 
Join Date: Feb 2007
Posts: 236
Thanks: 20
Thanked 29 Times in 15 Posts
you need to understand that there is now "center" value for the float property when you use css.

give the #cab a width of 100% and make the text align center. for example:

Code:
<div id="cab" style="width: 100%; text-align: center;">
or adding something like this in your css file to #cab:

Code:
#cab {
     width: 100%;
     text-align: center;
}
Reply With Quote
  #4 (permalink)  
Old 06-22-2007, 02:47 PM
dollars5's Avatar
Pligg is my love :)
 
Join Date: Dec 2006
Location: India
Posts: 2,154
Thanks: 290
Thanked 266 Times in 177 Posts
try this - but not a permanent solution:
Code:
<div id="cab" style="margin-left:37%">
Reply With Quote
Reply

Thread Tools
Display Modes
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Similar Threads
Thread Thread Starter Forum Replies Last Post
Submit Antispam Addon v 0.1 AnAlienHolakres3 Pligg Modules 22 10-01-2008 05:08 PM
Submit 3 doesnt read main smarty ayyash Bug Report 1 08-05-2007 11:02 PM


Search Engine Friendly URLs by vBSEO 3.2.0