PC Review


Reply
Thread Tools Rate Thread

are borders ok?

 
 
aslindy
Guest
Posts: n/a
 
      17th Jan 2008
I have been putting borders around information on the home page of my web
site - www.goodshepherdmidland.org - to keep things organized. I apply them
by selecting the text, then using Format/Borders and Shading. Since there is
a varying amount of information posted each week, some times I have more
boxes, and sometimes less, and this seems the easiest way to maintain it.
Right now there is just one box on that page.

Is there any reason this is not a good way to make boxes?

Amy

(I say "my website" but I'm just the person doing the updates.)

 
Reply With Quote
 
 
 
 
Ronx
Guest
Posts: n/a
 
      17th Jan 2008
It's probably the best way to make boxes, but I would change the method.

Using the example on your home page:


<p align="center" class="style3">&nbsp;<div style="border-left-style:
solid; border-left-width: 1px; border-right-style: solid;
border-right-width: 1px; border-top-style: solid; border-top-width:
1px">

Loads of content

<div style="border-bottom-style: solid; border-bottom-width: 1px">
<p align="center" class="style3">
&nbsp;</div>
</div>

Change to

<div style="border: solid 1px black; text-align: center;">

Loads of content

</div>

--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

http://www.rxs-enterprises.org/fp




"aslindy" <(E-Mail Removed)> wrote in message
news:3955C3F2-38F6-43FF-B031-(E-Mail Removed):

> I have been putting borders around information on the home page of my web
> site - www.goodshepherdmidland.org - to keep things organized. I apply them
> by selecting the text, then using Format/Borders and Shading. Since there is
> a varying amount of information posted each week, some times I have more
> boxes, and sometimes less, and this seems the easiest way to maintain it.
> Right now there is just one box on that page.
>
> Is there any reason this is not a good way to make boxes?
>
> Amy
>
> (I say "my website" but I'm just the person doing the updates.)


 
Reply With Quote
 
aslindy
Guest
Posts: n/a
 
      17th Jan 2008
Thanks for the input.

I work mostly in design mode, as I am just learning html as I go, but I do
look at the code fairly frequently to see just what it is that makes it look
the way I want. I hadn't looked too closely at the code for the border. What
you say makes perfect sense. I'll try it out like that.

It's possible it got so complicated from when I previously had several boxes
on the page... or really, one large box divided into sections. I did some
custom borders, usually just adding in a top or bottom border, so I wouldn't
have doubled borders along the sides. (If that makes any sense at all... I
don't really understand why it works the way it does, yet.) Sometimes the
lines of the box go around more than just the text I've selected... all the
way to the top or bottom of the text area, for example.

Is there some other, better way to organize the information, rather than
using a border? Since I don't want everything to be in boxes, I don't think
a table would be a good choice.

I appreciate the help.

Amy


"Ronx" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> It's probably the best way to make boxes, but I would change the method.
>
> Using the example on your home page:
>
>
> <p align="center" class="style3">&nbsp;<div style="border-left-style:
> solid; border-left-width: 1px; border-right-style: solid;
> border-right-width: 1px; border-top-style: solid; border-top-width: 1px">
>
> Loads of content
>
> <div style="border-bottom-style: solid; border-bottom-width: 1px">
> <p align="center" class="style3">
> &nbsp;</div>
> </div>
>
> Change to
>
> <div style="border: solid 1px black; text-align: center;">
>
> Loads of content
>
> </div>
>
> --
> Ron Symonds - Microsoft MVP (FrontPage)
> Reply only to group - emails will be deleted unread.
>
> http://www.rxs-enterprises.org/fp
>
>
>
>
> "aslindy" <(E-Mail Removed)> wrote in message
> news:3955C3F2-38F6-43FF-B031-(E-Mail Removed):
>
>> I have been putting borders around information on the home page of my web
>> site - www.goodshepherdmidland.org - to keep things organized. I apply
>> them
>> by selecting the text, then using Format/Borders and Shading. Since there
>> is
>> a varying amount of information posted each week, some times I have more
>> boxes, and sometimes less, and this seems the easiest way to maintain it.
>> Right now there is just one box on that page.
>>
>> Is there any reason this is not a good way to make boxes?
>>
>> Amy
>>
>> (I say "my website" but I'm just the person doing the updates.)

>


 
Reply With Quote
 
Ronx
Guest
Posts: n/a
 
      18th Jan 2008
A table, or tables, may be the best way to go - it is the simplest
method.

It is not necessary to display borders on every cell in a table. Using
CSS you can pick and choose which table cells to put borders round.
Take a look at http://www.rxs-enterprises.org/tests/pages/tables.htm as
an example. All the required CSS is in the code (View Source in
browser)

--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

http://www.rxs-enterprises.org/fp




"aslindy" <(E-Mail Removed)> wrote in message
news:C88A704C-ECE7-49CA-8034-(E-Mail Removed):

> Thanks for the input.
>
> I work mostly in design mode, as I am just learning html as I go, but I do
> look at the code fairly frequently to see just what it is that makes it look
> the way I want. I hadn't looked too closely at the code for the border. What
> you say makes perfect sense. I'll try it out like that.
>
> It's possible it got so complicated from when I previously had several boxes
> on the page... or really, one large box divided into sections. I did some
> custom borders, usually just adding in a top or bottom border, so I wouldn't
> have doubled borders along the sides. (If that makes any sense at all... I
> don't really understand why it works the way it does, yet.) Sometimes the
> lines of the box go around more than just the text I've selected... all the
> way to the top or bottom of the text area, for example.
>
> Is there some other, better way to organize the information, rather than
> using a border? Since I don't want everything to be in boxes, I don't think
> a table would be a good choice.
>
> I appreciate the help.
>
> Amy
>
>
> "Ronx" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > It's probably the best way to make boxes, but I would change the method.
> >
> > Using the example on your home page:
> >
> >
> > <p align="center" class="style3">&nbsp;<div style="border-left-style:
> > solid; border-left-width: 1px; border-right-style: solid;
> > border-right-width: 1px; border-top-style: solid; border-top-width: 1px">
> >
> > Loads of content
> >
> > <div style="border-bottom-style: solid; border-bottom-width: 1px">
> > <p align="center" class="style3">
> > &nbsp;</div>
> > </div>
> >
> > Change to
> >
> > <div style="border: solid 1px black; text-align: center;">
> >
> > Loads of content
> >
> > </div>
> >
> > --
> > Ron Symonds - Microsoft MVP (FrontPage)
> > Reply only to group - emails will be deleted unread.
> >
> > http://www.rxs-enterprises.org/fp
> >
> >
> >
> >
> > "aslindy" <(E-Mail Removed)> wrote in message
> > news:3955C3F2-38F6-43FF-B031-(E-Mail Removed):
> >
> >> I have been putting borders around information on the home page of my web
> >> site - www.goodshepherdmidland.org - to keep things organized. I apply
> >> them
> >> by selecting the text, then using Format/Borders and Shading. Since there
> >> is
> >> a varying amount of information posted each week, some times I have more
> >> boxes, and sometimes less, and this seems the easiest way to maintain it.
> >> Right now there is just one box on that page.
> >>
> >> Is there any reason this is not a good way to make boxes?
> >>
> >> Amy
> >>
> >> (I say "my website" but I'm just the person doing the updates.)

> >


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
lines & colored table borders, shared borders, thumbnails Jan Microsoft Frontpage 2 30th Mar 2008 07:13 PM
Borders =?Utf-8?B?QmlsbCBnb2xk?= Microsoft Frontpage 3 6th May 2007 05:22 PM
tables - green borders? blue borders? yikes DianaH Microsoft Frontpage 4 13th Oct 2005 09:22 AM
Why does page borders not appear in my borders and shading format. =?Utf-8?B?TW93Z2xp?= Microsoft Word Document Management 4 11th Jan 2005 08:40 PM
Page borders and table borders =?Utf-8?B?SGVsZW4=?= Microsoft Word Document Management 3 24th Sep 2004 01:29 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:15 PM.