WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Need some help with this code Empty Need some help with this code Fri Jul 16, 2010 8:53 pm

Matti

Matti
Registered Member
Registered Member
I have this code and I want to remove that where it says <strong>OTHER/USEFUL LINKS</strong> and make this one that says <strong>FORUM TUTORIALS </strong> to show in the center.

Code:
<span style="float: left; margin-left: 60px; display: block;">
  <strong>FORUM TUTORIALS </strong><br>
  - <a href="http://forumtutorials.forumotion.com/forum-rules-forum-tutorials-staff-f10/">Forum Rules Please Read</font></a>

  - <a href="http://forumtutorials.forumotion.com/news-announcements-f2/"><font ">News & Announcements</font></a>

  - <a href="http://forumtutorials.forumotion.com/welcome-to-the-forum-tutorials-f17/welcome-to-the-forum-tutorials-t59.htm">Welcome to the Forum Tutorials</font></a>

  - <a href="http://forumtutorials.forumotion.com/introduce-yourself-f1/"><font "">Introduce yourself</font></a>

</span>
<span style="float: left; margin-left: 80px; display: block;">
  <strong>OTHER/USEFUL LINKS</strong><br>
  - <a href="http://forumtutorials.forumotion.com/general-discussions-f4/">General Discussions</font></a>

  - <a href="http://forumtutorials.forumotion.com/forum-games-f6/">Forum Games</font></a>

  - <a href="http://forumtutorials.forumotion.com/forum-promotion-f18/">Forum promotion</font></a>

  - <a href="http://forumtutorials.forumotion.com/graphics-f15/">Graphics</font></a>

</span>

http://csshelp.forumotion.net/

2Need some help with this code Empty Re: Need some help with this code Fri Jul 16, 2010 9:57 pm

50Cent


Registered Member
Registered Member
Just removed this:

Code:
<strong>OTHER/USEFUL LINKS</strong>


And add a center tag to <strong>FORUM TUTORIALS </strong>?

Code:
<center></center>

3Need some help with this code Empty Re: Need some help with this code Fri Jul 16, 2010 11:35 pm

ankillien

ankillien
Administrator
Administrator
Hey BlueSky Smile

This should be your code...

Code:
<p align="center"><strong>FORUM TUTORIALS </strong></p>
<span style="float: left; margin-left: 60px; display: block;">
  - <a href="http://forumtutorials.forumotion.com/forum-rules-forum-tutorials-staff-f10/">Forum Rules Please Read</a><br>
  - <a href="http://forumtutorials.forumotion.com/news-announcements-f2/"><font>News &amp; Announcements</font></a><br>
  - <a href="http://forumtutorials.forumotion.com/welcome-to-the-forum-tutorials-f17/welcome-to-the-forum-tutorials-t59.htm">Welcome to the Forum Tutorials</a><br>
  - <a href="http://forumtutorials.forumotion.com/introduce-yourself-f1/"><font>Introduce yourself</font></a><br>
</span>
<span style="float: left; margin-left: 80px; display: block;">
  - <a href="http://forumtutorials.forumotion.com/general-discussions-f4/">General Discussions</a><br>
  - <a href="http://forumtutorials.forumotion.com/forum-games-f6/">Forum Games</a><br>
  - <a href="http://forumtutorials.forumotion.com/forum-promotion-f18/">Forum promotion</a><br>
  - <a href="http://forumtutorials.forumotion.com/graphics-f15/">Graphics</a><br>
</span>

4Need some help with this code Empty Re: Need some help with this code Sat Jul 17, 2010 2:33 am

Matti

Matti
Registered Member
Registered Member
Thank you this is solved now Very Happy

http://csshelp.forumotion.net/

5Need some help with this code Empty Re: Need some help with this code Sat Jul 17, 2010 8:15 am

ankillien

ankillien
Administrator
Administrator
Glad I could help Very Happy

Solved | Locked

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

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