-
AuthorPosts
-
Ing. Ervin Zatko EASY Friend
Ing. Ervin Zatko EASY
- Join date:
- September 2014
- Posts:
- 127
- Downloads:
- 406
- Uploads:
- 16
- Thanks:
- 19
- Thanked:
- 6 times in 1 posts
January 8, 2011 at 11:09 am #158458Hi
I need align table to center in a contents, but it not work.
What I must change that it will work?Thankx
scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
January 8, 2011 at 11:31 am #370816place align=”center” inside your table tag like so…
<table align=”center” border=”0″>
Ing. Ervin Zatko EASY FriendIng. Ervin Zatko EASY
- Join date:
- September 2014
- Posts:
- 127
- Downloads:
- 406
- Uploads:
- 16
- Thanks:
- 19
- Thanked:
- 6 times in 1 posts
January 8, 2011 at 3:02 pm #370833Thankx, it not help…
Problem is in CSS, I think, but I dont know where…
Please help me…scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
January 8, 2011 at 6:47 pm #370867Do you a have a link to the page so I can take a look?
Ing. Ervin Zatko EASY FriendIng. Ervin Zatko EASY
- Join date:
- September 2014
- Posts:
- 127
- Downloads:
- 406
- Uploads:
- 16
- Thanks:
- 19
- Thanked:
- 6 times in 1 posts
January 10, 2011 at 2:00 pm #371122Here is a link
http://opennet.sk/index.php?option=com_content&view=article&id=76&Itemid=28&lang=sk
Table with contacts and Map are in center in HTML code.
Please help me
houstonator Friendhoustonator
- Join date:
- December 2010
- Posts:
- 29
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 4 times in 2 posts
January 17, 2011 at 10:14 am #372217Ing. Ervin Zatko EASY FriendIng. Ervin Zatko EASY
- Join date:
- September 2014
- Posts:
- 127
- Downloads:
- 406
- Uploads:
- 16
- Thanks:
- 19
- Thanked:
- 6 times in 1 posts
January 18, 2011 at 8:50 am #372383Thankx, but it is only correction in article. Align table to center in a contents still not work.
May 18, 2011 at 2:05 pm #391823I found this problem but also found a fix…read this article:
http://www.granneman.com/webdev/coding/css/centertables/
I used method 1 in my “rasite” article template and it work, just added the following code at the start of the article’s table style:
{margin-left:auto; margin-right:auto;}
So you’ll end up with something like this before your table:
<table style=”margin-left: auto; margin-right: auto; width: 400px; height: 127px;” border=”1″>
Worked for me!
AuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 4 voices, and was last updated by jeaneve 13 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Table alignment in content
Viewing 8 posts - 1 through 8 (of 8 total)