![]() |
|
| |||||||
| Notices |
| CSS Cascading Style Sheets All topics and discussions relating to CSS Cascading Style Sheets. |
![]() |
| | LinkBack | Thread Tools |
|
#1
| |||
| |||
| Hi all. I thought CSS was a way of centreing pages for screens with resolutions greater than the page size. This enables pages to centre on any screen rather than always being on the left. Am I right? How do you centre pages? Many thanks minipos.co.uk |
|
#2
| ||||
| ||||
| Quote:
__________________ The moment one definitely commits oneself, then providence moves too. All sorts of things occur to help one that would never otherwise have occurred. A whole stream of events issues from the decisions, raising in one’s favor all manner of unforeseen incidents and meetings and material assistance which no man could have dreamed would have come his way. Whatever you can do or dream you can, begin it. Boldness has genius, power and magic in it. Begin it now. (William Hutchinson Murray) |
|
#3
| ||||
| ||||
| CSS can be used for any kind of styling. The obvious option for you as GOH says (because you only want to center the page) is to use the option available in BV but, CSS can be used for page/table positioning, text positioning, image positioning. It is very versatile. |
|
#4
| |||
| |||
| you can use css to center pages. for that first make sure you put all the tags between the <html> tags inside the <div> tag eg. <html> <div> you content goes here..... </div> </html> now you can specify the css properties for the <div> tag. eg.. div { text-align: center; } that's it. <cheers myte>
__________________ nhugu.com - We are professional solution providers to facilitate in your corporate, business, official and personal presence in the web. |