For those of you using Opera or Mac browsers (not Internet Explorer or Firefox) and who are experiencing a few problems with formatting your work.
Here's a little sample text as it is rendered by your browser:-
this line is bold
line 2
line 3
line 4
this line is in italics
line 6
line 7
line 8
Our objective is to know how to post this in GW so that it turns out as above and not like this...
this line is bold
line 2
line 3
line 4
this line is in italics
line 6
line 7
line 8
Now, in order to see how this works, you will need to either view the page source and look at the code, or
have a look at
this little text file here.
Once you're looking at either the code or the text file, you will see that the strong tag is opened before the words you want to make bold and closed after the last bold word. The same happens with the opening em and closing /em tags.
Closing tags always have a forward slash in them, opening tags do not.
Tags are always surrounded by less-than and greater-than.
The line break - br / - and paragraph break - p / - tags used above are self-closing, so you just need to put one or the other at the end of the line. One "p" is the same as 2 "br"s.
|
Just the ticket Written by ellipinnock (1753 comments posted) 6th December 2006 |
Cheers nascent, I think that's what I see when I open any of my works in opera that I formatted in IE/firefox. Can you indent in a similar way? Elli |
Written by nascent (106 comments posted) 6th December 2006 |
Actually indenting doesn't really work very well in any browser. If you really must indent, the best (though laborious) thing to do is to put in as many "spaces" as you need to make the indent. Since pressing your space bar won't work, for every space you need to put 6 characters like this... Code: One group of 6 characters for each tap of the space bar. |
Written by ellipinnock (1753 comments posted) 6th December 2006 |
whoever decided that was a sensible way to designate a space?? Thanks for taking the time to do this nascent for the technophobes amongst us Elli |
No probs Elli Written by nascent (106 comments posted) 6th December 2006 |
Hehe. In HTML all ascii characters start with an ampersand and end with a semi-colon and the nbsp is for non-breaking space. Now it all makes sense doesn't it
|
Clear as mud :) Written by ellipinnock (1753 comments posted) 6th December 2006 |
It would if I knew what ascii meant!!! Elli |
Written by Zarker (6 comments posted) 5th December 2007 |
Header This is a test.
|
Only registered users can rate and write comments.
Please login or register.