Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Archive /

Our old forums are still available as a read-only archive.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo

iorange2b theme border


Go to End


3 Posts   1605 Views

Avatar
dalherrin

Community Member, 3 Posts

12 November 2008 at 11:31am

Hi, having abit of trouble removing the standard table borders, cannot find where they are styled (if they are), Could someone direct me to where the default border properties are or a fix for this? I do not want borders on all my tables even though the <table border="0"> property is set when I view the html code

Avatar
Howard

Community Member, 215 Posts

12 November 2008 at 12:59pm

Edited: 12/11/2008 1:00pm

hi there,

The border is set in the typography.css file

.typography td {
border:1px solid #666600;
padding:5px;
}

if you change this to:

.typography td {
padding:5px;
}

then the border should disappear.
Hope this helps.

Avatar
dalherrin

Community Member, 3 Posts

12 November 2008 at 1:21pm

thanks dude, also do you know how to add text to the top right colored bar at the top of each page? for a company slogan or something?