Totally new to html, css questions

Reply

Join Date: Apr 2006
Posts: 138
Reputation: GriffIT34 is an unknown quantity at this point 
Solved Threads: 1
GriffIT34's Avatar
GriffIT34 GriffIT34 is offline Offline
Junior Poster

Totally new to html, css questions

 
0
  #1
May 25th, 2006
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
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 1,655
Reputation: tgreer is an unknown quantity at this point 
Solved Threads: 35
Team Colleague
tgreer tgreer is offline Offline
Made Her Cry

Re: Totally new to html, css questions

 
0
  #2
May 25th, 2006
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 11:15 am.
Reply With Quote Quick reply to this message  
Join Date: Apr 2006
Posts: 138
Reputation: GriffIT34 is an unknown quantity at this point 
Solved Threads: 1
GriffIT34's Avatar
GriffIT34 GriffIT34 is offline Offline
Junior Poster

Re: Totally new to html, css questions

 
0
  #3
May 26th, 2006
Thanks for the help.
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 440
Reputation: Sulley's Boo will become famous soon enough Sulley's Boo will become famous soon enough 
Solved Threads: 10
Sulley's Boo's Avatar
Sulley's Boo Sulley's Boo is offline Offline
Posting Pro in Training

Re: Totally new to html, css questions

 
0
  #4
May 27th, 2006
[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 ..
Reply With Quote Quick reply to this message  
Join Date: Apr 2006
Posts: 138
Reputation: GriffIT34 is an unknown quantity at this point 
Solved Threads: 1
GriffIT34's Avatar
GriffIT34 GriffIT34 is offline Offline
Junior Poster

Re: Totally new to html, css questions

 
0
  #5
Jun 5th, 2006
thank you that really helps alot,

sorry my gratitude is late I was on vacation.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the HTML and CSS Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC