dave17
Member
Registered: 3rd Sep 02
Location: Greater London
User status: Offline
|
i cant be bothered to do all of them if shes only going to put it back to how it was
|
Melville
Member
Registered: 4th Jun 03
Location: Newcastle upon Tyne
User status: Offline
|
copy the code you lazy bastard
|
dave17
Member
Registered: 3rd Sep 02
Location: Greater London
User status: Offline
|
long, ive closed everything now
|
dave17
Member
Registered: 3rd Sep 02
Location: Greater London
User status: Offline
|
ok ive done it
http://www.annantech.com/davidsite3.html
|
ed
Member
Registered: 10th Sep 03
User status: Offline
|
Maybe you could put a 1px border around the main page and have the page background a different colour, such as light grey to make the main body stand out a little bit more...
|
dave17
Member
Registered: 3rd Sep 02
Location: Greater London
User status: Offline
|
I tried to put a border around it, but DW puts a border around all the borders
|
ed
Member
Registered: 10th Sep 03
User status: Offline
|
In the table section you could try putting this in:
style="border:1px solid #000000;"
|
dave17
Member
Registered: 3rd Sep 02
Location: Greater London
User status: Offline
|
i need to somehow put all the site inside a table?
|
ed
Member
Registered: 10th Sep 03
User status: Offline
|
Oh, thought it was all in a table... Didn't really look at the HTML of it too carefully.
|
ed
Member
Registered: 10th Sep 03
User status: Offline
|
It is, so I think that that style tag should put a border around it... Though I'm new to that kind of thing so it might not work
|
dave17
Member
Registered: 3rd Sep 02
Location: Greater London
User status: Offline
|
Ok now the finished article Full site
http://www.annantech.com/
Im pleased
|
drax
Member
Registered: 5th Feb 05
Location: Sittingbourne, Kent
User status: Offline
|
Nice idea, looks crisp but its too blue and uses alot of images where it doesnt need to. really needs a containing border imo
|
drax
Member
Registered: 5th Feb 05
Location: Sittingbourne, Kent
User status: Offline
|
this page seems to have no top margin either?
http://www.annantech.com/services.html
|
Liam
Member
Registered: 19th Jan 06
Location: Stafford
User status: Offline
|
Very nice
|
dave17
Member
Registered: 3rd Sep 02
Location: Greater London
User status: Offline
|
quote: Originally posted by drax
this page seems to have no top margin either?
http://www.annantech.com/services.html
Looks fine to me
I would put a border on it, but i dont know how
|
drax
Member
Registered: 5th Feb 05
Location: Sittingbourne, Kent
User status: Offline
|
your using some crazy stuff in your source.., replace the CSS in the style bit of yours with this, i guess you arent using a template? so needs to be done to all pages.
code:
<!--
.style3 {font-family: verdana; font-size: x-small; color: #0A3487; }
a:link {
color: #0A3487;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #0A3487;
}
a:hover {
text-decoration: underline;
}
a:active {
text-decoration: none;
}
body {margin: 0; padding: 0;}
-->
[Edited on 11-01-2007 by drax]
|
drax
Member
Registered: 5th Feb 05
Location: Sittingbourne, Kent
User status: Offline
|
First table, you want to replace your code of
code: <table width="700" height="808" border="0" align="center" cellpadding="0" cellspacing="0" id="Table_01">
with
code: <table width="700" height="808" border="0" align="center" cellpadding="0" cellspacing="0" id="Table_01" style="border-left: 1px solid #111; border-right: 1px solid #111; border-bottom: 1px solid #111;">
[Edited on 11-01-2007 by drax]
|
drax
Member
Registered: 5th Feb 05
Location: Sittingbourne, Kent
User status: Offline
|
and then for your last bit, the part where the copyright TD is in your source you want this
code: <td style="padding-right: 5px;" colspan="17"><div align="right"><span class="style3">© Annantech 2007 <a href="Terms.html">Terms & Conditions</a></span></div></td>
|
dave17
Member
Registered: 3rd Sep 02
Location: Greater London
User status: Offline
|
ooo nice thanks, just uploaded, what you reckon?
http://www.annantech.com/davidsite4.html
|
dave17
Member
Registered: 3rd Sep 02
Location: Greater London
User status: Offline
|
Forgive me for being slow, but what does that change at the bottom?
|
drax
Member
Registered: 5th Feb 05
Location: Sittingbourne, Kent
User status: Offline
|
your going to have to sort out all the other pages with the same coding, you should have used a templating system using php or just including pure CSS, but as long as you mimic the code across each it will be fine...
at the bottom all it does it add abit of padding on the right, knocking the copyright and terms and conditions text along away from the bordered edge
|
dave17
Member
Registered: 3rd Sep 02
Location: Greater London
User status: Offline
|
Have you read the whole thread mate? I didnt even know what to do really so il probably learn the other ways of doing it next time
Cheers for the code, i understand il have to copy it over. I have asked the client if they prefer it
|
drax
Member
Registered: 5th Feb 05
Location: Sittingbourne, Kent
User status: Offline
|
Okay sure, just give me a shout if you get stuck and i could probably set it up the site for you in css / html in a couple of hours if you get stuck
|