»
 

Go Back   ResellerRatings Store Ratings > ResellerRatings Forums > Tech Support

Reply
 
LinkBack Thread Tools Display Modes
Old 04-18-2004, 05:29 AM   #1 (permalink)
Registered User
 
Join Date: Sep 2003
Location: Seoul, Korea
Posts: 133
minduka is on a distinguished road
Kids Design problems

Hi

I need some help with the design of a site. the address is:

http://www.geocities.com/frogmen14/index.htm

The problem is the space below "home" I want it to look like a folder. Is there a way to get rid of the space? Thanks

minduka is offline   Reply With Quote
Old 04-18-2004, 06:05 PM   #2 (permalink)
Guest
Guest
 
Posts: n/a
Hi minduka,

It appears to be a little alignment issue, try this:

Replace your current table row <tr> code in where the 'home.gif' resides:

Code:
  <tr>
    <td height="20" colspan="5">&nbsp;&nbsp;<a href="home.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('home','','home2.gif',1)"><img src="index_files/home.gif" alt="home" name="home" width="96" height="20" border="0"></a><a href="school.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('school','','school2.gif',1)"></a></td>

  </tr>
with this new code:
Code:
<tr>
    <td colspan="5">&nbsp;&nbsp;<a href="home.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('home','','home2.gif',1)"><img src="index_files/home.gif" alt="home" name="home" width="96" height="20" border="0" align="left"></a><a href="school.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('school','','school2.gif',1)"></a></td>

  </tr>
The difference: align="left"

Let us know if this works for you.
  Reply With Quote
Old 04-19-2004, 01:08 AM   #3 (permalink)
Registered User
 
Join Date: Sep 2003
Location: Seoul, Korea
Posts: 133
minduka is on a distinguished road
hey, thanks! it works

wonder why i didn't think about that before.

it proves two brains are better than one
minduka is offline   Reply With Quote
Old 04-19-2004, 05:34 AM   #4 (permalink)
Registered User
 
Join Date: Sep 2003
Location: Seoul, Korea
Posts: 133
minduka is on a distinguished road
I have another question about tables. Is there a way to put text in the border? so it looks something like this:

-- TEXT------------
| |
| TABLE |
| |
---------------------
minduka is offline   Reply With Quote
Old 04-19-2004, 05:35 AM   #5 (permalink)
Registered User
 
Join Date: Sep 2003
Location: Seoul, Korea
Posts: 133
minduka is on a distinguished road
oops..again

-- TEXT --------------------
| ~~~~~~~~~~~~~ |
| ~~~~TABLE~~~~~ |
| ~~~~~~~~~~~~~ |
-----------------------------
minduka is offline   Reply With Quote
Old 04-23-2004, 09:26 AM   #6 (permalink)
Registered User
 
Join Date: Sep 2003
Location: Seoul, Korea
Posts: 133
minduka is on a distinguished road
is it not possible?
minduka is offline   Reply With Quote
Old 04-23-2004, 09:30 AM   #7 (permalink)
Registered User
 
Bill in SD, CA's Avatar
 
Join Date: Oct 2002
Location: Bottom left of U.S.
Posts: 4,714
Bill in SD, CA is on a distinguished road
Maybe some more help here:

HTML Forums

Bill
Bill in SD, CA is offline   Reply With Quote
Old 04-25-2004, 09:32 PM   #8 (permalink)
Guest
Guest
 
Posts: n/a
Hey minduka, glad that worked for you :-) Sorry I wasn't able to get back with you right away.

Re the text-in-the-border, unless you want to simulate a text-in-border with a graphic inserted into a table row, you could do this.. but it's limiting.

Click this and view source:
http://www.thedesignswork.com/other/brder1.html

(You can ignore the <script> contents, it's the Netscape resize code..)

There might be another way, but this is what I could think of at the time :-) Hope it helps!
  Reply With Quote
Old 04-25-2004, 09:56 PM   #9 (permalink)
Registered User
 
Join Date: Sep 2003
Location: Seoul, Korea
Posts: 133
minduka is on a distinguished road
hey thanks! look at what i did

http://www.geocities.com/frogmen14/index.htm

Do you know how to fix the left side of the folder? Thanks
minduka is offline   Reply With Quote
Old 04-25-2004, 10:10 PM   #10 (permalink)
Guest
Guest
 
Posts: n/a
Yeah.. that's the "limiting" part. For this to work, you have to have the table ''fixed" .. so that it doesn't move..

Other than a text-graphic simulation in a row, or a simulated border, I can't think of a way to embed text into an actual border... if someone does know a way, I'd like to see it, too :-)

You might play around with some CSS, that might yield something..
  Reply With Quote
Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 On
Pingbacks are On
Refbacks are On


Most Active Discussions

Recent Discussions

All times are GMT -6. The time now is 06:52 PM.