OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
help me with my table errors plz ;)
This page's ID:
10574
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
I modified your code this way, and it works: <HTML><HEAD><TITLE>Welcome to Database Systems International</TITLE> <META content="text/html; charset=windows-1252" http-equiv=Content-Type> <META content="MSHTML 5.00.3018.900" name=GENERATOR></HEAD> <BODY bgColor=#000033 leftMargin=0 rightMargin=0 topMargin=0> <TABLE bgColor=#000033 border=1 cellPadding=0 cellSpacing=0 width="100%"> <TBODY> <TR> <TD align=left background="Welcome to Database Systems International_files/top_bground.gif" width="100%"><IMG alt="" border=0 height=85 src="Welcome to Database Systems International_files/top_left.gif" width=318></TD> <TD align=right><IMG alt="" border=0 height=85 src="Welcome to Database Systems International_files/top_right.gif" width=372></TD></TR> <TR> <TD background="Welcome to Database Systems International_files/nav_bground.gif" colSpan=2 cellpadding=0><IMG align=left alt="" border=0 height=35 src="Welcome to Database Systems International_files/nav_spacer.gif" width=20><IMG alt="" border=0 height=35 src="Welcome to Database Systems International_files/button_home_off.gif" width=68><IMG alt="" border=0 height=35 src="Welcome to Database Systems International_files/button_fees_off.gif" width=59><IMG alt="" border=0 height=35 src="Welcome to Database Systems International_files/button_services_on.gif" width=59><IMG alt="" border=0 height=35 src="Welcome to Database Systems International_files/button_contact_off.gif" width=59></TD></TR> <TR> <TD background="Welcome to Database Systems International_files/nav_bground_2.gif" colSpan=2 height=10 width="100%"></TD></TR></TBODY></TABLE></BODY></HTML> YOU SHOULD REMOVE THE ALIGN ATTRIBUTE INSIDE IMG TAGS. The reason why? Well, to simplify, IMG TAGS with an alignment act a bit like paragraphs, and therefore, got margins. Since the default alignment in your browser is left anyway, you should set the align attribute of an IMG TAG ONLY WHEN YOU TRY TO WRAP TEXT IN A PARAGRAPH. something like: <img src='MyPic.gif' align='left'><p align='left'>Hello World</p> But beware of your page layout in Netscape and Shitzilla. Also, your post would rather go to the DHTML forum to me.
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »