The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Anyone know about the forum grouping coding

Go down

Anyone know about the forum grouping coding Empty Anyone know about the forum grouping coding

Post by acef596 April 7th 2008, 11:41 pm

Well I'm running into a few problems.The actually code is:
Code:
<a href="link 1" style="float: left;"><img src="image 1" alt="" /></a><span style="float: left; width: 30%; margin-left: 5px;"><a href="link 1" class="forumtitle">forum name 1</a><br />description 1</span><span style="float: right; width: 35%; margin-left: 10px;"><a href="link 2" class="forumtitle">forum name 2</a><br />description 2</span><a href="link 2" style="float: right;"><img src="image 2" alt="" /></a><span style="clear: both; border-top: 1px solid #FFFFFF; display: block; margin-bottom: 10px;">
The four forums I want in there is:
Rules
Support/ideas
Warning/infraction problems
Announcements
I know the code up top is only for two forums and I need to repeat it but I want to get it down with two forums first.


So the first part of the code that says:
Code:
<a href="link 1" style="float: left;">
I put:
Code:
<a href="http://commuinty.forumotion.com/rules-f1/" style="float: left;">
For my rules forum.
My image url is https://2img.net/h/i116.photobucket.com/albums/o35/acef596/rules_dn.gif
So I then put the code:
Code:
<img src="http://i116.photobucket.com/albums/o35/acef596/rules_dn.gif " alt="" />
My full code now is:
Code:
<a href="http://commuinty.forumotion.com/rules-f1/" style="float: left;"><img src="http://i116.photobucket.com/albums/o35/acef596/rules_dn.gif " alt="" /></a><span style="float: left; width: 30%; margin-left: 5px;">


Now the code says:
Code:
<a href="link 1" class="forumtitle">forum name 1</a><br />description 1</span><span style="float: right; width: 35%; margin-left: 10px;">
So I fill in the code now it's:
Code:
<a href="http://commuinty.forumotion.com/rules-f1/" class="forumtitle">Rules</a><br />Please read and follow the rules.</span><span style="float: right; width: 35%; margin-left: 10px;">
My full code now is:
Code:
<a href="http://commuinty.forumotion.com/rules-f1/" style="float: left;"><img src="http://i116.photobucket.com/albums/o35/acef596/rules_dn.gif " alt="" /><a href="http://commuinty.forumotion.com/rules-f1/" class="forumtitle">Rules</a><br />Please read and follow the rules.</span><span style="float: right; width: 35%; margin-left: 10px;">


My next forum is support/ideas
So now the code says:
Code:
<a href="link 2" class="forumtitle">forum name 2</a><br />description 2</span><a href="link 2" style="float: right;">
I fill it in now it's:
Code:
<a href="http://commuinty.forumotion.com/support-ideas-f2/" class="forumtitle">Support/ideas</a><br />Post here if you need any help or have a suggestion for the forum.</span><a href="http://commuinty.forumotion.com/support-ideas-f2/" style="float: right;">
Now the code says:
Code:
<img src="image 2" alt="" /></a><span style="clear: both; border-top: 1px solid #FFFFFF; display: block; margin-bottom: 10px;">
So I put my image url now the code is:
Code:
<img src="http://i116.photobucket.com/albums/o35/acef596/ideas-48-1.gif" alt="" /></a><span style="clear: both; border-top: 1px solid #FFFFFF; display: block; margin-bottom: 10px;">


Now that I'm done my code is finished so in all with me done editing it says:
Code:
<a href="http://commuinty.forumotion.com/rules-f1/" style="float: left;"><img src="http://i116.photobucket.com/albums/o35/acef596/rules_dn.gif " alt="" /><a href="http://commuinty.forumotion.com/rules-f1/" class="forumtitle">Rules</a><br />Please read and follow the rules.</span><span style="float: right; width: 35%; margin-left: 10px;"><a href="http://commuinty.forumotion.com/support-ideas-f2/" class="forumtitle">Support/ideas</a><br />Post here if you need any help or have a suggestion for the forum.</span><a href="http://commuinty.forumotion.com/support-ideas-f2/" style="float: right;"><img src="http://i116.photobucket.com/albums/o35/acef596/ideas-48-1.gif" alt="" /></a><span style="clear: both; border-top: 1px solid #FFFFFF; display: block; margin-bottom: 10px;">


I put it in my category description and it says:
Code:
<a href="http://commuinty.forumotion.com/rules-f1/" style="float: left;"><img src="http://i116.photobucket.com/albums/o35/acef596/rules_dn.gif" alt="" /></a><span style="float: left; width: 30%; margin-left: 5px;"><a href="http://commuinty.forumotion.com/
Nothing shows on my index,just regular stuff how do I fix this?
acef596
acef596
Forumember

Male Posts : 494
Reputation : 3
Language : english

http://relaxingforum.forumotion.com/index.htm

Back to top Go down

Anyone know about the forum grouping coding Empty Re: Anyone know about the forum grouping coding

Post by Guest April 7th 2008, 11:47 pm

alt=""> something is missing between""

Alternate text I believe. But that shouldn't cause the problem I dont believe

dont put spaces between <br /> and </ a>
avatar
Guest
Guest


Back to top Go down

Anyone know about the forum grouping coding Empty Re: Anyone know about the forum grouping coding

Post by acef596 April 8th 2008, 12:04 am

That didn't work either.=/
acef596
acef596
Forumember

Male Posts : 494
Reputation : 3
Language : english

http://relaxingforum.forumotion.com/index.htm

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum