T O P I C R E V I E W |
Helterskelter |
Posted - 06 February 2006 : 13:31:42 Working project but though i would show what I'm doing.
Basicaly I'm not going to use it, well i dont thin i am.... lol Just got borad and set this up and when finished I'll share the file for all the people looking for a left hand table.
I know there are mods already but this will just be a simple file replacement.
I'm just please i got it working so far. All i gotta do now is add in the login system, and convert all the html to ASP Response.Write
u can see this on my test site at http://www.livingfish.co.uk/test
Helter < |
11 L A T E S T R E P L I E S (Newest First) |
AnonJr |
Posted - 19 February 2006 : 11:13:59 I've noticed that FF puts that dotted line under any links with an acronym. If I remember right, this has been noticed before....
Something like putting in the header should fix it:
<style type="text/css"> a {text-decoration:none; } </style>
Or something to that effect. Its a lazy Sunday morning and I'm not all here yet... < |
Helterskelter |
Posted - 19 February 2006 : 07:17:54 ok I've now added clear.gif to move the menu away from the side but i've noticed i got a dotted line under the menu links
I've posed the txt link any idea's?
http://www.livingfish.co.uk/test/inc_header.asp.txt< |
Helterskelter |
Posted - 08 February 2006 : 14:40:56 ye got it working easy as long as html is on...... longest part was uploading the code. LOL
I did spend a while scanning the code coz i did thing of converting it incert forum code instead of html. but no luck so far.
Big idea's
Helter< |
Helterskelter |
Posted - 08 February 2006 : 14:15:38 Thanks for all the help got this working now.
Just gotta go through the code and smooth it out, then i'll be happy. This is the quickest I've done anything major like this....
I'l rearly happy with the resualts, just gotta test font etc etc all working now. Be finished for the w-end.
Helter< |
Nertz |
Posted - 08 February 2006 : 13:44:19 Great! glad it worked for you.
BTW - couldn't help notice in your code, you're playing with TinyMCE too?< |
Helterskelter |
Posted - 08 February 2006 : 13:31:58 Nertz you got it.
I was gonna go along that route but was not sure wherer to go. thanks
Thanks David looks like it was a little confused as well.
Now i can rip out the original log in and menu.
Helter< |
Classicmotorcycling |
Posted - 08 February 2006 : 13:14:15 I have a feeling that it is because you have have the following form id and name twice in your code:
id=""form1"" name=""form1"" id=""form2"" name=""form2""
Look for the following in your code to find them all:
<form
You will see what I mean and change the id and name of of each of the doubles to be unique. That should fix it. It looks like the forms are getting confused.
I hope that helps. < |
Nertz |
Posted - 08 February 2006 : 13:07:04 Helter, I had a quick look and noticed you added your left side table at the beginning of the file. The result is, if you look at the source of the rendered page, the table is generated before the <head> tag of the page. You should move the left table chunk of code below the second instand of <body> tag. That might fix your login code, as right now it appears to execute before some vars being initialized.
cheers, Nat< |
Helterskelter |
Posted - 08 February 2006 : 12:45:29 Could someone have a look at my code.
Basicaly all i done is cut and past. i got the login code running twice, one normal and the one I added in the table.
Basicaly it logs in but dose not say "You are logged in as".........
Thanks for your time
Helter.
P.s. view code here http://www.livingfish.co.uk/test/inc_header.asp.txt< |
Helterskelter |
Posted - 07 February 2006 : 14:09:13 I still cant get the login to work correctly. However I've now converted all html to ASP.
Thanks Serritzlev
< |
Helterskelter |
Posted - 06 February 2006 : 15:24:56 Gettering better.
Got the login script working. But the code is not 100%... it's not saying "You are logged in as" just sitting on the login boxes....
how ever the login is working.
I'll have a better look later as getting late now.
Helter< |