Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Table/Frame help, Visual problem
Old 05-14-2005, 03:18 AM Table/Frame help, Visual problem
Ickie's Avatar
Extreme Talker

Posts: 217
Location: Australia
Trades: 0
Im having a problem with the tables on my template.
What it looks like in Mircosoft FrontPage
What it looks like in a IE
I want it to look like the first screenshot, and im not a expert at html. FrontPage playing tricks .

Code:
<html>

<head>
<title>Ickie</title>
</head>

<p align="center"></p>
<table cellpadding="1" cellspacing="1" width="648" border="1" bordercolor="#6B6B6B" height="22">
  <tr>
		<td height="18" bordercolor="#FFFFFF">
		<table cellpadding="0" cellspacing="0" border="0" width="100%" height="100%">
        	<tr>
          <td bgcolor="#F9F9F9" bordercolor="#FFFFFF" valign="middle" width="100%">
			<p align="right"><b><font face="Verdana" size="1" color="#555555">Ickie © 2005</font></b></td>
				</table>
		</td>
	</tr>
</table>
<br>
<table cellpadding="1" cellspacing="1" width="144" border="1" bordercolor="#6B6B6B" height="70">
  <tr>
		<td height="66" bordercolor="#FFFFFF">
		<table cellpadding="1" cellspacing="0" border="0" width="100%" height="100%">
        	<tr>
          <td bgcolor="#F9F9F9" bordercolor="#FFFFFF" valign="top" width="100%">
			<b>
			<font face="Verdana" size="1" color="#555555">Main<br>
			</font></b><font face="Verdana" size="1" color="#6B6B6B">
			» Home<br>
			» Community<br>
			» Staff/Contacts<br>
			» FAQ</font></td>
				</table>
		</td>
	</tr>
</table>
<br>
<table cellpadding="1" cellspacing="1" width="144" border="1" bordercolor="#6B6B6B" height="22">
  <tr>
		<td height="18" bordercolor="#FFFFFF">
		<table cellpadding="1" cellspacing="0" border="0" width="100%" height="100%">
        	<tr>
          <td bgcolor="#F9F9F9" bordercolor="#FFFFFF" valign="top" width="100%">
			<p align="left"><b><font size="1" face="Verdana" color="#555555">Downloads</font></b><br>
			<font face="Verdana" size="1" color="#6B6B6B">
			» Games<br>
			» Programs<br>
			» Scripts<br>
			» Examples<br>
			» DLLs</font></td>
				</table>
		</td>
	</tr>
</table>
<br>
<table cellpadding="1" cellspacing="1" width="144" border="1" bordercolor="#6B6B6B" height="58">
  <tr>
		<td height="54" bordercolor="#FFFFFF">
		<table cellpadding="1" cellspacing="0" border="0" width="100%" height="100%">
        	<tr>
          <td bgcolor="#F9F9F9" bordercolor="#FFFFFF" valign="top" width="100%">
			<b><font face="Verdana" size="1" color="#555555">Members</font></b><font face="Verdana" size="1" color="#6B6B6B"><br>
			» Login<br>
			» Register<br>
			» Forgot password</font></td>
				</table>
		</td>
	</tr>
</table>

<br>
<table cellpadding="1" cellspacing="1" width="144" border="1" bordercolor="#6B6B6B" height="217">
  <tr>
		<td height="213" bordercolor="#FFFFFF">
		<table cellpadding="1" cellspacing="0" border="0" width="100%" height="100%">
        	<tr>
          <td bgcolor="#F9F9F9" bordercolor="#FFFFFF" valign="top" width="100%">
			<b><font face="Verdana" size="1" color="#555555">Shout Box</font></b></td>
				</table>
		</td>
	</tr>
</table>

</body>

</html>
Im heading for the clean style website. Any help would be nice
Ickie is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 05-14-2005, 04:40 AM
OmuCuSucu's Avatar
Vi Veri Veniversum Vivus

Posts: 1,168
Name: Dragos-Valentin
Location: Cluj-Napoca, RO
Trades: 0
first, try clean code also ... html and css is not hard, you just have to know all tags and attributes so that you don't remain at the mercy of the wysiwyg program you are using.

second ... i think your problem was the cellpadding="1" cellspacing="1" in the table tag (only glancing at that hard to read code you gave us) ... read what they are for and use them properly.
third ... i don't uderstand why you are using two tables to achieve the box that you use as header ...

what i really want to say is ... lern html and css ... it is very easy (by easy i mean the quantity of information requiered is small).
__________________
.
» Please remember to add to my Talkupation if you enjoyed my post. Thank you :)
.
OmuCuSucu is offline
Reply With Quote
View Public Profile
 
Old 05-14-2005, 05:49 AM Thanks
Ickie's Avatar
Extreme Talker

Posts: 217
Location: Australia
Trades: 0
Thanks, It worked.

I do know HTML but its so much easier to do it in a editor :P, I mean I can't remember every single colour refence. I not really a programmer guy, im more of a designer.

I can understand the clean-up of code, I do see alot of useless HTML.

Anyways, I will take what you said very seriously, and think about my actions.

Oh yeah, if you wanna see it: http://www.steel-fish.com/ickie/
lol.. tutorials.. don't worry im not writing them.
Ickie is offline
Reply With Quote
View Public Profile
 
Old 05-14-2005, 06:01 AM
OmuCuSucu's Avatar
Vi Veri Veniversum Vivus

Posts: 1,168
Name: Dragos-Valentin
Location: Cluj-Napoca, RO
Trades: 0


well i'm glad to have helped you ...
it's good that you take it serious ... once you'll get a hang of it you'll love it what a tip: webmaster-talk search you can find a lot of really good stuff if you search for it

good luck
__________________
.
» Please remember to add to my Talkupation if you enjoyed my post. Thank you :)
.
OmuCuSucu is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Table/Frame help, Visual problem
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.23748 seconds with 12 queries