T O P I C R E V I E W |
brian33433 |
Posted - 11 October 2005 : 13:40:17 hi guys
im trying to change my inc_header and am stuck trying to get the login boxes up next to the logo on the right corner. here is an image of the header now

and here is the text file: http://www.nightclubtonight.com/forum/inc_header.txt
any help would be great
brian
[edit by MarcelG ; moved to MOD Add-On Forum (W/O Code)]< |
15 L A T E S T R E P L I E S (Newest First) |
spyderuk |
Posted - 30 January 2006 : 12:51:38 serritzlev  Thank you so much, that is perfect. I just had to change the align left to center to suit my preferences. All that's left for me to do now is add my contents with the portal mod. I can now install the portal onto my main site and activate it. I wish to change the links in navigation to images but I have found a topic on that, looks easy enough, even for me.
I will be studying the changes you have made whilst trying to learn more about html & asp. I think I need to invest in some books and experiment.
Thank you again, you have made me very happy. < |
spyderuk |
Posted - 30 January 2006 : 07:45:48 serritzlev If you could find the time to have a look at my inc_header I would be very gratefull. If it is possible to edit so the login is in the upper right and the nav links stay where they are. I could then check the edits with the original header and maybe learn something. < |
Zuel |
Posted - 29 January 2006 : 23:16:22 quote: Oh and can anyone recommend a good book to learn asp?
That isn't ASP, it is HTML.
http://www.w3schools.com is a good start.< |
spyderuk |
Posted - 29 January 2006 : 19:19:28 imweazel Ok I don't wanna be a pain but I have looked through that header along side my own in beyond compare and it's 95% red. It's very difficult for me to work out exactly what I need to change. I understand that the header you posted had been heavily modified. Oh Rui kindly emailed the info.
I'm in the same situation as Brian was as can be seen here and a link to my inc_header (txt) can be found here
I'm the kind of person who likes to learn but I've spent around 10-12 hours on this & I'm getting nowhere. A simple task of moving a bit of code into another part of the table has got me beat.
I managed to move everything down below the logo by adding </tr><tr> to the following around line 331 in my version but I'm not sure if this is a good start or not. Found in archives when I presume inc_header was called inc_top. I fiddled with it
" <td valign=""top"" width=""50%""><a href=""portal.asp"" tabindex=""-1"">" & getCurrentIcon(strTitleImage & "||",strForumTitle,"") & "</a></td></tr><tr>" & vbNewLine & _
I found many posts about this but never saw a real answer in my search which was a shame. Maybe if you could find the time to point out the code change it would be available here for future fellow snitzers.
Oh and can anyone recommend a good book to learn asp? 
EDIT. Sorry for the long post. < |
ruirib |
Posted - 29 January 2006 : 16:09:46 It's ok, imweazel. Code posted like that is of little use, unless it's a small number of lines. If you need to post again, save it as a text file, upload it to your site and post a link to it.< |
imweazel |
Posted - 29 January 2006 : 15:48:02 My apologies ruirib. < |
Roger Fredriksson |
Posted - 29 January 2006 : 14:32:28 i, hurry, make it a link before the Snitzers see what you have done;). Ups, I was to slow.< |
imweazel |
Posted - 29 January 2006 : 13:20:19 quote: Originally posted by spyderuk
Just what I'm looking for. Pity it was sorted through email though 
Here's what I changed 
Edited by ruirib - please do not post large code chunks like this. Post them as links to a text file. I have saved it as a file if anyone needs it.
< |
spyderuk |
Posted - 28 January 2006 : 20:37:46 Just what I'm looking for. Pity it was sorted through email though < |
brian33433 |
Posted - 13 October 2005 : 13:36:31 anything i can do to help < |
imweazel |
Posted - 13 October 2005 : 11:36:00 Glad it's working for you. I took a style hint from your site and applied it to my own. I liked the centre styled page layout, thanks.< |
brian33433 |
Posted - 13 October 2005 : 11:20:53 thanks imweazel that was perfect, and thanks to everyone who took the time to help
brian< |
imweazel |
Posted - 13 October 2005 : 09:09:42 quote: Originally posted by brian33433
above the links (thats the tough part can't seem to get that done)
O.k., I see what you're looking for. Check your e-mail for update.< |
AnonJr |
Posted - 12 October 2005 : 21:28:28 Have you tried moving the table row between lines 315 and 319 to the end of the table, around line 458(ish)? I think that will do what you want...
Worse comes to worse, a little trial and error - put a 2pt black border around a given table to find out what part of the header it covers, and use that to find which tables you need to move where.< |
rasure |
Posted - 12 October 2005 : 19:06:56 You mean something like this...
< |