I used to have no problem centering a table in the middle of the page using the horizontal and vertical preferences inside a 100%x100% "master" cell.
Now this no longer seems to work and they always align in the middle of the page horizontally but are now always at the Top vertically.
Here's an example: www.v-818.com/
Thanks for any help.
Now this no longer seems to work and they always align in the middle of the page horizontally but are now always at the Top vertically.
Here's an example: www.v-818.com/
Thanks for any help.
-
Re: centering the page.
Tue, May 15, 2007 - 1:05 PMdid you use the valign attribute on the table or td tag? or style it via css with vertical-align: middle; ? -
-
Re: centering the page.
Tue, May 15, 2007 - 1:06 PMand dont think im not scowling at you because your using tables. i was just to lazy to go off on you. its your lucky day ;-) -
-
Re: centering the page.
Tue, May 15, 2007 - 2:50 PMI used the v align.
When I was schooled in the web game, html was where it was at. I've not used html enough to stay current with the various css and dynamic content methods. I am coming around and will be updating my methodology slowly over the next several months. I've currently been focusing on flash interactivity. -
-
Re: centering the page.
Tue, May 15, 2007 - 3:54 PMyou used valign and it fixed it or do you mean you used valign the first time around and it didnt work?
Yeah i try and keep flash at bay as much as possible. it has its uses, dont get me wrong buti have yet to do site that needed it or it would add all that much to. Of course most of my sites are data/content driven not experience driven. The couple things i have used it for is for media players and on the fly text replacement (which i was jsut qued in to... check out sIFR if youre interested). the rest is all xhtml/css/ajax and php/mysql on the backend. -
-
Re: centering the page.
Tue, May 15, 2007 - 5:05 PMI used valign. It used to work and for some reason doesn't anymore.
I'm beginning to design with both flash and html. I want the user emersive experience of flash along with the search engine friendliness of html.
-
-
-
-
-
Re: centering the page.
Mon, October 1, 2007 - 5:26 PMYou could use this yo...
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td align="center">
<!--- site goes in here-->
</td>
</tr>
</table>
this has worked for me in the past... and I love tables!
Cheers'
Jamaican Steve
