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?
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
| Centering the main tab(published, unpublished, submit) Last edited by spiffycrony; 05-25-2007 at 07:00 PM.. Reason: Changing the right to center |
| |||
| No reply? Waiting for some reply
|
| |||
|
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;"> Code: #cab {
width: 100%;
text-align: center;
}
|
| ||||
|
try this - but not a permanent solution: Code: <div id="cab" style="margin-left:37%"> |
![]() |
« Previous Thread
|
Next Thread »
| Thread Tools | |
| Display Modes | |
| |
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 |




Waiting for some reply
Linear Mode

