Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

css giving me trouble I think, beginner needs help 1

Status
Not open for further replies.

mldmld

Technical User
Jul 22, 2003
95
US
I created this through a wizard with my webhost, then I had a friend help putting in the google ads and search bar.

Somehow I messed up the alignment at the top and the bottom with the graphic. Could someone give me an idea of what i did wrong. I believe I messed up the css, but I only know how to do basic design in Dreamweaver. No idea on how to work with the css

Does anybody have links to css tutorials? Thanks for the help

 
If your talking about centering the top images why not add align="center" to the <td> tag.

<td align="center" class="logoplace" width="263"><div class="company_name"> <img src="images/logo1.gif" width="130" height="56"></div></td>

is this what your trying to accomplish ?
 
It's the top right, it used to be aligned with the grey bar underneath it that has the links, "Home" "Spyware" ....

If you also look at the bottom right where "Copyright" is, the graphic behind it stretched to the edge, so you could see "Copyright 2005"

Thanks for the help
 
Inside your form tag you have <td nowrap="nowrap" valign="top" align="left" height="32">. Please explain what this is for ? Still looking to find why the bottom table is streching pass the 780 width you have set ....
 
not sure why the <td...> line is there, I took it out and nothing seemed to change

I think the google buttons, or firefox buttons are doing something to the tables
 
how would I go about getting the java script to work correctly?
 
If you cannot change the code in the show_ads.js the easiest would be to increase the size of the table to 830 and then resize your images, etc in order to align everything correctly.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top