| | |
How do i change scrollers and make my site sutible for all resolutions?
Please support our HTML and CSS advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Mar 2004
Posts: 57
Reputation:
Solved Threads: 0
Hi i saw this site on the net, http://www.freewebs.com/poohishcorner/ and liked the way it was layed out, how do i make the main body of my site go in a box in the centre of the site? At the moment my site looks funny accross different resolutions so i would like to keep it all boxed in.
And how do i change the arrows at the side of the page to a color that i want?
Thanks
And how do i change the arrows at the side of the page to a color that i want?
Thanks
There may be a better way to create your site in a box, and center it, but in the past I have used the <center> tag for centering a 1x1 table, and then putting the rest of the content inside of the single table cell. I dunno if this is a hack job or standard practice, maybe that is why I'm not in web design.
PARANOIA:
A healthy understanding of the way the universe works.
A healthy understanding of the way the universe works.
HTML and CSS Syntax (Toggle Plain Text)
<table width="720px" align="center"> <tr><td align="left" valign="top"> PAGE CONTENT HERE </td></tr> </table>
Dani the Computer Science Gal 
Follow my Twitter feed! twitter.com/DaniWeb
And if you're interested in Internet marketing there is twitter.com/DaniWebAds

Follow my Twitter feed! twitter.com/DaniWeb
And if you're interested in Internet marketing there is twitter.com/DaniWebAds
And yes, you're right. That is the standard way of doing things. For the most part, tables are used to position content on the screen (have it wrap, have it in columns, etc.) Some people are starting to get into heavily into XHTML and CSS though, in which the same effect could theoretically be obtained with div and span tags. i.e. the following:
Of course, more effects can be added. (background color, font, etc.) all to the span style element, and it renders much quickly than tables in the latest browsers. The class element can also be used to attach a CSS file with the style information, to separate html mark-up from visual design.
HTML and CSS Syntax (Toggle Plain Text)
<div align="center"> <span style="border:1px solid; width:750px; padding:2px; margin:2px"> Centered Text With Border Around It </span> </div>
Of course, more effects can be added. (background color, font, etc.) all to the span style element, and it renders much quickly than tables in the latest browsers. The class element can also be used to attach a CSS file with the style information, to separate html mark-up from visual design.
Dani the Computer Science Gal 
Follow my Twitter feed! twitter.com/DaniWeb
And if you're interested in Internet marketing there is twitter.com/DaniWebAds

Follow my Twitter feed! twitter.com/DaniWeb
And if you're interested in Internet marketing there is twitter.com/DaniWebAds
•
•
•
•
Originally Posted by cscgal
HTML and CSS Syntax (Toggle Plain Text)
<table width="720px" align="center"> <tr><td align="left" valign="top"> PAGE CONTENT HERE </td></tr> </table>
HTML and CSS Syntax (Toggle Plain Text)
<table width="90%" align="center"> <tr><td align="left" valign="top"> PAGE CONTENT HERE </td></tr> </table>
Formerly known as Slade.
As for the scroll bar:
http://www.retailunion.net/fscrollbar.shtml
http://www.ignside.net/man/misc/test...lgenerador.htm
The above are nice simple sites that generate the code of the scroll bar look for you
Enjoy
Slade
http://www.retailunion.net/fscrollbar.shtml
http://www.ignside.net/man/misc/test...lgenerador.htm
The above are nice simple sites that generate the code of the scroll bar look for you

Enjoy

Slade
Formerly known as Slade.
![]() |
Similar Threads
- How do i set a page background color? (HTML and CSS)
Other Threads in the HTML and CSS Forum
- Previous Thread: changing the color of a HTML form selection
- Next Thread: Changing the page after a form
| Thread Tools | Search this Thread |
Tag cloud for HTML and CSS
appointments asp background backgroundcolor beta browser bug calendar cart cgi code codeinjection corporateidentity create css design development displayimageinsteadofflash dreamweaver drupal emailmarketing epilepsy explorer firefox flash font fonts form format google griefers hackers hitcounter hover html ide ie7 ie8 iframe image images internet internetexplorer intranet iphone javascript jpeg layout macbook maps marketshare microsoft mozilla multimedia navigationbars news offshoreoutsourcingcompany opacity opera optimization perl pnginie6 positioning problem scroll seo shopping studio swf swf. templates textcolor theme timecolor titletags url urlseparatedwords visual visualization web webdevelopment webform website windows7 wordpress xml xsl







. Blah
just kidding, it's great, I help with what little knowledge I have and I get heaps out of it! Thanks Dani for setting this site up, it's awesome.