The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> How to remove image from webpage
RodentKJ
post Dec 15 2008, 11:14 PM
Post #1





Group: Members
Posts: 3
Joined: 15-December 08
Member No.: 7,348



I'm new to writing HTML and I've created a website using a template and edited from there.

The URL to the site is
Here

Attached is a picture and the part highlighted in red is what I want to cut remove... But I can not figure out what part of the HTML code needs to be removed to get rid of it. Hence the reason I'm here...

Thank you in advance.

Attached Image

User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post Dec 15 2008, 11:35 PM
Post #2


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



It isn't in your HTML. It's in your CSS style sheet.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
RodentKJ
post Dec 16 2008, 01:19 AM
Post #3





Group: Members
Posts: 3
Joined: 15-December 08
Member No.: 7,348



QUOTE(Darin McGrew @ Dec 15 2008, 08:35 PM) *

It isn't in your HTML. It's in your CSS style sheet.



Okay. Thanks for the help. I'm much closer now but I can not figure out how to get rid of the black spacer that is still in there.

Attached Image
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Dec 16 2008, 01:51 AM
Post #4


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

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



Turn table borders on so you can see what's what. It's this empty markup that together with it's styling creates the space. You can just remove the whole row if you aren't going to use it for anything.

HTML
<tr>


<td class="horizontal_column">&nbsp;DDDDD</td>


<td class="horizontal_center"><table width="100%" border="0" cellpadding="0" cellspacing="0" class="linkcontainer">


<tr>


<td><div class="navigation"></div></td>


<td><div class="navigation"></div></td>


<td><div class="navigation"></div></td>


<td><div class="navigation"></div></td>


<td><div class="navigation"></div></td>


</tr>


</table></td>


<td class="horizontal_column">&nbsp;</td>


</tr>
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
RodentKJ
post Dec 16 2008, 10:21 AM
Post #5





Group: Members
Posts: 3
Joined: 15-December 08
Member No.: 7,348



Thank you much for the help. I got it looking how I want.

rolleyes.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

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

 



- Lo-Fi Version Time is now: 23rd April 2024 - 03:16 PM