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]

Matti

Matti
Registered Member
Registered Member
Hi, guys

As you can see this screen shot is the forum index and I want to make those lines around.

I need a code to make the forum lines around 1pic10

This screen shot is when you click on the forums to see the topics

I need a code to make the forum lines around 2pic10

So i have the code for making the lines around when you click on forums to see the topics, BUT i want a code for the forum index to make those lines around.

P.s if you need the link to the forum so you can see what I mean I'll give it by pm

Thanks,
-Maki

http://csshelp.forumotion.net/

Matti

Matti
Registered Member
Registered Member
Can I have a code for this cuz I really need it Very Happy

http://csshelp.forumotion.net/

ankillien

ankillien
Administrator
Administrator
Hi Maki,

This code would do the trick...

Code:
.forums .row {
border: 1px solid #CCC;
margin:5px;
-moz-border-radius: 10px;
}
.forums {
padding: 1px 0;
}

Matti

Matti
Registered Member
Registered Member
Yeah the code worked, but how can we hide the line on the left

See here
I need a code to make the forum lines around Left10

Also you can see it here => http://punforum.forumotion.com/forum.htm the black line on the left

http://csshelp.forumotion.net/

ankillien

ankillien
Administrator
Administrator
This code will remove it...

Code:
.row dl dd {
border-left: none;
}

Matti

Matti
Registered Member
Registered Member
The code also removed those 3 line
I need a code to make the forum lines around 33310

So is it possible only on the left.

http://csshelp.forumotion.net/

ankillien

ankillien
Administrator
Administrator
Oops, sorry Razz

Add this code, it would remove the first line only...

Code:
.row dl dd.dterm {
border-left: none;
}

Please remove the previous code before you add this one.

Matti

Matti
Registered Member
Registered Member
Awesome!! Thanks a lot Very Happy

http://csshelp.forumotion.net/

Unknown Data

Unknown Data
Registered Member
Registered Member
Solved | Locked

http://woops.dk

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