| Author |
Message |
dad7732 RavenNuke(tm) Development Team

Joined: Mar 18, 2007 Posts: 1174
|
Posted:
Wed May 19, 2010 11:16 am |
|
Is it possible to change the values of the HR without having to go into the "source"?
Such as:
<hr noshade width="80%" size="2" />
For example.
Cheers |
|
|
|
 |
Palbin Site Admin

Joined: Mar 30, 2006 Posts: 2403 Location: Pennsylvania
|
Posted:
Wed May 19, 2010 11:30 am |
|
dad7732, You mean you want all hr tags to have those values? |
|
|
|
 |
dad7732 RavenNuke(tm) Development Team

Joined: Mar 18, 2007 Posts: 1174
|
Posted:
Wed May 19, 2010 11:33 am |
|
Yes, but w/o having to go into the source to manually edit a tag, not a universal tag but rather "as needed". |
|
|
|
 |
nuken RavenNuke(tm) Development Team

Joined: Mar 11, 2007 Posts: 1435 Location: North Carolina
|
Posted:
Wed May 19, 2010 12:17 pm |
|
If you want it to apply to all hr tags you could use css to control them
If you want only certain hr tags to be changed, you could assign a special class to those hr tags through css, but you would have to edit the source of the hr tag. |
|
|
|
 |
dad7732 RavenNuke(tm) Development Team

Joined: Mar 18, 2007 Posts: 1174
|
Posted:
Wed May 19, 2010 1:16 pm |
|
No, not all tags, just selected one(s).
So either way it has to be done manually via the source ... Perhaps sometime in the future there will be an edit box like there is in tables, etc.
Thanks |
|
|
|
 |
|
|
|
|