andybr1ggs Posted August 14, 2009 Share Posted August 14, 2009 The picture is attached with the two statements i want underling in a box. Link to comment Share on other sites More sharing options...
jhnstcks Posted August 14, 2009 Share Posted August 14, 2009 Without actually being able to see your site I would guess that those 2 lines are within your editorial block and look like they could be h2 and h3 headings, in which case you will need to edit your global.css file and either find the relevant code for them or add them into the editorial division.Try looking at around line 1214 should look something like below /* Block editorial */ .editorial_block { margin-bottom: 2em; } .editorial_block h2 { background: none; padding: 0; margin-bottom: 1em; } .editorial_block p { text-align: justify; padding-top: 0.4em;} #editorial_block_center p { padding-left:0px; } Just under background:none add the following text-decoration:underline; Link to comment Share on other sites More sharing options...
andybr1ggs Posted August 14, 2009 Author Share Posted August 14, 2009 Hi Thanks for the reply what i want to do is underline them not remove them but the text editor only lets you underline in the "main body" not in the titles, if you can understand me?Andywww.chippedmodems.com Link to comment Share on other sites More sharing options...
jhnstcks Posted August 14, 2009 Share Posted August 14, 2009 Yes I understand what you want, if you follow what i put above it will underline them. Link to comment Share on other sites More sharing options...
andybr1ggs Posted August 14, 2009 Author Share Posted August 14, 2009 Hi, ThanksJust added that :- But not underlined/* Block editorial */.editorial_block { margin-bottom: 2em; }.editorial_block h2 { background: none; padding: 0; margin-bottom: 1em;}.editorial_block p { text-align: justify; padding-top: 0.4em;}#editorial_block_center p { padding-left:0px; } Link to comment Share on other sites More sharing options...
andybr1ggs Posted August 14, 2009 Author Share Posted August 14, 2009 sorry i did it wrong but now added that where you said nothing has happened yet so i looked again i missed the ; so il wait 5 mins just to see if its server cross over timeThanks very much Link to comment Share on other sites More sharing options...
andybr1ggs Posted August 14, 2009 Author Share Posted August 14, 2009 Hi The global.css is attched if you can see if ive done it properlyAndy Link to comment Share on other sites More sharing options...
andybr1ggs Posted August 14, 2009 Author Share Posted August 14, 2009 Thanks very much done that how would i do that for the subheading ?Thanks also how can i centralise the title?Andy Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now