Newbie
|
| Posted: 11/29/2005, 6:15 AM |
|
How do you center a page? by default all the created pages are left align.
Thanks in advance.
|
|
|
 |
E43509
Posts: 283
|
| Posted: 11/29/2005, 7:03 AM |
|
easiest way I can think of is to edit the html tab and put in a <div align="center"> my stuff </div> around what you want centered
|
 |
 |
Newbie
|
| Posted: 11/29/2005, 7:23 AM |
|
Thanks for your suggestion, I was hoping that there is a switch in CCS on page property to do this without having to do it manually in html.
|
|
|
 |
Oper
Posts: 1195
|
| Posted: 11/29/2005, 4:10 PM |
|
1) Create a table 1 Row 1 Col.
2) Table 100% , No Border
3) Design your Page alwasy inside a Table (easy to handle)
4) thne just Set the TD properti Horizontal Center
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |
 |
 |
Newbie
|
| Posted: 11/30/2005, 6:28 AM |
|
Thanks Oper, your suggestion is good.
|
|
|
 |
Benjamin Krajmalnik
|
| Posted: 11/30/2005, 12:11 PM |
|
I place the opening div in the header, and the closing div in the footer.
That way you do not have to make any changes to the page contents.
"Newbie" <Newbie@forum.codecharge> wrote in message
news:8438c72770d4f5@news.codecharge.com...
> Thanks for your suggestion, I was hoping that there is a switch in CCS on
page
> property to do this without having to do it manually in html. 
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |