Author |
Topic  |
|
thermal_seeker
Junior Member
 
United Kingdom
430 Posts |
Posted - 22 May 2010 : 09:46:02
|
I have added this mod but need to add a space above (the same as below) What do I add above the <!--#include file="member_spotlight.asp"--> to give me that space??

The few lines of code above and below..
Edited to add the code
Dave |
No good at coding, but I can plough a field !! |
Edited by - thermal_seeker on 22 May 2010 10:34:57 |
|
thermal_seeker
Junior Member
 
United Kingdom
430 Posts |
Posted - 26 May 2010 : 16:10:49
|
sorted  |
No good at coding, but I can plough a field !! |
 |
|
AnonJr
Moderator
    
United States
5768 Posts |
Posted - 26 May 2010 : 18:41:28
|
Do I dare ask what the issue was? Just want to make sure the next poor soul can find an answer if s/he has the same issue.  |
 |
|
Shaggy
Support Moderator
    
Ireland
6780 Posts |
Posted - 27 May 2010 : 04:48:25
|
You just have to close and reopen the table.
|
Search is your friend “I was having a mildly paranoid day, mostly due to the fact that the mad priest lady from over the river had taken to nailing weasels to my front door again.” |
 |
|
Classicmotorcycling
Development Team Leader
    
Australia
2085 Posts |
|
thermal_seeker
Junior Member
 
United Kingdom
430 Posts |
Posted - 28 May 2010 : 17:26:21
|
sorry, I should have said how I sorted it...
I added
at the top of member_spotlight.asp
there maybe too many lines there but at least it works 
I did try and put it to the left of the events calendar, similar to Classic Motorcycling Australia Forum but couldnt manage it... 
Dave |
No good at coding, but I can plough a field !! |
 |
|
thermal_seeker
Junior Member
 
United Kingdom
430 Posts |
Posted - 13 June 2010 : 16:48:56
|
I'm going from bad to worse now 
I have put the member spotlight at the top and now it is touching the next grid down and I cant for the life of me get a gap between the two.

I have managed to change the colour of the header from blue to white.
My member_spotlight
any advice gratefully received
Dave
|
No good at coding, but I can plough a field !! |
 |
|
Classicmotorcycling
Development Team Leader
    
Australia
2085 Posts |
Posted - 13 June 2010 : 18:09:16
|
Try using this (did a tidy up of the code and found an extra <td> and <tr>: If you want I can zip up the stuff I did to get it working in the Calendar!
|
Cheers, David Greening |
 |
|
thermal_seeker
Junior Member
 
United Kingdom
430 Posts |
Posted - 13 June 2010 : 18:18:58
|
ok scrap the above ... I have managed (although god knows how) to get the spotlight in the events calendar.

The one thing I cant do is get rid of the "recent events" wording.
I think it is relative to the code in red??
Response.Write " </TD><TD width=""33%"" bgcolor=""" & strForumCellColor & """ valign=""top"" class=""cal_smallfont""><B>" & strCalUpcoming & "</B><BR/> " & vbNewLine WriteUpcomingEvents Response.Write " </TD>" & vbNewLine & _ " <TD width=""33%"" bgcolor=""" & strForumCellColor & """ valign=""top"" class=""cal_smallfont""><B>" & strCalRecent & "</B><BR/> " & vbNewLine 'WriteRecentEvents %><!--#INCLUDE FILE="member_spotlight.asp"--><%
I think I need to keep the division width at 33%
Dave
EDIT: I think I have cracked it but would like someone just to cast their eye over the code to make sure I have done it correctly...
Response.Write " </TD><TD width=""33%"" bgcolor=""" & strForumCellColor & """ valign=""top"" class=""cal_smallfont""><B>" & strCalUpcoming & "</B><BR/> " & vbNewLine WriteUpcomingEvents Response.Write " </TD>" & vbNewLine & _ " <TD width=""33%"" & valign=""top"" ><BR/> " & vbNewLine
%><!--#INCLUDE FILE="member_spotlight.asp"--><%
Thanks
Dave |
No good at coding, but I can plough a field !! |
Edited by - thermal_seeker on 13 June 2010 18:33:39 |
 |
|
thermal_seeker
Junior Member
 
United Kingdom
430 Posts |
Posted - 13 June 2010 : 18:40:48
|
David, sorry I should have refreshed the page before replying I didn't see your reply... I may have not done this in the best way but didn't need the recent events section so it seemed the logic place to put it. I did try and remove the recent events, shrink the table to 70% and put the spotlight on the right of the events table but came up with all wierd and wonderful happenings.. like the forum tables all at 30% beside the events table!!
Dave
|
No good at coding, but I can plough a field !! |
 |
|
MaD2ko0l
Senior Member
   
United Kingdom
1053 Posts |
Posted - 14 June 2010 : 15:07:44
|
have you tryed removing the bit in red?
Response.Write " </TD><TD width=""33%"" bgcolor=""" & strForumCellColor & """ valign=""top"" class=""cal_smallfont""><B>" & strCalUpcoming & "</B><BR/> " & vbNewLine WriteUpcomingEvents Response.Write " </TD>" & vbNewLine & _ " <TD width=""33%"" bgcolor=""" & strForumCellColor & """ valign=""top"" class=""cal_smallfont""><B>" & strCalRecent & "</B><BR/> " & vbNewLine 'WriteRecentEvents %><!--#INCLUDE FILE="member_spotlight.asp"--><% |
© 1999-2010 MaD2ko0l |
 |
|
thermal_seeker
Junior Member
 
United Kingdom
430 Posts |
Posted - 14 June 2010 : 17:26:05
|
Yes, this is what I have now:-
Response.Write " </TD><TD width=""33%"" bgcolor=""" & strForumCellColor & """ valign=""top"" class=""cal_smallfont""><B>" & strCalUpcoming & "</B><BR/> " & vbNewLine WriteUpcomingEvents Response.Write " </TD>" & vbNewLine & _ " <TD width=""33%"" & valign=""top"" ><BR/> " & vbNewLine
%><!--#INCLUDE FILE="member_spotlight.asp"--><%
It looks ok on the forum but I just wanted to check that what I had done was the best way of going about it
Dave
|
No good at coding, but I can plough a field !! |
 |
|
|
Topic  |
|