-
1. Re: How to change the witdh the article tag?
Maile ValentineNov 30, 2015 8:04 AM (in response to widenerstudent)
Hi William,
Do you have an ID class defined in your styles.css? It would look similar to this when you are finished with the tutorial:
#main {
width: 75%;
max-width: 750px;
margin-left: auto;
margin-right: auto;
margin-top: 60px;
margin-bottom: 60px;
}
If that's not the issue, could you describe more about the problem you are having?
Cheers,
Maile -
2. Re: How to change the witdh the article tag?
widenerstudent Nov 30, 2015 10:25 AM (in response to Maile Valentine)Original E-mail
From : Maile Valentine <forums_noreply@adobe.com>
Date : 11/30/2015 11:05 AM
To : William McLaurin <wemclaurin@mail.widener.edu>
Subject : How to change the witdh the article tag?
How to change the witdh the article tag?
created by Maile Valentine in Build and style a web page in Dreamweaver - View the full discussion
Hi William,
Thank you Malie, I'll take a look a see if it's there.
Do you have an ID class defined in your styles.css? It would look similar to this when you are finished with the tutorial:
#main {
width: 75%;
max-width: 750px;
margin-left: auto;
margin-right: auto;
margin-top: 60px;
margin-bottom: 60px;
}
If that's not the issue, could you describe more about the problem you are having?
Cheers,
Maile
If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/8230549#8230549 and clicking ‘Correct’ below the answer
Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/8230549#8230549
To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following"
Start a new discussion in Build and style a web page in Dreamweaver by email or at Adobe Community
For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624.
-
3. Re: How to change the witdh the article tag?
widenerstudent Nov 30, 2015 3:07 PM (in response to Maile Valentine)Thank you again Maile! The ID class you defined worked fine.
Original E-mail
From : Maile Valentine <forums_noreply@adobe.com>
Date : 11/30/2015 11:05 AM
To : William McLaurin <wemclaurin@mail.widener.edu>
Subject : How to change the witdh the article tag?
How to change the witdh the article tag?
created by Maile Valentine in Build and style a web page in Dreamweaver - View the full discussion
Hi William,
Do you have an ID class defined in the styles.css? It would look similar to this when you are finished with the tutorial:
#main {
width: 75%;
max-width: 750px;
margin-left: auto;
margin-right: auto;
margin-top: 60px;
margin-bottom: 60px;
}
If that's not the issue, could you describe more about the problem you are having?
Cheers,
Maile
If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/8230549#8230549 and clicking ‘Correct’ below the answer
Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/8230549#8230549
To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following"
Start a new discussion in Build and style a web page in Dreamweaver by email or at Adobe Community
For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624.
-
4. Re: How to change the witdh the article tag?
Maile ValentineDec 2, 2015 7:00 AM (in response to widenerstudent)
Great!