For an excellent guide to using your myfreeforum forum, you can visit howtodoit
The howtodoit "readonly" forum provides answers and walkthroughs for all common questions.
The WWW did indeed Link to my webpage But, didn't then direct into the Forum, so I'll stick with the Index/html at the end. _________________ My Site: The Lazy Lounge
The WWW did indeed Link to my webpage But, didn't then direct into the Forum, so I'll stick with the Index/html at the end.
Ah maybe crossed wired here, if you want an auto redirect , then it would be a different code than above, as i thought you wanted a clickable link _________________
Maybe I haven't explained myself well enough (more than Likely )
What I want is so that, when members Click on the Forum address, they are taken to the webpage, then they have to click on THAT to enter the forum _________________ My Site: The Lazy Lounge
the way you have said that , will make any members clicking on http://yourforum.myfreeforum.org be redirected to your web
page of www.yourforum.myfree.org , just for them to be redirected back to your forum, and you end up going in circles. _________________
I Think I'll stick with the added bit at the end of the address, ast least that works for me.
I don't want it to just direct itself after a few seconds, I want the members to have to Click there way into the forum
So I had the right code anyway right?
Sorry Symon. Am I giving you a headache? . . . Cos I'm giving myself one!
Another Thing, there seems to be a white Border around the page,How to I make that Navy or to match the template ? _________________ My Site: The Lazy Lounge
I only have One Problem left before I'm Done Now,You will see that I have made my webpage and a template for it, By using my overall header Code and editting bits out But I have an Advert at the top, Could someone Please tell me what I have to edit out of my code to get Rid of that please?
There also appears to be a bigger space at the top of the image thatn there is below it, How Can i rectify that please?
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<!-- link rel="stylesheet" href="templates/myfs_lazylounge1/{T_HEAD_STYLESHEET}" type="text/css" -->
<style type="text/css">
<!--
/*
subSky Theme for phpBB version 2+
Created by Devillous Design
http://www.devillous.com
NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
theme administration centre. When you have finalised your style you could cut the final CSS code
and place it in an external file, deleting this section to save bandwidth.
*/
/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
background-color: #A2ABB4;
scrollbar-face-color: #B1B9C3;
scrollbar-highlight-color: #4E647F;
scrollbar-shadow-color: #B1B9C3;
scrollbar-3dlight-color: #B1B9C3;
scrollbar-arrow-color: #00142C;
scrollbar-track-color: #BEC8D3;
scrollbar-darkshadow-color: #383838;
}
/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #00142C; }
a:hover { text-decoration: underline; color : #FAFAFA; }
hr { height: 0px; border: solid #B1B9C3 0px; border-top-width: 1px;}
/* This is the border line & background colour round the entire page */
.bodyline {background-image: url(../bg.png); background-color: #4E647F; border: 6px #000044 solid; }
/* This is the outline round the main forum tables */
.forumline { background-color: #A2ABB4; border:6px #000044 solid; }
/*
This is for the table cell above the Topics, Post & Last posts on the index.php page
By default this is the fading out gradiated silver background.
However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
background-color: #4E647F;
background-image: url(templates/myfs_lazylounge1/images/cellpic2.jpg);
background-repeat: repeat-y;
}
/*
Setting additional nice inner borders for the main table cells.
The names indicate which sides the border will be on.
Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
height: 29px;
border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
font-weight: bold; border: #4E647F; border-style: solid; height: 28px;
}
td.row3Right,td.spaceRow {
background-color: #B1B9C3; border: #4E647F; border-style: solid;
}
/* The largest text used in the index page title and toptic title etc. */
.maintitle {
font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
text-decoration: none; line-height : 120%; color : #000000;
}
/* The register, login, search etc links at the top of the page */
.mainmenu { font-size : 11px; color : #000000 }
a.mainmenu { text-decoration: none; color : #00142C; }
a.mainmenu:hover{ text-decoration: underline; color : #FAFAFA; }
/* Forum title: Text and link to the forums used in: index.php */
.forumlink { font-weight: bold; font-size: 12px; color : #00142C; }
a.forumlink { text-decoration: none; color : #00142C; }
a.forumlink:hover{ text-decoration: underline; color : #FAFAFA; }
/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav { font-weight: bold; font-size: 11px; color : #000000;}
a.nav { text-decoration: none; color : #00142C; }
a.nav:hover { text-decoration: underline; }
/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2 { font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link { text-decoration: none; color : #00142C; }
a.topictitle:visited { text-decoration: none; color : #00142C; }
a.topictitle:hover { text-decoration: underline; color : #FAFAFA; }
/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name { font-size : 11px; color : #000000;}
/* Location, number of posts, post date etc */
.postdetails { font-size : 10px; color : #000000; }
/* The content of the posts (body of text) */
.postbody { font-size : 12px; line-height: 18px}
a.postlink:link { text-decoration: none; color : #00142C }
a.postlink:visited { text-decoration: none; color : #00142C; }
a.postlink:hover { text-decoration: underline; color : #FAFAFA}
/* The buttons used for bbCode styling in message post */
input.button {
background-color : #BEC8D3;
color : #000000;
font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* The main submit button option */
input.mainoption {
background-color : #FAFAFA;
font-weight : bold;
}
/* This is the line in the posting page which shows the rollover
help line. This is actually a text box, but if set to be the same
colour as the background no one will know ;)
*/
.helpline { background-color: #B1B9C3; border-style: none; }
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/myfs_lazylounge1/formIE.css");
-->
</style>
<!-- BEGIN switch_enable_pm_popup -->
<script language="Javascript" type="text/javascript">
<!--
if ( {PRIVATE_MESSAGE_NEW_FLAG} )
{
window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
}
//-->
</script>
<!-- END switch_enable_pm_popup -->
</head>
<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}" topmargin=3 bottommargin=3 leftmargin=3 rightmargin=3 />
Looking again at My coding, Most of it probably isn't needed But I don't want to risk taking out too much, If I caould just Know what controls that Light Blue bit at the top with the advert, So That it can be removed, Leaving the darker Blue to cover the whole page. _________________ My Site: The Lazy Lounge
I am not sure what advert you mean, there seem to be two, the google ads that you cannot tamper with and some "top sites" thing. _________________ Family Friendly Shareware | | Web Design/Services | Free Forums forum.myfreeforum.org
All times are GMT + 1 Hour Goto page Previous1, 2, 3Next
Page 2 of 3
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum