The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Cellpadding (revised)
Pookielou
post May 29 2008, 10:57 AM
Post #1


Newbie
*

Group: Members
Posts: 10
Joined: 20-May 08
Member No.: 5,705



Hi! I posted before asking basically this same question, but I posted my code without cellpadding in it, so I probably looked like a moron asking what I was doing wrong with cellpadding when it wasn't in my code. Anyway. . . . smile.gif

I want there to be some space between my text and the edge of the tan box. Any help would be greatly appreciated!
Here's the URL: http://www.freewebs.com/pixelsnponies/index.htm
And here's the code:

<html>

<head>
<title>Pixels 'n Ponies Graphics</title>

</head>

<body bgcolor="A85045">

<img src="http://img221.imageshack.us/img221/6698/sagebannerwg7.jpg" align="center" width="100%">
<br>
<br>
<TABLE width=100%><TR><TD bgcolor=#A85045 width=20% valign=top>

<center><A href="http://www.freewebs.com/pixelsnponies/index.htm"><font color="161513"><img src="http://img222.imageshack.us/img222/9146/homelinkaf5.jpg"></FONT></A></center>
<br>
<br>
<center><A href="http://www.freewebs.com/pixelsnponies/Layouts.htm"><font color="161513"><img src="http://img136.imageshack.us/img136/7010/layoutsap5.jpg"></FONT></A></center>
<br>
<br>
<center><A href="http://www.freewebs.com/pixelsnponies/The%20Seasons.htm"><font color="161513"><img src="http://img225.imageshack.us/img225/9294/theseasonsst5.jpg"></FONT></A></center>
<br>
<br>
<center><A href="http://www.freewebs.com/pixelsnponies/The%20Breeds.htm"><font color="161513"><img src="http://img225.imageshack.us/img225/7374/thebreedsgw1.jpg"></FONT></A></center>
<br>
<br>
<center><A href="http://www.freewebs.com/pixelsnponies/Banners.htm"><font color="161513"><img src="http://img225.imageshack.us/img225/1058/bannersandadshw3.jpg"></FONT></A></center>
<br>
<br>
<center><A href="http://www.freewebs.com/pixelsnponies/Support.htm"><font color="161513"><img src="http://img225.imageshack.us/img225/4702/supportgx7.jpg"></FONT></A></center>


</TD><TD bgcolor=#EEE7DB width=80% valign=top cellpadding=10><center><font size="3" face="baskerville" color="161513" >
<br>
<b>Welcome to Pixel's n' Ponies Howrse Graphics!</b>
<br>
<br>
Your Howrse profile page represents you, so it's appearence is important. Here you can find a number of free layouts to make your page look professional. Feel free to take a look
around and choose a look that suites you. A new layout is added every week, so check back often!
<br><br>Don't have a Howrse account? <A href="http://www.howrse.com" target="_blank"><font color="161513">Click here</A> and come join the fun!</center>
<br>
<br>
<b>FAQ</b>
<br>
<br>
<b>Q: How do I put the layout on my page?</b>
<br><br><b>A:</b> - Copy the HTML code.
<br>- Go to "Edit My Profile"
<br> - Click "HTML Mode"
<br> - Paste the code.
<br> - Click "Edit My Profile"
<br> - Add your own text, pictures, etc.
<br>
<br>
<b>Q: Can I have a custom layout?</b>
<br><br>
<b>A:</b> Due to the time it takes to design and code a layout, I do not make custom layouts for free. However, I would consider doing one for around 400E. Message me for details. My Howrse name is Pookielou.
<br>
<br>
<b>Q: I have a good idea for a layout. Will you code it?</b>
<br>
<br><b>A:</b> I'm always open to new ideas. If you message me with your proposal, I will consider coding it and adding it to the free layouts on this site.<br></font>

</TD> </TR> </TABLE>

</body>


</html>
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post May 29 2008, 01:27 PM
Post #2


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

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



'cellpadding' is an attribute for TABlE, not for TD, and it will affact all cells and all sides of them.
http://www.htmlhelp.com/reference/html40/tables/table.html

If you want more control you'd better use CSS 'padding' instead. Then you can pad just one site of one cell, should you want to.
http://htmlhelp.com/reference/css/box/padding.html

The validator tells you things like when you use an attribute in the wrong place.
CODE
Line 34, character 59:
... h=80% valign=top cellpadding=10><center><font size="3" face= ...
                                 ^Error: there is no attribute CELLPADDING for this element (in this HTML version)

http://www.htmlhelp.com/cgi-bin/validate.c...s&input=yes

There are some other issues too. For example you should quote many if the values you use. For the sake of simplicity it's best to quote them all.
CODE
Line 14, character 51:
... ><TD bgcolor=#A85045 width=20% valign=top>
                                 ^Error: an attribute value must be quoted if it contains any character other than letters (A-Za-z), digits, hyphens, and periods; use quotes if in doubt
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: 24th April 2024 - 09:19 PM