•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the HTML and CSS section within the Web Development category of DaniWeb, a massive community of 391,902 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,591 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our HTML and CSS advertiser: Lunarpages Web Hosting
Views: 1160 | Replies: 4
![]() |
•
•
Join Date: Apr 2006
Location: North East USA
Posts: 138
Reputation:
Rep Power: 3
Solved Threads: 1
•
•
•
•
Originally Posted by GriffIT34
how does my web site show up in searches "google"
I don't understand the question, sorry. If you're asking how to make sure your site is well-indexed by Google and ranks well in Search Results pages, that isn't an HTML coding question. Ask in the Site Management forums.
•
•
•
•
I have an animated .gif moves very slow when page loads can that be sped up
Not really. Most sites don't use animated GIFs anymore.
•
•
•
•
any way to do things in colums EX:
1 2 3 4
5 6 7 8
Research HTML tables.
Last edited by tgreer : May 26th, 2006 at 10:15 am.
•
•
Join Date: Apr 2006
Location: North East USA
Posts: 138
Reputation:
Rep Power: 3
Solved Threads: 1
[html]
<table>
<thead>
<tr>
<th colspan="1">MY HEADER</th>
</tr>
</thead>
<tbody>
<tr>
<td>cell1</td>
<td>cell2</td>
<td>cell3</td>
</tr>
<tr>
<td>cell4</td>
<td>cell5</td>
<td>cell6</td>
</tr>
</tbody>
</table>
[/html]
:o i hope i dont get kicked .. haha .. looks fine to me
.. all the best with watever u r doing ..
later ..
<table>
<thead>
<tr>
<th colspan="1">MY HEADER</th>
</tr>
</thead>
<tbody>
<tr>
<td>cell1</td>
<td>cell2</td>
<td>cell3</td>
</tr>
<tr>
<td>cell4</td>
<td>cell5</td>
<td>cell6</td>
</tr>
</tbody>
</table>
[/html]
:o i hope i dont get kicked .. haha .. looks fine to me
.. all the best with watever u r doing ..later ..
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb HTML and CSS Marketplace
- Web Designer HTML/CSS (Web Development Job Offers)
- Learning web design, HTML, CSS, etc... (HTML and CSS)
Other Threads in the HTML and CSS Forum
- Previous Thread: clear both? float?
- Next Thread: To html converter



Linear Mode