[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    Bug#43423: links not working in some embedded tables when <div> is used
From:       vader () speakeasy ! net
Date:       2002-06-03 3:46:09
[Download RAW message or body]

Package: khtml
Version: 4.0 (using KDE 3.0.5 (CVS HEAD >= 20020427))
Severity: normal
Installed from:    compiled sources
Compiler:          gcc version 2.96 20000731 (Red Hat Linux 7.3 2.96-110)
OS:                Linux (i686) release 2.4.18-3
OS/Compiler notes: 

Hello,

I was surfing around and found this page where the links did not seem to work.  I cut \
most of the code out and found out that the probblem with the links exists within the \
embedded table.  Here is the code that does not work ...

<HTML>
<BODY bgColor=#36456d leftMargin=0 text=#ffffff topMargin=0 marginwidth="0" \
marginheight="0"> <DIV align=center>
<TABLE border=0 cellPadding=0 cellSpacing=0 height="100%" width=780>
	<DIV align="center">
		<TABLE border="0" cellspacing="1" width="100%" align="right">
			<TR>
				<TD width="25%" align="center"><a href="Service/service.htm"><img border="0" \
src="Service/pics/service.JPG" width="85" height="64"><br>  Service</a></td>
				<TD width="25%" align="center"><a href="Products/products.htm"><img border="0" \
src="Products/pics/products.JPG" width="85" height="64"><br>  Products</a></td>
			</TR>
		</TABLE>
	</DIV>
</TABLE>
</DIV>
</BODY>
</HTML>

And here is the code that does work ...

<HTML>
<BODY bgColor=#36456d leftMargin=0 text=#ffffff topMargin=0 marginwidth="0" \
marginheight="0"> <DIV align=center>
<TABLE border=0 cellPadding=0 cellSpacing=0 height="100%" width=780>
		<TABLE border="0" cellspacing="1" width="100%" align="right">
			<TR>
				<TD width="25%" align="center"><a href="Service/service.htm"><img border="0" \
src="Service/pics/service.JPG" width="85" height="64"><br>  Service</a></td>
				<TD width="25%" align="center"><a href="Products/products.htm"><img border="0" \
src="Products/pics/products.JPG" width="85" height="64"><br>  Products</a></td>
			</TR>
		</TABLE>
</TABLE>
</DIV>
</BODY>
</HTML>

Notice I removed the <DIV and </DIV> after the first table.  I do not do html coding \
much, so I'm not sure if this is just trashy html code or if it's a bug in konq, but \
I thought I'd pass it on.

Cheers,
Jesse

(Submitted via bugs.kde.org)
(Called from KBugReport dialog)


(Complete bug history is available at http://bugs.kde.org/db/43/43423.html)


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic