hPage.com Forum
Remember Me?
  #1 (permalink)  
Old 12-26-2011, 06:47 AM
rblevy's Avatar
Junior Member
 
Join Date: Dec 2011
Location: Quezon City, Philippines
Posts: 18
Thanks: 5
Thanked 1 Time in 1 Post
Default Borders

How do I create a border around (a paragraph) of my page text?
Reply With Quote
  #2 (permalink)  
Old 12-26-2011, 11:51 AM
Senior Member
 
Join Date: Jan 2011
Location: Berlin, Germany
Posts: 124
Thanks: 0
Thanked 29 Times in 27 Posts
Default

I think the best way would be to insert in Settings >> Sitewide >> Beginning
HTML Code:
<div style="border: 2px solid #FF0000">
and in in Settings >> Sitewide >> End
HTML Code:
</div>
Reply With Quote
  #3 (permalink)  
Old 12-27-2011, 04:26 AM
rblevy's Avatar
Junior Member
 
Join Date: Dec 2011
Location: Quezon City, Philippines
Posts: 18
Thanks: 5
Thanked 1 Time in 1 Post
Default Borders

Thank you.
Reply With Quote
  #4 (permalink)  
Old 12-30-2011, 07:48 AM
rblevy's Avatar
Junior Member
 
Join Date: Dec 2011
Location: Quezon City, Philippines
Posts: 18
Thanks: 5
Thanked 1 Time in 1 Post
Default

Quote:
Originally Posted by c-designer View Post
I think the best way would be to insert in Settings >> Sitewide >> Beginning
HTML Code:
<div style="border: 2px solid #FF0000">
and in in Settings >> Sitewide >> End
HTML Code:
</div>

I went to the Statewide Settings page, but all I saw were a column of numbers. Do I copy and paste the paragraph to be bordered from my text page to the settings page? Do I need to know the line number of the paragraph to be bordered? In short I really am unclear as to how to execute this enhancement.

I tried to include a screenshot of the text page in question but I received an invalid file from the manage attachments page.
Reply With Quote
  #5 (permalink)  
Old 12-30-2011, 11:38 AM
Senior Member
 
Join Date: Jan 2011
Location: Berlin, Germany
Posts: 124
Thanks: 0
Thanked 29 Times in 27 Posts
Default

You only see this column of numbers because originally all is empty.

Just copy & past my code into the empty white region and save it.
Reply With Quote
  #6 (permalink)  
Old 12-31-2011, 04:50 AM
rblevy's Avatar
Junior Member
 
Join Date: Dec 2011
Location: Quezon City, Philippines
Posts: 18
Thanks: 5
Thanked 1 Time in 1 Post
Default

Thanks, c-designer, but since it's only a portion of my page that I want to border (a particular paragraph), how would I specify the HTML code that you furnished to include just that section?
Reply With Quote
  #7 (permalink)  
Old 01-04-2012, 10:52 PM
Senior Member
 
Join Date: Jan 2011
Location: Berlin, Germany
Posts: 124
Thanks: 0
Thanked 29 Times in 27 Posts
Default

If you have a paragraph with text it looks like this (in HTML source)
HTML Code:
<p>text text text</p>
Change this to
HTML Code:
<p style="border: 2px solid #FF0000">text text text</p>
and you have a border around this paragraph
Reply With Quote
The Following User Says Thank You to c-designer For This Useful Post:
rblevy (01-05-2012)
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 08:38 PM.
Archive - Top