-
Table Troubles.... Help?
Hi Everyone,
I seem to be having some issues with my new site and the tables it uses. I am frankly getting seriously annoyed - because this is such a simple glitch!
The problem is.... On my site I use tables with slices... and one of the inner tables is used to display the content for that page - but the first paragraph - and the first paragraph only is not indented like the rest all are automatically.
If you don't know what i mean please visit my site and look at the main content box on the right hand site.
#----------------Source Code ---------------#
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>QuickScriptz.Ca.KZ - Design And Coding</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body leftmargin=0 topmargin=0 marginheight="0" marginwidth="0" bgcolor="#01557C">
<table width="759" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td width="256"><img src="images/main01.jpg" width="256" height="41"></td>
<td background="images/fon01.gif">
<table width="503" border="0" cellspacing="0" cellpadding="0">
<tr>
<!-- Top Navigation Menu -->
<?PHP
include("nav_top.php");
?>
<!-- Top Navigation Menu -->
<td width="233">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="10%">
<p></p>
</td>
<td class="title">
<!-- Search Box -->
<?PHP
include("search_top.php");
?>
<!-- Search Box -->
</td>
<td width="10%"></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="157"><img src="images/main_logo.gif" width="256" height="157"></td>
<td width="503"><img src="images/main03.gif" width="503" height="157"></td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="759" align="center" background="images/fon_menu.gif">
<tr>
<td><img src="images/menu01.gif" width="3" height="42" alt="" border="0"></td>
<td>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<!-- Main Menu -->
<?PHP
include("nav_main.php");
?>
<!-- Main Menu -->
</tr>
</table>
</td>
<td align="right"><img src="images/menu02.gif" width="3" height="42" alt="" border="0"></td>
</tr>
</table>
<div align="center"><img src="images/main01.gif" width="759" height="5" alt="" border="0"></div>
<table border="0" cellpadding="0" cellspacing="0" width="759" align="center">
<tr valign="top">
<td background="images/fon_left.gif"><img src="images/fon_left.gif" width="3" height="13" alt="" border="0"></td>
<td width="753" bgcolor="#FFFFFF">
<p class="px5">
<table border="0" cellpadding="12" cellspacing="0" width="100%">
<tr valign="top">
<td align="right">
<!-- left -->
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3" height="25" bgcolor="#777777"><p class="title">
<!-- Left Box Header -->
<?PHP
include("box_lheader.php");
?>
<!-- Left Box Header -->
</p></td>
</tr>
<tr>
<td colspan="3" bgcolor="#CCCCCC"><img src="images/px1.gif" width="1" height="1" alt="" border="0"></td>
</tr>
<tr>
<td rowspan="3" bgcolor="#CCCCCC"><img src="images/px1.gif" width="1" height="1" alt="" border="0"></td>
<td bgcolor="#EF9400" height="3"><img src="images/px1.gif" width="1" height="1" alt="" border="0"></td>
<td rowspan="3" bgcolor="#CCCCCC"><img src="images/px1.gif" width="1" height="1" alt="" border="0"></td>
</tr>
<tr>
<td width="230">
<!-- Left Box Content -->
<?PHP
include("box_lcontent.php");
?>
<!-- Left Box Content -->
</td>
</tr>
<tr>
<td background="images/t_fon.gif" height="28"><img src="images/px1.gif" width="1" height="1" alt="" border="0"></td>
</tr>
<tr>
<td colspan="3" align="right"><img src="images/t_bot.gif" width="229" height="9" alt="" border="0"></td>
</tr>
</table>
<!-- /left -->
</td>
<td>
<!-- right -->
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3" height="25" bgcolor="#777777"><p class="title">
<!-- Right Box Header -->
<img src="images/e01.gif" width="8" height="8" alt="" border="0"> Welcome To QuickScriptz
<!-- Right Box Header -->
</p></td>
</tr>
<tr>
<td colspan="3" bgcolor="#CCCCCC"><img src="images/px1.gif" width="1" height="1" alt="" border="0"></td>
</tr>
<tr>
<td rowspan="3" bgcolor="#CCCCCC"><img src="images/px1.gif" width="1" height="1" alt="" border="0"></td>
<td bgcolor="#EF9400" height="3"><img src="images/px1.gif" width="1" height="1" alt="" border="0"></td>
<td rowspan="3" bgcolor="#CCCCCC"><img src="images/px1.gif" width="1" height="1" alt="" border="0"></td>
</tr>
<tr>
<td width="450">
<!-- Right Box Content -->
<table border="0" cellpadding="5" cellspacing="0">
<p class="left" style="color: #FF6600;"><img src="images/dot_b.gif" width="5" height="5" alt="" border="0" align="absmiddle"> Lorem ipsum dolor sit amet, consectetuer adipiscing</p>
<p class="left">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh commodo consequat.Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh commodo consequat.Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh commodo consequat.Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh commodo consequat.</p>
<p class="left"><a href="">Read More</a></p>
<div align="center"><img src="images/hr02.gif" alt="" width="417" height="10" border="0"></div>
<p class="left" style="color: #FF6600;"><img src="images/dot_b.gif" width="5" height="5" alt="" border="0" align="absmiddle"> Lorem ipsum dolor sit amet, consectetuer adipiscing</p>
<p class="left">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh commodo consequat.Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh commodo consequat.</p>
<p class="left"><a href="">Read More</a></p>
<!-- Right Box Content -->
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td background="images/t_fon.gif" height="28"><img src="images/px1.gif" width="1" height="1" alt="" border="0"></td>
</tr>
<tr>
<td colspan="3" align="right"><img src="images/t_bot.gif" width="229" height="9" alt="" border="0"></td>
</tr>
</table>
<!-- /right -->
</td>
</tr>
</table>
<br>
</td>
<td background="images/fon_right.gif"><img src="images/fon_right.gif" width="3" height="10" alt="" border="0"></td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="759" align="center">
<tr>
<td colspan="2" background="images/fon_bot.gif" height="42" align="right">
<table border="0" cellpadding="0" cellspacing="0" width="510" background="">
<tr>
<!-- Footer Navigation Menu -->
<?PHP
include("nav_bot.php");
?>
<!-- Footer Navigation Menu -->
</tr>
</table>
</td>
</tr>
<tr align="center">
<td width="270" height="80"><img src="images/logo_bot2.gif" width="229" height="84" alt="" border="0"></td>
<td width="490"><p align="center" style="color: #FFFFFF;">
<!-- Copyright Notice -->
<?PHP
include("copyright.php");
?>
<!-- Copyright Notice -->
</p></td>
</tr>
</table>
</body>
</html>
#----------------Source Code ---------------#
Thanks in advance to anyone with any help!
--
QuickScriptz
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks