|
View previous topic
::
View next topic
|
| Author |
Message |
carpunky
Joined: 08 Dec 2003
Posts: 133
Location: St Louis Mo
|
Posted: Sun Dec 21, 2003 5:47 am
Post subject: Table Problems
|
|
|
Hello
Debs, ( Thanks ) Has helped me alot but Im still having problems with the table area.
I would like for it to look the same in all resolutions as it does in the the 800 * 600 resolution is this possible ?
Would anyone be able to look at my source code and give me a clue ?
http://www.home-decorating-designs.com/
Thanks Alot
Jeff |
|
| Back to top |
|
 |
robertb
Joined: 09 Aug 2003
Posts: 1837
Location: Columbus, OH
|
Posted: Sun Dec 21, 2003 7:48 am
Post subject:
|
|
|
Well your logo is only 700 some pixels wide, so I just put a table behind it. I changed:
| Code: | <IMG height=40 alt="Home Decorating Designs" hspace=0 src="images\logo.gif" border=0>
|
to this:
| Code: | <TABLE cellSpacing=0 cellPadding=0 width="100%" bgColor=#619cc4>
<TBODY>
<TR>
<TD bgColor=#007cf9>
<IMG height=40 alt="Home Decorating Designs" hspace=0 src="images\logo.gif" border=0>
</td></tr></tbody></table> |
That way the top bar "Stretches" the entire width of the page.[/quote] _________________ Robert
Instant Site Comments - Allow Visitors to Comment On Your Content!
EbookNiches.com - 4 PLR Ebook Packages Each Month
Learn About DropShipping |
|
| Back to top |
|
 |
Debs
Joined: 16 Aug 2003
Posts: 4296
Location: NY
|
Posted: Sun Dec 21, 2003 7:50 am
Post subject:
|
|
|
I am seeing it the same, except the text size which is normal.
Are you seeing it differently?
Debs _________________ Learn how to turn keyphrases into quality, well-targeted articles your visitors and SE's will love with Gary Antosh's new ebook "Web Content Made Easy!" |
|
| Back to top |
|
 |
| View previous topic :: View next topic |
|