DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/index.php)
-   HTML and CSS (http://www.daniweb.com/forums/forum143.html)
-   -   Totally new to html, css questions (http://www.daniweb.com/forums/thread46336.html)

GriffIT34 May 25th, 2006 1:58 pm
Totally new to html, css questions
 
i've just started in the world of html and css

how does my web site show up in searches "google"

I have an animated .gif moves very slow when page loads can that be sped up

any way to do things in colums EX:

1 2 3 4

5 6 7 8

any help with these cmds
thank you very much

tgreer May 25th, 2006 4:15 pm
Re: Totally new to html, css questions
 
Quote:

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.

Quote:

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.

Quote:

any way to do things in colums EX:

1 2 3 4

5 6 7 8
Research HTML tables.

GriffIT34 May 26th, 2006 9:34 am
Re: Totally new to html, css questions
 
Thanks for the help.

Sulley's Boo May 27th, 2006 1:07 am
Re: Totally new to html, css questions
 
[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 :D .. all the best with watever u r doing ..

later ..

GriffIT34 Jun 5th, 2006 8:53 am
Re: Totally new to html, css questions
 
thank you that really helps alot,

sorry my gratitude is late I was on vacation.


All times are GMT -4. The time now is 9:05 am.

Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC