Printer Friendly Version
Email this thread to a friend
|
Featured Web Site Template |
|
There are 0 guests and 1 members in the forums right now.
Reflects user activity within the last 5 minutes
|
|
| Member |
Message |
hex74726176
Joined: Oct 28, 2004
# Posts: 57
|
Posted: 06/11/2005 04:40 am
Hi all,
I'm having huge problems trying to position the tabs on my website see my profile. I'm using FrontPage to edit the html.
I want the tabs at the top of the site to adjust in size if someone changes the size of their broswer. So I want the text in the middle of the three cells to be a percentage of the whole screen but the rounded corners to be a fixed width of 10 pixels.
It's difficult to explain the problem but easily seen by checking the website above.
Any help on this would be greatly appreciated.
The part with the main problem is in the code below.
Thanks,
Travis
| CODE: | <tr>
<td width="89%" height="435">
<div align="justify">
<table border="0" cellpadding="0" cellspacing="0" width="631" height="623">
<tr>
<td width="10" align="left" height="20">
<p align="left"></p>
</td>
<td width="23" align="left" height="20">
<font face="Verdana"><img border="0" src="images/red_tl.GIF" width="11" height="20" align="right"></font>
</td>
<td width="70" align="center" height="20" bgcolor="#FF3333"><b><font size="2" face="Verdana">Home</font></b></td>
<td width="10" align="center" height="20"><font face="Verdana"><img border="0" src="images/red_tr.GIF" width="10" height="20"></font></td>
<td width="4" align="center" height="20"></td>
<td width="12" align="center" height="20">
<p align="center"><font face="Verdana"><img border="0" src="images/orange_tl.GIF" width="10" height="20" align="left"></font></p>
</td>
<td width="74" align="center" height="20" bgcolor="#FF9933" valign="middle"><b><font size="2" face="Verdana">Software</font></b></td>
<td width="11" align="center" height="20"><font face="Verdana"><img border="0" src="images/orange_tr.GIF" width="10" height="20"></font></td>
<td width="2" align="center" height="20"></td>
<td width="11" align="center" height="20"><font face="Verdana"><img border="0" src="images/yellow_tl.GIF" width="10" height="20"></font></td>
<td width="46" align="center" height="20 " bgcolor="#FFFF66"><b><font size="2" face="Verdana">Autos</font></b></td>
<td width="10" align="center" height="20"><font face="Verdana"><img border="0" src="images/yellow_tr.GIF" width="10" height="20"></font></td>
<td width="1" align="center" height="20"></td>
<td width="10" align="center" height="20"><font face="Verdana"><img border="0" src="images/green_tl.GIF" width="10" height="20"></font></td>
<td width="83" align="center" height="20" bgcolor="#CCFF99"><b><font size="2" face="Verdana">Electronics</font></b></td>
<td width="10" align="center" height="20"><font face="Verdana"><img border="0" src="images/green_tr.GIF" width="10" height="20"></font></td>
<td width="1" align="center" height="20"></td>
<td width="10" align="center" height="20"><font face="Verdana"><img border="0" src="images/blue_tl.GIF" width="10" height="20"></font></td>
<td width="60" align="center" height="20" bgcolor="#CCFFFF"><b><font size="2" face="Verdana">Finance</font></b></td>
<td width="10" align="center" height="20"><font face="Verdana"><img border="0" src="images/blue_tr.GIF" width="10" height="20"></font></td>
<td width="1" align="center" height="20"></td>
<td width="10" align="center" height="20"><font face="Verdana"><img border="0" src="images/pink_tl.GIF" width="10" height="20"></font></td>
<td width="82" align="center" height="20" bgcolor="#FF66FF"><b><font size="2" face="Verdana">Homeware</font></b></td>
<td width="12" align="center" height="20"><img border="0" src="images/pink_tr.GIF" align="left" width="10" height="20"></td>
<td width="10" align="center" height="20"></td>
</tr>
<tr>
|
|
 |
g1smd
Staff
Joined: Jul 28, 2002
# Posts: 10288
|
Posted: 06/11/2005 07:53 am
I don't know the answer to that question, but I do note that you could much simplify the HTML code if you deleted all of the <font> tags and put three lines of CSS code in an external file instead.
|
 |
lizardz
Joined: Nov 12, 2004
# Posts: 1394
|
Posted: 06/11/2005 11:43 am
"I'm using FrontPage to edit the html."
If you're trying to create a complex layout using a tool like that you're probably not going to have much luck. It can be done, but only if you know HTML already.
For things that are not standard layout, it generally works much better to just handcode it in, gives you better control. You can get decent control using something like dreamweaver [frontpage is the worst though, to make it useable takes a fair amount of knowledge] but, again, you have to already know how tables etc work in html.
Combining liquid and static elements in tables isn't impossible but it is more difficult than making it all liquid or all static.
|
 |
hex74726176
Joined: Oct 28, 2004
# Posts: 57
|
Posted: 06/12/2005 04:53 am
Thanks, I think I need to do a bit of study
|
 |
You are not permitted to post messages in this forum or topic, because of one or more of the following reasons:
- You have not yet logged in, or registered properly as a member
- You are a member, but no longer have posting rights.
- This is a private forum, for which you do not have permissions.
If you are a recent member, it's possible that you simply have not yet confirmed your account. Please
check your email for a message entitled 'JimWorld Forums: Confirm Your Account' and follow the instructions
contained within.
If you cannot find this message, click here to Re-Send it.
|
If you are still experiencing problem, please read the
Login Assistance
Article for some advice on what may be causing your login not to work properly.
|
Switch to Advanced Editor and ...
Create a New Topic
or Reply to this Thread
|
|