Hi,
I'm creating a website in VWD 2010 Express. When I try to resize the <p>, all of them get resized together. I've attached an image of it. I would like to resize only the last <p>. How can I do that please?
Thanks
Printable View
Hi,
I'm creating a website in VWD 2010 Express. When I try to resize the <p>, all of them get resized together. I've attached an image of it. I would like to resize only the last <p>. How can I do that please?
Thanks
what your describing here is not quite what the <p> tag is used for,<p> tag is used to separate Paragraphs on standard text..
You should look into using CSS and <div> tags..
Else you'll have to set classes and styles for the individual <p> tags
But why then does all the <p> tag size change when I resize one tag? The image above is seen only when the layout is created. After I change the size, I cannot bring it back to the way it is displayed as above.
Thanks
Mostly because your changing the GLOBAL setting for <p> tags rather than for that one specific location..
Thats why you should look into using CSS and <div> tags, or apply classes and styles...
either way you might not be able to preview it in the IDE Layout..