The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Lines like right next to my navbar images
ABC123
post Feb 16 2007, 07:25 AM
Post #1





Group: Members
Posts: 3
Joined: 16-February 07
Member No.: 1,921



http://psychoplanet.bravehost.com/Art.html

How do I get rid of the lines right next to each navbar image?
Thats all I want to know.

And the site is still a major WIP.

EDIT: Alright I fixed it with adding tables. Now I just need help on how to add the news to my page. So can anyone help me with that? smile.gif

This post has been edited by ABC123: Feb 16 2007, 08:13 AM
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Frederiek
post Feb 16 2007, 08:16 AM
Post #2


Programming Fanatic
********

Group: Members
Posts: 5,146
Joined: 23-August 06
From: Europe
Member No.: 9



Start by validating (http://htmlhelp.com/tools/validator/) your page.

To get rid of the lines, code like this (without any white space between the tags):
<a href="…"><img src="…"></a>
<a href="…"><img src="…"></a>

Don't forget the closing </a> (also reported by the validator).
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
ABC123
post Feb 16 2007, 08:50 AM
Post #3





Group: Members
Posts: 3
Joined: 16-February 07
Member No.: 1,921



Thanks that helped a lot! biggrin.gif It's finally working.

Now I need help with adding a news to my page.. (I know im sort of a newbie at this)
Would I just type anything as a next paragraph or would I use some thing else?

This post has been edited by ABC123: Feb 16 2007, 08:52 AM
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Feb 16 2007, 10:00 AM
Post #4


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

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



Paragraphs are good (P). So are headings (H1, H2. H3...).
http://htmlhelp.com/reference/html40/structure.html

To always wrap text in an appropriate element is good idea.

HTML
<h1>My page about dogs</h1>

<h2>Spaniels</h2>
<p>
Once I had a spaniel called...</p>

<h2>Poodles</h2>
<p>
I do not like poodles! They...</p>
<p>
The most disgusting poodle I ever met was...</p>
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: 18th April 2024 - 08:49 PM