The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Find code?, Trying to edit a section and can't find it in the table?
joarc
post Apr 23 2021, 11:58 AM
Post #1





Group: Members
Posts: 7
Joined: 25-June 08
Member No.: 5,984



Hello folks. I need to have the logo in the attachment move up a space as indicated with the blue highlight. I have no idea which element it is.

I've played with code before, but always with a help window open on one screen - if you know what I mean. smile.gif

Here is the page I need to inspect: http://sig.pvlgroup.com/signature_files/NSD&D.htm

Thanx all.


Attached thumbnail(s)
Attached Image
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Apr 23 2021, 12:30 PM
Post #2


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



Just rightclick on it and check what the image name is and then it's easy to find.

CODE
<table align='right' border='0' cellpadding='0' cellspacing='0'>
    <tbody>
<tr>
<td style='padding-top:1px;' align='right' valign='top'>
<img src='http://sig.pvlgroup.com/images/PVL-Construction-Logo.png?r=1549989042' alt='Logo' border='0' hspace='0' vspace='0' height='64' width='240' />
</td>
</tr>
    </tbody>
  </table>
</td>
</tr>
    </table>


There is no need for that table. And probably not for most of the other tables either. Just sayin'. wink.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
joarc
post Apr 23 2021, 12:35 PM
Post #3





Group: Members
Posts: 7
Joined: 25-June 08
Member No.: 5,984



Lol, thanx Pandy. I didn't build it, but we have to work with it.

So the blue space I've highlighted, is it this?

<td style='padding-top:1px;'
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
joarc
post Apr 23 2021, 12:50 PM
Post #4





Group: Members
Posts: 7
Joined: 25-June 08
Member No.: 5,984



QUOTE(joarc @ Apr 23 2021, 10:35 AM) *

Lol, thanx Pandy. I didn't build it, but we have to work with it.

So the blue space I've highlighted, is it this?

<td style='padding-top:1px;'


Apparently not... I've taken it out and there's still a space there. Ugh.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Apr 23 2021, 12:51 PM
Post #5


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



No, that's the logo. Thought that was what you asked about.

The blue space is the sum of the padding browsers add by default on body and any space inside the several table cells that surround that image.

The highest cell in a row sets the height for all cells in a row. Since there are a number of nested tables you need to go through them all to figure out where that space may come from. Could be several places. At least the image is top aligned inside the cell it's in, so you can skip that one.

I would rather rewrite the page. It would be much quicker.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
joarc
post Apr 23 2021, 01:20 PM
Post #6





Group: Members
Posts: 7
Joined: 25-June 08
Member No.: 5,984



QUOTE(pandy @ Apr 23 2021, 10:51 AM) *

No, that's the logo. Thought that was what you asked about.

The blue space is the sum of the padding browsers add by default on body and any space inside the several table cells that surround that image.

The highest cell in a row sets the height for all cells in a row. Since there are a number of nested tables you need to go through them all to figure out where that space may come from. Could be several places. At least the image is top aligned inside the cell it's in, so you can skip that one.

I would rather rewrite the page. It would be much quicker.



"The highest cell in a row sets the height for all cells in a row" that's good to know! Thank you.

The other person I'm working with found it the valign="top"

I don't know how to script, I just know enough to make something bold and break something else. Haha.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Apr 23 2021, 03:06 PM
Post #7


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



QUOTE(joarc @ Apr 23 2021, 08:20 PM) *


The other person I'm working with found it the valign="top"



Yes. But that's for the TD the image is directly inside. But that TD is in a table that's in a TD that's in another table that's in a... You get it. You need to find exactly where space is occurring and it's likely at several places.

QUOTE
I don't know how to script, I just know enough to make something bold and break something else. Haha.


Well, looks like a good time to start learning then. smile.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
joarc
post Apr 26 2021, 12:34 PM
Post #8





Group: Members
Posts: 7
Joined: 25-June 08
Member No.: 5,984



QUOTE(pandy @ Apr 23 2021, 01:06 PM) *

QUOTE(joarc @ Apr 23 2021, 08:20 PM) *


The other person I'm working with found it the valign="top"



Yes. But that's for the TD the image is directly inside. But that TD is in a table that's in a TD that's in another table that's in a... You get it. You need to find exactly where space is occurring and it's likely at several places.

QUOTE
I don't know how to script, I just know enough to make something bold and break something else. Haha.


Well, looks like a good time to start learning then. smile.gif


Haha. Thanx again smile.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 24th April 2024 - 03:00 PM