This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Web Design Forum > May 2006 > Needed Web Designer we pay flat-rate of $50 for my site
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Needed Web Designer we pay flat-rate of $50 for my site
|
|
| Chrissy 2006-05-22, 6:49 pm |
| Needed Web Designer we pay flat-rate of $50 for my site
I'm looking to pay a flat rate of $50 to have someone fix our html (no
css!) so that it ends up looking like the example page:
http://www.sworde.com/index_files/borderexample.htm
Right now we have a white border surrounding, instead I like the
blending darker line pictured in our site example.
To see what it looks like now, see www.Sworde.com
If interested in doing it for less than $50 and you take Paypal, then
my email address is published on the example page (in graphic form).
Thanks
| |
| Chris Gunn 2006-05-22, 6:49 pm |
| On Mon, 22 May 2006 10:05:39 -0600, in biz.marketplace.web-design you wrote:
>Right now we have a white border surrounding, instead I like the
>blending darker line pictured in our site example.
Howdy Chrissy,
You don't need to pay $50 if a solid line will do.
Change:
<BODY bgcolor=#70b2e6 TOPMARGIN=0 LEFTMARGIN=105 MARGINHEIGHT=10
MARGINWIDTH=10>
To:
<BODY bgcolor=#70b2e6 TOPMARGIN=0 LEFTMARGIN=0 MARGINHEIGHT=0 MARGINWIDTH=0>
Which will allow the page to display on 800 wide screens.
Change:
<!---- outer table has 1 row, 2 columns ---->
<table height=2000 border="0" WIDTH=750 HEIGHT=500 bgcolor=WHITE
cellpadding=0>
To:
<table border="0" WIDTH="750" bgcolor="#2977B1" cellpadding=0 CELLSPACING=4
ALIGN="Center">
Which will center the panel. Change the "#2977B1" to any color you want.
You don't need HEIGHT and it's in there twice. CELLSPACING=4 sets how wide
the colored border is. Whatever made this page forgot to add CELLSPACING
and it was left up to the browser to decide. Each has different defaults.
Change:
<!---- inner table has 3 rows, 1 column ---->
<table border="0" height="100%" bgcolor=WHITE cellpadding=0>
To:
<table border="0" WIDTH="100%" bgcolor=WHITE cellpadding=0 CELLSPACING=0>
Converting the border to a shaded line all the way around means using a set
of eight background images in a frame like the page you can see on the
http://www.bizynet.com/Projects/Notebook.htm page.
Drop by http://www.hippie98.com and get a trial copy of Hippie. It's the
best HTML editor anywhere on the Internet and with some practice you can
build very professional web pages. It's what taught me to be the expert I
am today.
Thanks, Chris www.bizynet.com and www.bizycart.com
BIZynet Coordinator cgunn@bizynet.com - (505) 586-1225
Moderator of biz.ecommerce, biz.general, biz.marketplace.discussion,
biz.marketplace.web-design, biz.marketplace.international & others
|
|
|
| | Copyright 2003 - 2009 forum4designers.com Software forum Computer Hardware reviews |
|