corsasport.co.uk
 

Corsa Sport » Message Board » Off Day » Geek Day » Need to create HTML for this........ FINISHED PG3


New Topic

New Poll
  <<  1    2    3  >> Subscribe | Add to Favourites

You are not logged in and may not post or reply to messages. Please log in or create a new account or mail us about fixing an existing one - register@corsasport.co.uk

There are also many more features available when you are logged in such as private messages, buddy list, location services, post search and more.


Author Need to create HTML for this........ FINISHED PG3
dave17
Member

Registered: 3rd Sep 02
Location: Greater London
User status: Offline
9th Jan 07 at 17:39   View User's Profile U2U Member Reply With Quote

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
9th Jan 07 at 17:40   View User's Profile U2U Member Reply With Quote

copy the code you lazy bastard
dave17
Member

Registered: 3rd Sep 02
Location: Greater London
User status: Offline
9th Jan 07 at 17:42   View User's Profile U2U Member Reply With Quote

long, ive closed everything now
dave17
Member

Registered: 3rd Sep 02
Location: Greater London
User status: Offline
9th Jan 07 at 18:01   View User's Profile U2U Member Reply With Quote

ok ive done it

http://www.annantech.com/davidsite3.html
ed
Member

Registered: 10th Sep 03
User status: Offline
9th Jan 07 at 18:57   View User's Profile U2U Member Reply With Quote

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
9th Jan 07 at 19:36   View User's Profile U2U Member Reply With Quote

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
9th Jan 07 at 19:51   View User's Profile U2U Member Reply With Quote

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
9th Jan 07 at 22:39   View User's Profile U2U Member Reply With Quote

i need to somehow put all the site inside a table?
ed
Member

Registered: 10th Sep 03
User status: Offline
10th Jan 07 at 11:48   View User's Profile U2U Member Reply With Quote

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
10th Jan 07 at 11:50   View User's Profile U2U Member Reply With Quote

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
11th Jan 07 at 22:36   View User's Profile U2U Member Reply With Quote

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
11th Jan 07 at 22:44   View User's Profile U2U Member Reply With Quote

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
11th Jan 07 at 22:45   View User's Profile U2U Member Reply With Quote

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
11th Jan 07 at 22:49   View User's Profile U2U Member Reply With Quote

Very nice
dave17
Member

Registered: 3rd Sep 02
Location: Greater London
User status: Offline
11th Jan 07 at 22:59   View User's Profile U2U Member Reply With Quote

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
11th Jan 07 at 23:05   View User's Profile U2U Member Reply With Quote

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
11th Jan 07 at 23:09   View User's Profile U2U Member Reply With Quote

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
11th Jan 07 at 23:12   View User's Profile U2U Member Reply With Quote

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 &nbsp;&nbsp; <a href="Terms.html">Terms & Conditions</a></span></div></td>
dave17
Member

Registered: 3rd Sep 02
Location: Greater London
User status: Offline
11th Jan 07 at 23:16   View User's Profile U2U Member Reply With Quote

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
11th Jan 07 at 23:18   View User's Profile U2U Member Reply With Quote

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
11th Jan 07 at 23:26   View User's Profile U2U Member Reply With Quote

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
11th Jan 07 at 23:28   View User's Profile U2U Member Reply With Quote

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
11th Jan 07 at 23:31   View User's Profile U2U Member Reply With Quote

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

  <<  1    2    3  >>
New Topic

New Poll

  Related Threads Author Forum Replies Views Last Post
Does anyone know Java???? SteveW Geek Day 24 1853
9th Jun 03 at 11:50
by Mikorsa16v
 
Here something to play with vaux_red_corsa General Chat 11 868
17th Jun 03 at 15:25
by Craig-CorsaGSI
 
e-mail help Craig6682 Geek Day 7 971
12th Apr 04 at 09:35
by Craig6682
 
Selling my corsa. Davido General Chat 19 1018
20th Jun 05 at 20:43
by chewy
 
people spending lots on car then selling... a_j_mair General Chat 22 907
1st Dec 05 at 16:34
by Patrick
 

Corsa Sport » Message Board » Off Day » Geek Day » Need to create HTML for this........ FINISHED PG3 29 database queries in 0.0526891 seconds