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

at the beginning of an HTML code, what is this?:

[and then ending with]

Could someone please let me know (in detail if each pair of

is something different specifically) what this code means/does? Its for MySpace. If this code has anything to do w/ covering up the original overlay, is there any way to change it so that it stil covers the original overlay, but doesnt cover up the myspace Ad on top

2006-10-25 06:15:52 · 7 answers · asked by Anonymous in Computers & Internet Programming & Design

7 answers

I can think of two explanations that I can think of. By the way, that has nothing to do with the

(repeated 30 times).

1) This person is trying to add some spaces but is not doing it correctly, because repeating
30 times does not really do anything visually to the page. All that it does is creating an empty table 30 times.

2) This person is executing some kind of server-side codes in a loop (I highly doubt that anyone in their right mind would type 30 times
). The server-side codes are not executed on the server side and the client side won't see the actual codes being executed. Somehow, this person also put the
inside the loop. And that's probably you see it 30 times. If this were what this person is doing, you have no way of knowing what the actual server codes are.

By the way, I am a web developer by trade and I don't want to get to the details of what is being executed on the server and what is being executed on the client side, because it can take a long time to do so.

2006-10-25 07:07:22 · answer #1 · answered by knitting guy 6 · 3 0

table shows the beginning up of a table, and table the top... so in different words you have have been given 30 empty tables there. i might do away with 'em - they're merely wasted tags. Rawlyn.

2016-11-25 20:10:58 · answer #2 · answered by marianna 4 · 0 0

It creates 30 empty, invisible tables.

2006-10-25 06:18:05 · answer #3 · answered by IT Pro 6 · 0 0

it creates a table.

2006-10-25 06:22:54 · answer #4 · answered by nuejerz 2 · 0 0

With

and
you can organise your items in cells.
like this;









item1 item2
item3 item4

this will look like;

item1 item2
item3 item4

2006-10-25 06:24:32 · answer #5 · answered by Chri R 4 · 0 0

problematic problem. browse on a search engine. it can assist!

2014-12-10 19:25:55 · answer #6 · answered by Anonymous · 0 0

this is a wrong code

2006-10-25 06:19:59 · answer #7 · answered by yuri Romanov 2 · 0 0

fedest.com, questions and answers