[Pro] Get into html code

How can you see how the actual page code is setting up. I don’t want to go through HTML markup. I want to see the whole code outline

H


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I want to see the whole code outline

The easiest way to see the raw code that FW outputs is to set up a Text Editor in the same way that you set a Browser for previewing.

ie File>Preview in Browser>Browser Setup and choose a Text Editor as a ‘Browser’

Now you can Preview in your favourite Text Editor.

Alternatively if you are looking at a page online then choose View>View Source from the Browser’s Menu (Chrome it is View>Developer>View Source)

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Ahh ok,thought there would be an easier way


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

thought there would be an easier way

How much easier can it be?

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

How much easier can it be?

You only ned to set up the Text Editor as a Browser once - once it is in there then the Menu Command is File>Preview in Browser>My Text Editor

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I was looking to edit the code for h1 tags, trying to play with it a little bit. Was going to try and do it wthin the actual code


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Was going to try and do it within the actual code

Not going to happen as anything you change in a text editor will be overwritten the next time you publish.

What is it you want to change that you cant do through the FW interface?

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Trying to do the h1 tag, but not I’m sure I’m doing right and getting frustrated.
Im getting this when i look at it in browser

 

Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Cras mattis consectetur purus sit amet fermentum.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I would also recommend using one of the online prettify or tidy tools to
format the code FWP outputs, as for some reason it only does a halfway
decent job of formatting page code -

http://tinyurl.com/ouxfpln

This will help format the code in a more rational way and help you visually
pick out the pieces you are interested in. Just a suggestion.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

BTW - this suggests to me that you have set up h1 as a class name as well?

I am sure that you can call your classes whatever you like but it seems odd.

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thats how freeway did it when i tried to set it up as a tag, where did i go wrong? I did it in styles


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

You have h1 in the Name field of your style

Tags should go in the Tag field

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

changed it and this is what I am getting now :

Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Cras mattis consectetur purus siamet fermentum.

In tag field it says " h1" and in name i have nothing

freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

In tag field it says ” h1” and in name i have nothing

Thats fine but if you want more than one h1 style you would differentiate them by adding something in the Name field

eg h1.bigredhelvetica

Not that I am advocating using specifics like that as if you want to change the font attribute to verdana later it makes it meaningless. Instead use something like h1.mainheader

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Oh yeah, that I understand, i just wanted to make sure that it was right. Slowly getting hang of this H1 stuff, very confusing. I just didnt like how it was saying h1 class instead of the

but as you pointed out in other thread, it does not matter! And it still will be picked up. Now onto figuring out h2 and h3,haha!


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options