English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

OK I have put center tags all over the place, tried with and w/o quotes, tried

,

, etc... HELP!


The Electronic Portfolio of x




click for bigger images

















2007-12-03 16:27:12 · 8 answers · asked by chovens 2 in Computers & Internet Programming & Design

Still not working, I've tried the first two responses' suggestions. It's still not working, here is what I have now.


The Electronic Portfolio of Amber Beheler





click for bigger images


















2007-12-03 17:01:54 · update #1

8 answers

Your code is in a bit of a mess!
Your tables are not up to standard...
The form is:
















1. Do not use "
" by itself: it is deprecated.
2. Do not use "

" in tables, unless you know what yu are doing.
3. Do respect the "tree": , , ) !
5. Preferably, avoid
. (There are other table tags, but they are not required)
4. Do NOT mix tree branches (i.e.
together: they are going to be deprecated soon and replaced by
(with position=absolute)...

2007-12-03 19:30:14 · answer #1 · answered by just "JR" 7 · 0 0

Center A Table Html

2016-11-09 19:10:19 · answer #2 · answered by Anonymous · 0 0

Errors in your code:
1)The table rows should contain table data (td's) like this:




2) tags like anchor (
3) to center contents in table data use:


Hope this helps.

2007-12-03 18:52:03 · answer #3 · answered by Smutty 6 · 0 0

Try this:



The Electronic Portfolio of Amber Beheler


click for bigger images
centered text here


























click for bigger images





Note that you will end up having to add the font tag to each individual table data (td) tag, or you could add a simple style to the body tag which would do the same thing for you.

2007-12-04 00:32:27 · answer #4 · answered by ncarnova 2 · 0 0

try



and replace the

%img_link%

with

2007-12-03 16:34:35 · answer #5 · answered by advrts_4_3 2 · 0 0

BLALALA not listening. Don't use

. Tags like that and should not be used. They're deprecated and yucky. Just saying. Anyways, use the align value in your table tag. For example, it you wanted a center-aligned table, use

%img_link%

. Likewise, for left-aligned tables, you guessed it:
. Good luck!

2016-03-14 04:31:31 · answer #6 · answered by Anonymous · 0 0

For the best answers, search on this site https://shorturl.im/axnJS

You ask how to center tables then you say you want it on the left side of the page. Which is it? Browser's default is to place content to the left without using anything special. Ron

2016-04-02 23:20:28 · answer #7 · answered by Tammie 4 · 0 0

Remove all your center code entrees, this looks like a mess and the center does not even belong in the body, remove them all.

Right after tag, enter



Right before the tag, enter

2007-12-03 16:32:00 · answer #8 · answered by ilan 6 · 0 2

fedest.com, questions and answers